Skip to content

Commit

Permalink
Updating vendored libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
Eddie Beuerlein committed Oct 21, 2020
1 parent 49f0e5e commit fef0424
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/terraform-providers/terraform-provider-prismacloud

require (
github.com/hashicorp/terraform-plugin-sdk v1.9.0
github.com/paloaltonetworks/prisma-cloud-go v0.3.9
github.com/paloaltonetworks/prisma-cloud-go v0.3.10
)

//replace github.com/paloaltonetworks/prisma-cloud-go => ../prisma-cloud-go
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,8 @@ github.com/oklog/run v1.0.0 h1:Ru7dDtJNOyC66gQ5dQmaCa0qIsAUFY3sFpK1Xk8igrw=
github.com/oklog/run v1.0.0/go.mod h1:dlhp/R75TPv97u0XWUtDeV/lRKWPKSdTuV0TZvrmrQA=
github.com/paloaltonetworks/prisma-cloud-go v0.3.9 h1:Wyf1SyLM5C+7ihaUZArmbPX6QPy+MmbmpN1XM9xvbCw=
github.com/paloaltonetworks/prisma-cloud-go v0.3.9/go.mod h1:B1WWrW8CE2xroRVyP2rUjsqmb1rWAzcxrOyNUvxYSfs=
github.com/paloaltonetworks/prisma-cloud-go v0.3.10 h1:pFXFF6GLDLCvW2GuMoop7G1RnMS5KP21qOlYyIINH8Y=
github.com/paloaltonetworks/prisma-cloud-go v0.3.10/go.mod h1:B1WWrW8CE2xroRVyP2rUjsqmb1rWAzcxrOyNUvxYSfs=
github.com/pierrec/lz4 v2.0.5+incompatible/go.mod h1:pdkljMzZIN41W+lC3N2tnIh5sFi+IEE17M5jbnwPHcY=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ github.com/mitchellh/mapstructure
github.com/mitchellh/reflectwalk
# github.com/oklog/run v1.0.0
github.com/oklog/run
# github.com/paloaltonetworks/prisma-cloud-go v0.3.9
# github.com/paloaltonetworks/prisma-cloud-go v0.3.10
github.com/paloaltonetworks/prisma-cloud-go
github.com/paloaltonetworks/prisma-cloud-go/alert
github.com/paloaltonetworks/prisma-cloud-go/alert/rule
Expand Down

0 comments on commit fef0424

Please sign in to comment.