Skip to content

Commit

Permalink
chore: Update go-sdk version (#540)
Browse files Browse the repository at this point in the history
  • Loading branch information
zekisherif authored Aug 25, 2023
1 parent e638ee9 commit 14c0205
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 7 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.21
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.29.2-0.20230824102921-ba5ebf529f6a
github.com/lacework/go-sdk v1.30.1-0.20230825001919-42786e5c3add
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 @@ -419,8 +419,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.29.2-0.20230824102921-ba5ebf529f6a h1:wyHGlJQ23EiJQaEWxYDi+hqfK0NCDhaacterNZVz6h8=
github.com/lacework/go-sdk v1.29.2-0.20230824102921-ba5ebf529f6a/go.mod h1:sLl6A4jrRGxAjfvLhCgSL6Du05kdRvczfEluJ7v6MBo=
github.com/lacework/go-sdk v1.30.1-0.20230825001919-42786e5c3add h1:ZWUvzhdhbiIbeqdrmHdoytibmNnv+uOMZ1vlQzoRT44=
github.com/lacework/go-sdk v1.30.1-0.20230825001919-42786e5c3add/go.mod h1:sLl6A4jrRGxAjfvLhCgSL6Du05kdRvczfEluJ7v6MBo=
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
4 changes: 3 additions & 1 deletion vendor/github.com/lacework/go-sdk/api/v2_vulnerabilities.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 @@ -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.29.2-0.20230824102921-ba5ebf529f6a
# github.com/lacework/go-sdk v1.30.1-0.20230825001919-42786e5c3add
## explicit; go 1.21
github.com/lacework/go-sdk/api
github.com/lacework/go-sdk/internal/array
Expand Down

0 comments on commit 14c0205

Please sign in to comment.