Skip to content

Commit

Permalink
Merge pull request #272 from manicminer/deps/go-azure-sdk-mod-split
Browse files Browse the repository at this point in the history
dependencies: updating to v0.20240125.1115017 of github.com/hashicorp/go-azure-sdk/sdk
  • Loading branch information
manicminer authored Jan 25, 2024
2 parents 15acb49 + 2a1aec5 commit 59836df
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 335 deletions.
23 changes: 19 additions & 4 deletions go.mod
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
)
Loading

0 comments on commit 59836df

Please sign in to comment.