Skip to content

Commit

Permalink
fix: alzlib 0.21.7 to fix processor bug (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-FFFFFF authored Oct 15, 2024
1 parent 990fbd4 commit 4eee624
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/Azure/terraform-provider-alz
go 1.23.1

require (
github.com/Azure/alzlib v0.21.1
github.com/Azure/alzlib v0.21.7
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.14.0
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.7.0
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/authorization/armauthorization v1.0.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dario.cat/mergo v1.0.0 h1:AGCNq9Evsj31mOgNPcLyXc+4PNABt905YmuqPYYpBWk=
dario.cat/mergo v1.0.0/go.mod h1:uNxQE+84aUszobStD9th8a29P2fMDhsBdgRYvZOxGmk=
github.com/Azure/alzlib v0.21.1 h1:umAzl4TFkgp8k8U0K+lLCnHQ8iC+c04jbtydrb7EsC4=
github.com/Azure/alzlib v0.21.1/go.mod h1:9AUD6m8ePsnpMu/olfX8CGsRO6HYvxUpl3KlchM6cS8=
github.com/Azure/alzlib v0.21.7 h1:njS2fxyWBep6WQw5SMY+F3wNfvi4yFGioPIr/teJKas=
github.com/Azure/alzlib v0.21.7/go.mod h1:9AUD6m8ePsnpMu/olfX8CGsRO6HYvxUpl3KlchM6cS8=
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.14.0 h1:nyQWyZvwGTvunIMxi1Y9uXkcyr+I7TeNrr/foo4Kpk8=
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.14.0/go.mod h1:l38EPgmsp71HHLq9j7De57JcKOWPyhrsW1Awm1JS6K0=
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.7.0 h1:tfLQ34V6F7tVSwoTf/4lH5sE0o6eCJuNDTmH09nDpbc=
Expand Down

0 comments on commit 4eee624

Please sign in to comment.