From fef04243052b9ffdfb7f4abf315e864cf289cad3 Mon Sep 17 00:00:00 2001 From: Eddie Beuerlein Date: Wed, 21 Oct 2020 17:25:52 +0000 Subject: [PATCH] Updating vendored libraries --- go.mod | 2 +- go.sum | 2 ++ .../paloaltonetworks/prisma-cloud-go/rql/history/structs.go | 2 +- vendor/modules.txt | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index b34ae9c2..cc97dad9 100644 --- a/go.mod +++ b/go.mod @@ -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 diff --git a/go.sum b/go.sum index 65ad7bed..b2bc8220 100644 --- a/go.sum +++ b/go.sum @@ -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= diff --git a/vendor/github.com/paloaltonetworks/prisma-cloud-go/rql/history/structs.go b/vendor/github.com/paloaltonetworks/prisma-cloud-go/rql/history/structs.go index c9b4d79c..f126ec17 100644 --- a/vendor/github.com/paloaltonetworks/prisma-cloud-go/rql/history/structs.go +++ b/vendor/github.com/paloaltonetworks/prisma-cloud-go/rql/history/structs.go @@ -16,7 +16,7 @@ type Query struct { Description string `json:"description"` SearchType string `json:"searchType"` CloudType string `json:"cloudType,omitempty"` - Query string `json:'query"` + Query string `json:"query"` Saved bool `json:"saved"` TimeRange timerange.TimeRange `json:"timeRange"` } diff --git a/vendor/modules.txt b/vendor/modules.txt index 4490b995..d8cd8e9a 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -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