@@ -5,16 +5,21 @@ go 1.22.1
5
5
toolchain go1.22.6
6
6
7
7
replace (
8
- github.com/hashicorp/go-getter => github.com/hashicorp/go-getter v1.7.0
8
+ github.com/docker/cli => github.com/docker/cli v25.0.6+incompatible
9
+ github.com/docker/docker => github.com/docker/docker v25.0.6+incompatible
10
+ github.com/hashicorp/go-getter => github.com/hashicorp/go-getter v1.7.5
11
+ github.com/moby/buildkit => github.com/moby/buildkit v0.12.5
9
12
github.com/tencentcloud/tencentcloud-sdk-go v3.0.82+incompatible => github.com/tencentcloud/tencentcloud-sdk-go v1.0.191
10
- golang.org/x/crypto => golang.org/x/crypto v0.0.0-20220314234659-1baeb1ce4c0b
13
+ golang.org/x/crypto => golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e
14
+
15
+ helm.sh/helm/v3 => helm.sh/helm/v3 v3.14.2
11
16
k8s.io/api => k8s.io/api v0.19.0
12
17
k8s.io/apimachinery => k8s.io/apimachinery v0.19.0
13
18
k8s.io/client-go => k8s.io/client-go v0.19.0
14
19
)
15
20
16
21
require (
17
- cloud.google.com/go v0.110.0 // indirect
22
+ cloud.google.com/go v0.110.6 // indirect
18
23
github.com/Azure/azure-sdk-for-go v56.3.0+incompatible
19
24
github.com/Azure/go-autorest/autorest v0.11.24
20
25
github.com/Azure/go-autorest/autorest/azure/auth v0.4.2
@@ -27,15 +32,15 @@ require (
27
32
github.com/aws/aws-sdk-go-v2/service/s3 v1.51.0
28
33
github.com/aws/smithy-go v1.20.1
29
34
github.com/ghodss/yaml v1.0.0
30
- github.com/go-errors/errors v1.0.1
35
+ github.com/go-errors/errors v1.4.2
31
36
github.com/google/go-containerregistry v0.5.1
32
37
github.com/google/uuid v1.6.0
33
38
github.com/gorilla/handlers v1.5.1
34
39
github.com/gorilla/mux v1.8.0
35
40
github.com/hashicorp/go-cleanhttp v0.5.2
36
- github.com/hashicorp/go-getter v1.6.2
41
+ github.com/hashicorp/go-getter v1.7.5
37
42
github.com/hashicorp/go-multierror v1.1.1
38
- github.com/hashicorp/go-retryablehttp v0.6.6
43
+ github.com/hashicorp/go-retryablehttp v0.7.2
39
44
github.com/hashicorp/go-version v1.6.0
40
45
github.com/hashicorp/hcl v1.0.0
41
46
github.com/hashicorp/hcl/v2 v2.10.1
@@ -45,46 +50,46 @@ require (
45
50
github.com/itchyny/gojq v0.12.1
46
51
github.com/mattn/go-isatty v0.0.20
47
52
github.com/mitchellh/go-homedir v1.1.0
48
- github.com/moby/buildkit v0.8.3
53
+ github.com/moby/buildkit v0.12.5
49
54
github.com/onsi/ginkgo v1.16.4
50
55
github.com/onsi/gomega v1.22.1
51
56
github.com/open-policy-agent/opa v0.46.1
52
57
github.com/owenrumney/go-sarif/v2 v2.1.2
53
- github.com/pelletier/go-toml v1.9.3
58
+ github.com/pelletier/go-toml v1.9.5
54
59
github.com/pkg/errors v0.9.1
55
60
github.com/spf13/afero v1.6.0
56
61
github.com/spf13/cobra v1.8.0
57
62
github.com/stretchr/testify v1.8.4
58
63
github.com/zclconf/go-cty v1.10.0
59
- go.uber.org/zap v1.17 .0
64
+ go.uber.org/zap v1.19 .0
60
65
golang.org/x/sys v0.20.0
61
66
golang.org/x/tools v0.21.1-0.20240531212143-b6235391adb3 // indirect
62
- google.golang.org/api v0.114 .0
63
- google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1
67
+ google.golang.org/api v0.126 .0
68
+ google.golang.org/genproto v0.0.0-20230803162519-f966b187b2e5
64
69
gopkg.in/src-d/go-git.v4 v4.13.1
65
70
gopkg.in/yaml.v3 v3.0.1
66
71
helm.sh/helm/v3 v3.6.1
67
- k8s.io/api v0.22.5
68
- k8s.io/apimachinery v0.22.5
72
+ k8s.io/api v0.29.0
73
+ k8s.io/apimachinery v0.29.0
69
74
k8s.io/client-go v10.0.0+incompatible
70
75
modernc.org/sqlite v1.11.1
71
- sigs.k8s.io/kustomize/api v0.8.11
72
- sigs.k8s.io/kustomize/kyaml v0.11.0
76
+ sigs.k8s.io/kustomize/api v0.13.5-0.20230601165947-6ce0bf390ce3
77
+ sigs.k8s.io/kustomize/kyaml v0.14.3-0.20230601165947-6ce0bf390ce3
73
78
)
74
79
75
80
require (
76
- cloud.google.com/go/containeranalysis v0.9.0
81
+ cloud.google.com/go/containeranalysis v0.10.1
77
82
github.com/apparentlymart/go-versions v1.0.1
78
83
github.com/aws-cloudformation/rain v1.7.6-0.20240222000459-86c95e121ae9
79
84
github.com/awslabs/goformation/v7 v7.0.5
80
85
)
81
86
82
87
require (
83
- cloud.google.com/go/compute v1.19.1 // indirect
88
+ cloud.google.com/go/compute v1.23.0 // indirect
84
89
cloud.google.com/go/compute/metadata v0.2.3 // indirect
85
- cloud.google.com/go/grafeas v0.2 .0 // indirect
86
- cloud.google.com/go/iam v0.13.0 // indirect
87
- cloud.google.com/go/storage v1.28 .1 // indirect
90
+ cloud.google.com/go/grafeas v0.3 .0 // indirect
91
+ cloud.google.com/go/iam v1.1.1 // indirect
92
+ cloud.google.com/go/storage v1.30 .1 // indirect
88
93
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
89
94
github.com/Azure/go-autorest/autorest/adal v0.9.18 // indirect
90
95
github.com/Azure/go-autorest/autorest/azure/cli v0.4.2 // indirect
@@ -93,12 +98,10 @@ require (
93
98
github.com/Azure/go-autorest/logger v0.2.1 // indirect
94
99
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
95
100
github.com/Masterminds/goutils v1.1.1 // indirect
96
- github.com/Masterminds/semver/v3 v3.1 .1 // indirect
97
- github.com/Masterminds/sprig/v3 v3.2.2 // indirect
101
+ github.com/Masterminds/semver/v3 v3.2 .1 // indirect
102
+ github.com/Masterminds/sprig/v3 v3.2.3 // indirect
98
103
github.com/OneOfOne/xxhash v1.2.8 // indirect
99
- github.com/PuerkitoBio/purell v1.1.1 // indirect
100
- github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
101
- github.com/agext/levenshtein v1.2.2 // indirect
104
+ github.com/agext/levenshtein v1.2.3 // indirect
102
105
github.com/agnivade/levenshtein v1.1.1 // indirect
103
106
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
104
107
github.com/aws/aws-sdk-go-v2 v1.25.1 // indirect
@@ -118,45 +121,47 @@ require (
118
121
github.com/aws/aws-sdk-go-v2/service/sts v1.28.0 // indirect
119
122
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
120
123
github.com/chzyer/readline v1.5.1 // indirect
121
- github.com/containerd/typeurl v1.0.2 // indirect
122
- github.com/cyphar/filepath-securejoin v0.2.3 // indirect
124
+ github.com/containerd/typeurl/v2 v2.1.1 // indirect
125
+ github.com/cyphar/filepath-securejoin v0.2.4 // indirect
123
126
github.com/davecgh/go-spew v1.1.1 // indirect
124
127
github.com/dgraph-io/badger/v3 v3.2103.4 // indirect
125
128
github.com/dimchansky/utfbom v1.1.1 // indirect
126
- github.com/docker/cli v20.10.21 +incompatible // indirect
127
- github.com/docker/distribution v2.8.2-beta.1 +incompatible // indirect
128
- github.com/docker/docker v20.10.24 +incompatible // indirect
129
+ github.com/docker/cli v24.0.6 +incompatible // indirect
130
+ github.com/docker/distribution v2.8.2+incompatible // indirect
131
+ github.com/docker/docker v24.0.7 +incompatible // indirect
129
132
github.com/docker/docker-credential-helpers v0.7.0 // indirect
130
133
github.com/docker/go-connections v0.4.0 // indirect
131
134
github.com/docker/go-units v0.5.0 // indirect
132
135
github.com/emirpasic/gods v1.12.0 // indirect
133
- github.com/evanphx/json-patch v4.11 .0+incompatible // indirect
136
+ github.com/evanphx/json-patch v5.7 .0+incompatible // indirect
134
137
github.com/fatih/color v1.16.0 // indirect
135
138
github.com/felixge/httpsnoop v1.0.3 // indirect
136
- github.com/fsnotify/fsnotify v1.6 .0 // indirect
137
- github.com/go-logr/logr v1.2.3 // indirect
138
- github.com/go-openapi/jsonpointer v0.19.5 // indirect
139
- github.com/go-openapi/jsonreference v0.19.5 // indirect
140
- github.com/go-openapi/swag v0.19.14 // indirect
139
+ github.com/fsnotify/fsnotify v1.7 .0 // indirect
140
+ github.com/go-logr/logr v1.3.0 // indirect
141
+ github.com/go-openapi/jsonpointer v0.19.6 // indirect
142
+ github.com/go-openapi/jsonreference v0.20.2 // indirect
143
+ github.com/go-openapi/swag v0.22.3 // indirect
141
144
github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0 // indirect
142
145
github.com/gobwas/glob v0.2.3 // indirect
143
146
github.com/gogo/protobuf v1.3.2 // indirect
144
- github.com/golang-jwt/jwt/v4 v4.2 .0 // indirect
147
+ github.com/golang-jwt/jwt/v4 v4.5 .0 // indirect
145
148
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
146
149
github.com/golang/protobuf v1.5.3 // indirect
147
150
github.com/google/flatbuffers v22.11.23+incompatible // indirect
151
+ github.com/google/gnostic-models v0.6.8 // indirect
148
152
github.com/google/go-cmp v0.6.0 // indirect
149
153
github.com/google/gofuzz v1.2.0 // indirect
154
+ github.com/google/s2a-go v0.1.4 // indirect
150
155
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
151
156
github.com/googleapis/enterprise-certificate-proxy v0.2.3 // indirect
152
- github.com/googleapis/gax-go/v2 v2.7.1 // indirect
157
+ github.com/googleapis/gax-go/v2 v2.11.0 // indirect
153
158
github.com/googleapis/gnostic v0.5.5 // indirect
154
159
github.com/gookit/color v1.5.4 // indirect
155
160
github.com/hashicorp/errwrap v1.1.0 // indirect
156
161
github.com/hashicorp/go-hclog v0.15.0 // indirect
157
162
github.com/hashicorp/go-safetemp v1.0.0 // indirect
158
- github.com/huandu/xstrings v1.3.2 // indirect
159
- github.com/imdario/mergo v0.3.12 // indirect
163
+ github.com/huandu/xstrings v1.4.0 // indirect
164
+ github.com/imdario/mergo v0.3.13 // indirect
160
165
github.com/inconshreveable/mousetrap v1.1.0 // indirect
161
166
github.com/itchyny/astgen-go v0.0.0-20210113000433-0da0671862a3 // indirect
162
167
github.com/itchyny/timefmt-go v0.1.1 // indirect
@@ -166,33 +171,30 @@ require (
166
171
github.com/json-iterator/go v1.1.12 // indirect
167
172
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
168
173
github.com/kevinburke/ssh_config v0.0.0-20190725054713-01f96b0aa0cd // indirect
169
- github.com/klauspost/compress v1.15.13 // indirect
170
- github.com/mailru/easyjson v0.7.6 // indirect
174
+ github.com/klauspost/compress v1.17.2 // indirect
175
+ github.com/mailru/easyjson v0.7.7 // indirect
171
176
github.com/mattn/go-colorable v0.1.13 // indirect
172
- github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
173
- github.com/mitchellh/copystructure v1.1.1 // indirect
177
+ github.com/mitchellh/copystructure v1.2.0 // indirect
174
178
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
175
- github.com/mitchellh/go-wordwrap v1.0.0 // indirect
179
+ github.com/mitchellh/go-wordwrap v1.0.1 // indirect
176
180
github.com/mitchellh/panicwrap v1.0.0 // indirect
177
- github.com/mitchellh/reflectwalk v1.0.1 // indirect
181
+ github.com/mitchellh/reflectwalk v1.0.2 // indirect
178
182
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
179
183
github.com/modern-go/reflect2 v1.0.2 // indirect
180
184
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
181
185
github.com/nathan-fiscaletti/consolesize-go v0.0.0-20220204101620-317176b6684d // indirect
182
186
github.com/nxadm/tail v1.4.8 // indirect
183
187
github.com/opencontainers/go-digest v1.0.0 // indirect
184
- github.com/opencontainers/image-spec v1.1.0-rc2 // indirect
188
+ github.com/opencontainers/image-spec v1.1.0-rc5 // indirect
185
189
github.com/pmezard/go-difflib v1.0.0 // indirect
186
- github.com/prometheus/client_golang v1.14.0 // indirect
187
- github.com/prometheus/common v0.38.0 // indirect
188
190
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
189
191
github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0 // indirect
190
192
github.com/sanathkr/go-yaml v0.0.0-20170819195128-ed9d249f429b // indirect
191
193
github.com/sanathkr/yaml v0.0.0-20170819201035-0056894fa522 // indirect
192
194
github.com/sergi/go-diff v1.1.0 // indirect
193
- github.com/shopspring/decimal v1.2.0 // indirect
194
- github.com/sirupsen/logrus v1.9.0 // indirect
195
- github.com/spf13/cast v1.3.1 // indirect
195
+ github.com/shopspring/decimal v1.3.1 // indirect
196
+ github.com/sirupsen/logrus v1.9.3 // indirect
197
+ github.com/spf13/cast v1.5.0 // indirect
196
198
github.com/spf13/pflag v1.0.5 // indirect
197
199
github.com/src-d/gcfg v1.4.0 // indirect
198
200
github.com/tchap/go-patricia/v2 v2.3.1 // indirect
@@ -201,34 +203,37 @@ require (
201
203
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
202
204
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
203
205
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
204
- github.com/xlab/treeprint v0.0.0-20181112141820-a009c3971eca // indirect
206
+ github.com/xlab/treeprint v1.2.0 // indirect
205
207
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
206
208
github.com/yashtewari/glob-intersection v0.1.0 // indirect
207
209
go.opencensus.io v0.24.0 // indirect
208
- go.starlark.net v0.0.0-20200306205701-8dd3e2ee1dd5 // indirect
209
- go.uber.org/atomic v1.7 .0 // indirect
210
- go.uber.org/multierr v1.6 .0 // indirect
210
+ go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
211
+ go.uber.org/atomic v1.10 .0 // indirect
212
+ go.uber.org/multierr v1.11 .0 // indirect
211
213
golang.org/x/crypto v0.23.0 // indirect
212
214
golang.org/x/mod v0.17.0 // indirect
213
215
golang.org/x/net v0.25.0 // indirect
214
- golang.org/x/oauth2 v0.7 .0 // indirect
216
+ golang.org/x/oauth2 v0.10 .0 // indirect
215
217
golang.org/x/sync v0.7.0 // indirect
216
218
golang.org/x/term v0.20.0 // indirect
217
219
golang.org/x/text v0.15.0 // indirect
218
220
golang.org/x/time v0.3.0 // indirect
219
221
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
220
222
google.golang.org/appengine v1.6.7 // indirect
221
- google.golang.org/grpc v1.56.3 // indirect
222
- google.golang.org/protobuf v1.30.0 // indirect
223
+ google.golang.org/genproto/googleapis/api v0.0.0-20230726155614-23370e0ffb3e // indirect
224
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d // indirect
225
+ google.golang.org/grpc v1.58.3 // indirect
226
+ google.golang.org/protobuf v1.31.0 // indirect
223
227
gopkg.in/inf.v0 v0.9.1 // indirect
224
228
gopkg.in/src-d/go-billy.v4 v4.3.2 // indirect
225
229
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
226
230
gopkg.in/warnings.v0 v0.1.2 // indirect
227
231
gopkg.in/yaml.v2 v2.4.0 // indirect
228
- k8s.io/apiextensions-apiserver v0.21.0 // indirect
229
- k8s.io/klog/v2 v2.30.0 // indirect
230
- k8s.io/kube-openapi v0.0.0-20211109043538-20434351676c // indirect
231
- k8s.io/utils v0.0.0-20210930125809-cb0fa318a74b // indirect
232
+ gotest.tools/v3 v3.5.1 // indirect
233
+ k8s.io/apiextensions-apiserver v0.29.0 // indirect
234
+ k8s.io/klog/v2 v2.110.1 // indirect
235
+ k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 // indirect
236
+ k8s.io/utils v0.0.0-20230726121419-3b25d923346b // indirect
232
237
lukechampine.com/uint128 v1.1.1 // indirect
233
238
modernc.org/cc/v3 v3.33.6 // indirect
234
239
modernc.org/ccgo/v3 v3.9.5 // indirect
@@ -238,6 +243,6 @@ require (
238
243
modernc.org/opt v0.1.1 // indirect
239
244
modernc.org/strutil v1.1.1 // indirect
240
245
modernc.org/token v1.0.0 // indirect
241
- sigs.k8s.io/structured-merge-diff/v4 v4.1.2 // indirect
242
- sigs.k8s.io/yaml v1.2 .0 // indirect
246
+ sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
247
+ sigs.k8s.io/yaml v1.3 .0 // indirect
243
248
)
0 commit comments