-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #272 from manicminer/deps/go-azure-sdk-mod-split
dependencies: updating to v0.20240125.1115017 of github.com/hashicorp/go-azure-sdk/sdk
- Loading branch information
Showing
2 changed files
with
46 additions
and
335 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,25 @@ | ||
module github.com/manicminer/hamilton | ||
|
||
go 1.16 | ||
go 1.21 | ||
|
||
toolchain go1.21.3 | ||
|
||
require ( | ||
github.com/hashicorp/go-azure-sdk v0.20230331.1143618 | ||
github.com/hashicorp/go-retryablehttp v0.7.2 | ||
github.com/hashicorp/go-azure-sdk/sdk v0.20240125.1115017 | ||
github.com/hashicorp/go-retryablehttp v0.7.5 | ||
github.com/hashicorp/go-uuid v1.0.3 | ||
golang.org/x/oauth2 v0.4.0 | ||
golang.org/x/oauth2 v0.16.0 | ||
) | ||
|
||
require ( | ||
github.com/golang/protobuf v1.5.3 // indirect | ||
github.com/hashicorp/go-azure-helpers v0.66.1 // indirect | ||
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect | ||
github.com/hashicorp/go-version v1.6.0 // indirect | ||
github.com/mattn/go-isatty v0.0.16 // indirect | ||
golang.org/x/crypto v0.18.0 // indirect | ||
golang.org/x/net v0.20.0 // indirect | ||
google.golang.org/appengine v1.6.7 // indirect | ||
google.golang.org/protobuf v1.31.0 // indirect | ||
software.sslmate.com/src/go-pkcs12 v0.4.0 // indirect | ||
) |
Oops, something went wrong.