Skip to content

Commit

Permalink
resource-manager: updating to reference the released Go Module for …
Browse files Browse the repository at this point in the history
…the SDK
  • Loading branch information
tombuildsstuff committed Jan 25, 2024
1 parent 0f6fbb3 commit 8802ea2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 1 addition & 4 deletions resource-manager/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,10 @@ module github.com/hashicorp/go-azure-sdk/resource-manager

go 1.21

# TODO: remove me once the base layer module is published
replace github.com/hashicorp/go-azure-sdk/sdk => ../sdk

require (
github.com/Azure/go-autorest/autorest v0.11.29
github.com/hashicorp/go-azure-helpers v0.66.1
github.com/hashicorp/go-azure-sdk/sdk v0.0.0-00010101000000-000000000000
github.com/hashicorp/go-azure-sdk/sdk v0.20240125.1111756
)

require (
Expand Down
2 changes: 2 additions & 0 deletions resource-manager/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ github.com/hashicorp/errwrap v1.1.0 h1:OxrOeh75EUXMY8TBjag2fzXGZ40LB6IKw45YeGUDY
github.com/hashicorp/errwrap v1.1.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4=
github.com/hashicorp/go-azure-helpers v0.66.1 h1:SokAckK9hvQ9PZO2TmZY/CGru8KWJ4A7hcRUggHMEus=
github.com/hashicorp/go-azure-helpers v0.66.1/go.mod h1:kJxXrFtJKJdOEqvad8pllAe7dhP4DbN8J6sqFZe47+4=
github.com/hashicorp/go-azure-sdk/sdk v0.20240125.1111756 h1:H9DIEDyJhWNaRs3cVedPsekWL2wSMg18EIuy8CctrKc=
github.com/hashicorp/go-azure-sdk/sdk v0.20240125.1111756/go.mod h1:6jgkzx26qtPndLSW5u7pKIw4m3iiFiLnHlp7yDQ2Crc=
github.com/hashicorp/go-cleanhttp v0.5.2 h1:035FKYIWjmULyFRBKPs8TBQoi0x6d9G4xc9neXJWAZQ=
github.com/hashicorp/go-cleanhttp v0.5.2/go.mod h1:kO/YDlP8L1346E6Sodw+PrpBSV4/SoxCXGY6BqNFT48=
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320 h1:1/D3zfFHttUKaCaGKZ/dR2roBXv0vKbSCnssIldfQdI=
Expand Down

0 comments on commit 8802ea2

Please sign in to comment.