1
1
module github.com/lacework/go-sdk/v2
2
2
3
- go 1.21
3
+ go 1.24
4
4
5
5
require (
6
6
aead.dev/minisign v0.2.0
7
- cloud.google.com/go/compute v1.19.1
8
- cloud.google.com/go/compute/metadata v0.2.3
9
- cloud.google.com/go/oslogin v1.9.0
10
- cloud.google.com/go/resourcemanager v1.7.0
7
+ cloud.google.com/go/compute v1.29.0
8
+ cloud.google.com/go/compute/metadata v0.6.0
9
+ cloud.google.com/go/oslogin v1.14.2
10
+ cloud.google.com/go/resourcemanager v1.10.2
11
11
github.com/AlecAivazis/survey/v2 v2.3.2
12
12
github.com/BurntSushi/toml v1.3.2
13
13
github.com/Masterminds/semver v1.5.0
@@ -38,16 +38,16 @@ require (
38
38
github.com/peterbourgon/diskv/v3 v3.0.1
39
39
github.com/pkg/errors v0.9.1
40
40
github.com/spf13/cobra v1.7.0
41
- github.com/spf13/pflag v1.0.5
42
- github.com/spf13/viper v1.13.0
41
+ github.com/spf13/pflag v1.0.6
42
+ github.com/spf13/viper v1.20.1
43
43
github.com/stretchr/testify v1.10.0
44
44
github.com/zclconf/go-cty v1.12.1
45
45
go.uber.org/zap v1.24.0
46
- golang.org/x/crypto v0.31 .0
47
- golang.org/x/net v0.33 .0 // indirect
48
- golang.org/x/text v0.21 .0
49
- google.golang.org/grpc v1.56 .3
50
- google.golang.org/protobuf v1.33.0
46
+ golang.org/x/crypto v0.37 .0
47
+ golang.org/x/net v0.39 .0 // indirect
48
+ golang.org/x/text v0.24 .0
49
+ google.golang.org/grpc v1.67 .3
50
+ google.golang.org/protobuf v1.36.1
51
51
gopkg.in/yaml.v2 v2.4.0
52
52
gopkg.in/yaml.v3 v3.0.1
53
53
)
@@ -56,26 +56,27 @@ require (
56
56
github.com/aws/aws-sdk-go-v2/service/iam v1.18.23
57
57
github.com/aws/aws-sdk-go-v2/service/ssm v1.33.1
58
58
github.com/aws/smithy-go v1.13.5
59
- github.com/gabriel-vasile/mimetype v1.4.2
59
+ github.com/gabriel-vasile/mimetype v1.4.8
60
60
github.com/go-git/go-git/v5 v5.13.0
61
61
github.com/go-resty/resty/v2 v2.11.0
62
- github.com/golang/protobuf v1.5.3
63
- github.com/google/uuid v1.3 .0
62
+ github.com/golang/protobuf v1.5.4
63
+ github.com/google/uuid v1.6 .0
64
64
github.com/hashicorp/consul/sdk v0.13.1
65
65
github.com/mattn/go-isatty v0.0.18
66
66
github.com/mitchellh/hashstructure/v2 v2.0.2
67
67
github.com/otiai10/copy v1.14.0
68
68
github.com/pmezard/go-difflib v1.0.0
69
- github.com/spf13/cast v1.5.0
69
+ github.com/spf13/cast v1.7.1
70
70
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56
71
- google.golang.org/api v0.114.0
72
- google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1
71
+ google.golang.org/api v0.215.0
73
72
)
74
73
75
74
require (
76
- cloud.google.com/go v0.110.0 // indirect
77
- cloud.google.com/go/iam v0.13.0 // indirect
78
- cloud.google.com/go/longrunning v0.4.1 // indirect
75
+ cloud.google.com/go v0.116.0 // indirect
76
+ cloud.google.com/go/auth v0.13.0 // indirect
77
+ cloud.google.com/go/auth/oauth2adapt v0.2.6 // indirect
78
+ cloud.google.com/go/iam v1.2.2 // indirect
79
+ cloud.google.com/go/longrunning v0.6.2 // indirect
79
80
dario.cat/mergo v1.0.0 // indirect
80
81
github.com/Microsoft/go-winio v0.6.1 // indirect
81
82
github.com/ProtonMail/go-crypto v1.1.3 // indirect
@@ -98,53 +99,62 @@ require (
98
99
github.com/facebookgo/clock v0.0.0-20150410010913-600d898af40a // indirect
99
100
github.com/facebookgo/limitgroup v0.0.0-20150612190941-6abd8d71ec01 // indirect
100
101
github.com/facebookgo/muster v0.0.0-20150708232844-fd3d7953fd52 // indirect
101
- github.com/fsnotify/fsnotify v1.5.4 // indirect
102
+ github.com/felixge/httpsnoop v1.0.4 // indirect
103
+ github.com/fsnotify/fsnotify v1.8.0 // indirect
102
104
github.com/gammazero/deque v0.2.0 // indirect
103
105
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
104
106
github.com/go-git/go-billy/v5 v5.6.0 // indirect
107
+ github.com/go-logr/logr v1.4.2 // indirect
108
+ github.com/go-logr/stdr v1.2.2 // indirect
109
+ github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
105
110
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
106
111
github.com/google/btree v1.1.2 // indirect
107
112
github.com/google/go-cmp v0.6.0 // indirect
108
- github.com/googleapis/enterprise-certificate-proxy v0.2.3 // indirect
109
- github.com/googleapis/gax-go/v2 v2.7.1 // indirect
113
+ github.com/google/s2a-go v0.1.8 // indirect
114
+ github.com/googleapis/enterprise-certificate-proxy v0.3.4 // indirect
115
+ github.com/googleapis/gax-go/v2 v2.14.1 // indirect
110
116
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
111
- github.com/hashicorp/hcl v1.0.0 // indirect
112
117
github.com/inconshreveable/mousetrap v1.1.0 // indirect
113
118
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
114
119
github.com/jmespath/go-jmespath v0.4.0 // indirect
115
120
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
116
121
github.com/kevinburke/ssh_config v1.2.0 // indirect
117
122
github.com/klauspost/compress v1.16.6 // indirect
118
123
github.com/kr/pty v1.1.8 // indirect
119
- github.com/magiconair/properties v1.8.6 // indirect
120
124
github.com/mattn/go-colorable v0.1.13 // indirect
121
125
github.com/mattn/go-runewidth v0.0.9 // indirect
122
126
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
123
127
github.com/mitchellh/go-wordwrap v0.0.0-20150314170334-ad45545899c7 // indirect
124
- github.com/pelletier/go-toml v1.9.5 // indirect
125
- github.com/pelletier/go-toml/v2 v2.0.5 // indirect
128
+ github.com/pelletier/go-toml/v2 v2.2.3 // indirect
126
129
github.com/pjbgf/sha1cd v0.3.0 // indirect
127
130
github.com/russross/blackfriday/v2 v2.1.0 // indirect
131
+ github.com/sagikazarmark/locafero v0.7.0 // indirect
128
132
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
129
133
github.com/skeema/knownhosts v1.3.0 // indirect
130
- github.com/spf13/afero v1.8.2 // indirect
131
- github.com/spf13/jwalterweatherman v1.1 .0 // indirect
132
- github.com/subosito/gotenv v1.4.1 // indirect
134
+ github.com/sourcegraph/conc v0.3.0 // indirect
135
+ github.com/spf13/afero v1.12 .0 // indirect
136
+ github.com/subosito/gotenv v1.6.0 // indirect
133
137
github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect
134
138
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
135
139
github.com/xanzy/ssh-agent v0.3.3 // indirect
136
- go.opencensus.io v0.24.0 // indirect
137
- go.uber.org/atomic v1.7.0 // indirect
138
- go.uber.org/multierr v1.6.0 // indirect
140
+ go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54.0 // indirect
141
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0 // indirect
142
+ go.opentelemetry.io/otel v1.29.0 // indirect
143
+ go.opentelemetry.io/otel/metric v1.29.0 // indirect
144
+ go.opentelemetry.io/otel/trace v1.29.0 // indirect
145
+ go.uber.org/atomic v1.9.0 // indirect
146
+ go.uber.org/multierr v1.9.0 // indirect
139
147
golang.org/x/mod v0.19.0 // indirect
140
- golang.org/x/oauth2 v0.7.0 // indirect
141
- golang.org/x/sync v0.10.0 // indirect
142
- golang.org/x/sys v0.28.0 // indirect
143
- golang.org/x/term v0.27.0 // indirect
148
+ golang.org/x/oauth2 v0.25.0 // indirect
149
+ golang.org/x/sync v0.13.0 // indirect
150
+ golang.org/x/sys v0.32.0 // indirect
151
+ golang.org/x/term v0.31.0 // indirect
152
+ golang.org/x/time v0.8.0 // indirect
144
153
golang.org/x/tools v0.23.0 // indirect
145
- google.golang.org/appengine v1.6.7 // indirect
154
+ google.golang.org/genproto v0.0.0-20241118233622-e639e219e697 // indirect
155
+ google.golang.org/genproto/googleapis/api v0.0.0-20241209162323-e6fa225c2576 // indirect
156
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20241223144023-3abc09e42ca8 // indirect
146
157
gopkg.in/alexcesaro/statsd.v2 v2.0.0 // indirect
147
- gopkg.in/ini.v1 v1.67.0 // indirect
148
158
gopkg.in/warnings.v0 v0.1.2 // indirect
149
159
)
150
160
0 commit comments