Skip to content

Commit

Permalink
fix(go.mod): add google/uuid to dependencies (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
FoSix authored Aug 23, 2023
1 parent 3993a9b commit 34f658e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ module github.com/PaloAltoNetworks/terraform-modules-vmseries-tests-skeleton
go 1.20

require (
github.com/google/uuid v1.3.0
github.com/gruntwork-io/terratest v0.43.6
github.com/hashicorp/terraform-json v0.17.1
github.com/stretchr/testify v1.8.4
Expand All @@ -24,7 +25,6 @@ require (
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/go-cmp v0.5.9 // indirect
github.com/google/s2a-go v0.1.4 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/googleapis/enterprise-certificate-proxy v0.2.3 // indirect
github.com/googleapis/gax-go/v2 v2.11.0 // indirect
github.com/hashicorp/errwrap v1.0.0 // indirect
Expand Down

0 comments on commit 34f658e

Please sign in to comment.