Skip to content

Commit

Permalink
Bump github.com/hashicorp/go-azure-helpers from 0.14.0 to 0.57.0
Browse files Browse the repository at this point in the history
Bumps [github.com/hashicorp/go-azure-helpers](https://github.com/hashicorp/go-azure-helpers) from 0.14.0 to 0.57.0.
- [Release notes](https://github.com/hashicorp/go-azure-helpers/releases)
- [Commits](hashicorp/go-azure-helpers@v0.14.0...v0.57.0)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/go-azure-helpers
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 22, 2023
1 parent b2bf232 commit 8355c6b
Show file tree
Hide file tree
Showing 2 changed files with 230 additions and 157 deletions.
21 changes: 9 additions & 12 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ go 1.15

require (
github.com/Azure/azure-sdk-for-go v51.2.0+incompatible
github.com/Azure/go-autorest/autorest v0.11.18
github.com/Azure/go-autorest/autorest v0.11.29
github.com/Azure/go-autorest/autorest/to v0.4.0 // indirect
github.com/Azure/go-autorest/autorest/validation v0.3.1 // indirect
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/go-openapi/analysis v0.20.1 // indirect
Expand All @@ -13,18 +15,13 @@ require (
github.com/go-openapi/strfmt v0.20.1
github.com/go-openapi/swag v0.19.15
github.com/go-openapi/validate v0.20.2
github.com/google/uuid v1.1.2 // indirect
github.com/hashicorp/go-azure-helpers v0.14.0
github.com/hashicorp/go-azure-helpers v0.57.0
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320
github.com/hashicorp/go-multierror v1.1.0
github.com/hashicorp/go-uuid v1.0.2
github.com/hashicorp/go-version v1.2.1
github.com/hashicorp/go-multierror v1.1.1
github.com/hashicorp/go-uuid v1.0.3
github.com/hashicorp/go-version v1.6.0
github.com/hashicorp/hcp-sdk-go v0.13.0
github.com/hashicorp/terraform-plugin-sdk/v2 v2.4.4
github.com/imdario/mergo v0.3.11 // indirect
github.com/hashicorp/terraform-plugin-sdk/v2 v2.26.1
github.com/mailru/easyjson v0.7.7 // indirect
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/stretchr/testify v1.7.0
github.com/zclconf/go-cty v1.7.1 // indirect
golang.org/x/net v0.0.0-20210428140749-89ef3d95e781 // indirect
github.com/stretchr/testify v1.8.2
)

0 comments on commit 8355c6b

Please sign in to comment.