Skip to content

Commit

Permalink
chore(deps): update go-sdk to remove automatic trigger (#50)
Browse files Browse the repository at this point in the history
The automatic report triggering is now happening in the platform as part of the creating of new compliance integrations. We need to remove the workaround we put in place while the platform team was working on this.

This change is removing the automatic trigger by updating the go-sdk dependency.

JIRA: ALLY-257

Signed-off-by: Salim Afiune Maya <afiune@lacework.net>
  • Loading branch information
afiune authored Dec 17, 2020
1 parent 6f16fc3 commit f7af173
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 97 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ require (
github.com/hashicorp/terraform-plugin-test v1.4.3 // indirect
github.com/hashicorp/terraform-svchost v0.0.0-20191119180714-d2e4933b9136 // indirect
github.com/hashicorp/yamux v0.0.0-20200609203250-aecfd211c9ce // indirect
github.com/lacework/go-sdk v0.2.11
github.com/lacework/go-sdk v0.2.12-0.20201217131953-18e624f74e68
github.com/mattn/go-colorable v0.1.7 // indirect
github.com/mitchellh/cli v1.1.1 // indirect
github.com/mitchellh/go-homedir v1.1.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,8 @@ github.com/lacework/go-sdk v0.2.11-0.20201208210442-c3fe8bcc41ef h1:C1M9tqM7cmEe
github.com/lacework/go-sdk v0.2.11-0.20201208210442-c3fe8bcc41ef/go.mod h1:8uuIVHQQmb6toV7dzNFI3+l+qd5m0p9dIaBsTnpd1Ns=
github.com/lacework/go-sdk v0.2.11 h1:W6qB4ASnNcs8nbTP2tHappUwRnHbR7K56ypbxi74pBU=
github.com/lacework/go-sdk v0.2.11/go.mod h1:a7NUGkH20+0yEw4w06RuH91CzpMQCUQ4S9xVMVDCu8M=
github.com/lacework/go-sdk v0.2.12-0.20201217131953-18e624f74e68 h1:naaEtWOIXzqf6Vmcay8louxQWirpIJ3McHItim1cP+w=
github.com/lacework/go-sdk v0.2.12-0.20201217131953-18e624f74e68/go.mod h1:a7NUGkH20+0yEw4w06RuH91CzpMQCUQ4S9xVMVDCu8M=
github.com/magiconair/properties v1.8.0/go.mod h1:PppfXfuXeibc/6YijjN8zIbojt8czPbwD3XqdrwzmxQ=
github.com/magiconair/properties v1.8.1/go.mod h1:PppfXfuXeibc/6YijjN8zIbojt8czPbwD3XqdrwzmxQ=
github.com/mattn/go-colorable v0.0.9/go.mod h1:9vuHe8Xs5qXnSaW/c/ABM9alt+Vo+STaOChaDxuIBZU=
Expand Down
31 changes: 0 additions & 31 deletions vendor/github.com/lacework/go-sdk/api/integrations_aws.go

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

31 changes: 0 additions & 31 deletions vendor/github.com/lacework/go-sdk/api/integrations_azure.go

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

31 changes: 0 additions & 31 deletions vendor/github.com/lacework/go-sdk/api/integrations_gcp.go

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

4 changes: 2 additions & 2 deletions vendor/github.com/lacework/go-sdk/api/version.go

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 @@ -286,7 +286,7 @@ github.com/jstemmer/go-junit-report/formatter
github.com/jstemmer/go-junit-report/parser
# github.com/kevinburke/ssh_config v0.0.0-20190725054713-01f96b0aa0cd
github.com/kevinburke/ssh_config
# github.com/lacework/go-sdk v0.2.11
# github.com/lacework/go-sdk v0.2.12-0.20201217131953-18e624f74e68
## explicit
github.com/lacework/go-sdk/api
github.com/lacework/go-sdk/internal/array
Expand Down

0 comments on commit f7af173

Please sign in to comment.