Skip to content

Commit

Permalink
fix: alert rules remove omitempty (#528)
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-stewart authored Aug 8, 2023
1 parent cd659b8 commit 2f01217
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.18
require (
github.com/gruntwork-io/terratest v0.43.8
github.com/hashicorp/terraform-plugin-sdk/v2 v2.27.0
github.com/lacework/go-sdk v1.27.3-0.20230720075613-26c627dccad1
github.com/lacework/go-sdk v1.27.3-0.20230808085013-2910edf25686
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.8.4
golang.org/x/text v0.11.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -414,8 +414,8 @@ github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
github.com/kylelemons/godebug v0.0.0-20170820004349-d65d576e9348/go.mod h1:B69LEHPfb2qLo0BaaOLcbitczOKLWTsrBG9LczfCD4k=
github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc=
github.com/kylelemons/godebug v1.1.0/go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+fNqagV/RAw=
github.com/lacework/go-sdk v1.27.3-0.20230720075613-26c627dccad1 h1:qmpDUf8TJQuIfQJ3VKwobeYJg8VAYFVD0LEzducfTEU=
github.com/lacework/go-sdk v1.27.3-0.20230720075613-26c627dccad1/go.mod h1:FzSfsIxsKmaOB1SS5oBN7SaH7zg3mU63foPnS3XtL5g=
github.com/lacework/go-sdk v1.27.3-0.20230808085013-2910edf25686 h1:Cr8QTuvUW5wIAWk3I9bhFhksOo6WLe+ZRiG3pqhjmZA=
github.com/lacework/go-sdk v1.27.3-0.20230808085013-2910edf25686/go.mod h1:FzSfsIxsKmaOB1SS5oBN7SaH7zg3mU63foPnS3XtL5g=
github.com/mattn/go-colorable v0.0.9/go.mod h1:9vuHe8Xs5qXnSaW/c/ABM9alt+Vo+STaOChaDxuIBZU=
github.com/mattn/go-colorable v0.1.9/go.mod h1:u6P/XSegPjTcexA+o6vUJrdnUu04hMope9wVRipJSqc=
github.com/mattn/go-colorable v0.1.12/go.mod h1:u5H1YNBxpqRaxsYJYSkiCWKzEfiAb1Gb520KVy5xxl4=
Expand Down
38 changes: 19 additions & 19 deletions vendor/github.com/lacework/go-sdk/api/alert_rules.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 @@ -257,7 +257,7 @@ github.com/klauspost/compress/internal/cpuinfo
github.com/klauspost/compress/internal/snapref
github.com/klauspost/compress/zstd
github.com/klauspost/compress/zstd/internal/xxhash
# github.com/lacework/go-sdk v1.27.3-0.20230720075613-26c627dccad1
# github.com/lacework/go-sdk v1.27.3-0.20230808085013-2910edf25686
## explicit; go 1.18
github.com/lacework/go-sdk/api
github.com/lacework/go-sdk/internal/array
Expand Down

0 comments on commit 2f01217

Please sign in to comment.