Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dependencies: updating to v0.20240125.1115017 of github.com/hashicorp/go-azure-sdk/sdk #272

Merged
merged 1 commit into from
Jan 25, 2024
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
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