Skip to content
This repository was archived by the owner on May 18, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cli/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.26.1

require (
github.com/azure/azure-dev/cli/azd v0.0.0-20260228002641-8f080b39d69b
github.com/jongio/azd-core v0.5.4
github.com/jongio/azd-core v0.5.6
github.com/magefile/mage v1.15.0
github.com/mark3labs/mcp-go v0.43.2
github.com/spf13/cobra v1.10.2
Expand Down
4 changes: 2 additions & 2 deletions cli/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ github.com/jmespath-community/go-jmespath v1.1.1 h1:bFikPhsi/FdmlZhVgSCd2jj1e7G/
github.com/jmespath-community/go-jmespath v1.1.1/go.mod h1:4gOyFJsR/Gk+05RgTKYrifT7tBPWD8Lubtb5jRrfy9I=
github.com/joho/godotenv v1.5.1 h1:7eLL/+HRGLY0ldzfGMeQkb7vMd0as4CfYvUVzLqw0N0=
github.com/joho/godotenv v1.5.1/go.mod h1:f4LDr5Voq0i2e/R5DDNOoa2zzDfwtkZa6DnEwAbqwq4=
github.com/jongio/azd-core v0.5.4 h1:pCGn+Q+NJ4pJFsojqf0sn5osTHW8mMRzD3O6SjnlFKc=
github.com/jongio/azd-core v0.5.4/go.mod h1:XeXQJVNJ/+GbBfsYIyDdJ6E3SHCrKlEqnv6eDVqDKQ4=
github.com/jongio/azd-core v0.5.6 h1:/waEkSjgKj5xfDMh558Rxutx6XCeZh1KLv4mTaEAnHk=
github.com/jongio/azd-core v0.5.6/go.mod h1:XeXQJVNJ/+GbBfsYIyDdJ6E3SHCrKlEqnv6eDVqDKQ4=
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 h1:Z9n2FFNUXsshfwJMBgNA0RU6/i7WVaAegv3PtuIHPMs=
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51/go.mod h1:CzGEWj7cYgsdH8dAjBGEr58BoE7ScuLd+fwFZ44+/x8=
github.com/keybase/go-keychain v0.0.1 h1:way+bWYa6lDppZoZcgMbYsvC7GxljxrskdNInRtuthU=
Expand Down
Loading