1
1
module github.com/cloudposse/terraform-provider-utils
2
2
3
- go 1.21
3
+ go 1.23
4
4
5
5
require (
6
- github.com/cloudposse/atmos v1.84 .0
6
+ github.com/cloudposse/atmos v1.87 .0
7
7
github.com/gruntwork-io/terratest v0.47.0
8
8
github.com/hashicorp/terraform-plugin-docs v0.19.4
9
9
github.com/hashicorp/terraform-plugin-sdk/v2 v2.34.0
@@ -14,19 +14,17 @@ require (
14
14
15
15
require (
16
16
cloud.google.com/go v0.112.1 // indirect
17
- cloud.google.com/go/compute v1.25.1 // indirect
18
- cloud.google.com/go/compute/metadata v0.2.3 // indirect
17
+ cloud.google.com/go/compute/metadata v0.3.0 // indirect
19
18
cloud.google.com/go/iam v1.1.6 // indirect
20
19
cloud.google.com/go/storage v1.38.0 // indirect
21
- dario.cat/mergo v1.0.0 // indirect
20
+ dario.cat/mergo v1.0.1 // indirect
22
21
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 // indirect
23
22
github.com/BurntSushi/toml v1.3.2 // indirect
24
23
github.com/Kunde21/markdownfmt/v3 v3.1.0 // indirect
25
24
github.com/Masterminds/goutils v1.1.1 // indirect
26
25
github.com/Masterminds/semver/v3 v3.2.0 // indirect
27
26
github.com/Masterminds/sprig/v3 v3.2.3 // indirect
28
27
github.com/Microsoft/go-winio v0.6.2 // indirect
29
- github.com/Microsoft/hcsshim v0.11.5 // indirect
30
28
github.com/OneOfOne/xxhash v1.2.8 // indirect
31
29
github.com/ProtonMail/go-crypto v1.1.0-alpha.2 // indirect
32
30
github.com/Shopify/ejson v1.3.3 // indirect
@@ -66,27 +64,27 @@ require (
66
64
github.com/bmatcuk/doublestar/v4 v4.6.1 // indirect
67
65
github.com/bytecodealliance/wasmtime-go/v3 v3.0.2 // indirect
68
66
github.com/cenkalti/backoff/v3 v3.2.2 // indirect
69
- github.com/cespare/xxhash/v2 v2.2 .0 // indirect
67
+ github.com/cespare/xxhash/v2 v2.3 .0 // indirect
70
68
github.com/chainguard-dev/git-urls v1.0.2 // indirect
71
- github.com/charmbracelet/bubbles v0.18 .0 // indirect
72
- github.com/charmbracelet/bubbletea v0.26.6 // indirect
73
- github.com/charmbracelet/lipgloss v0.11.1 // indirect
74
- github.com/charmbracelet/x/ansi v0.1.3 // indirect
69
+ github.com/charmbracelet/bubbles v0.19 .0 // indirect
70
+ github.com/charmbracelet/bubbletea v0.27.0 // indirect
71
+ github.com/charmbracelet/lipgloss v0.13.0 // indirect
72
+ github.com/charmbracelet/x/ansi v0.1.4 // indirect
75
73
github.com/charmbracelet/x/input v0.1.2 // indirect
76
74
github.com/charmbracelet/x/term v0.1.1 // indirect
77
75
github.com/charmbracelet/x/windows v0.1.2 // indirect
78
76
github.com/cloudflare/circl v1.3.7 // indirect
79
77
github.com/common-nighthawk/go-figure v0.0.0-20210622060536-734e95fb86be // indirect
80
- github.com/containerd/containerd v1.7.18 // indirect
78
+ github.com/containerd/containerd v1.7.20 // indirect
81
79
github.com/containerd/errdefs v0.1.0 // indirect
82
80
github.com/containerd/log v0.1.0 // indirect
81
+ github.com/containerd/platforms v0.2.1 // indirect
83
82
github.com/containerd/stargz-snapshotter/estargz v0.14.3 // indirect
84
83
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
85
84
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
86
85
github.com/dlclark/regexp2 v1.4.0 // indirect
87
- github.com/docker/cli v24.0.0 +incompatible // indirect
86
+ github.com/docker/cli v27.1.1 +incompatible // indirect
88
87
github.com/docker/distribution v2.8.2+incompatible // indirect
89
- github.com/docker/docker v26.1.1+incompatible // indirect
90
88
github.com/docker/docker-credential-helpers v0.8.1 // indirect
91
89
github.com/docker/libkv v0.2.2-0.20180912205406-458977154600 // indirect
92
90
github.com/dustin/gojson v0.0.0-20160307161227-2e71ec9dd5ad // indirect
@@ -106,7 +104,7 @@ require (
106
104
github.com/golang/protobuf v1.5.4 // indirect
107
105
github.com/golang/snappy v0.0.4 // indirect
108
106
github.com/google/go-cmp v0.6.0 // indirect
109
- github.com/google/go-containerregistry v0.20.0 // indirect
107
+ github.com/google/go-containerregistry v0.20.2 // indirect
110
108
github.com/google/go-github/v59 v59.0.0 // indirect
111
109
github.com/google/go-querystring v1.1.0 // indirect
112
110
github.com/google/s2a-go v0.1.7 // indirect
@@ -127,7 +125,7 @@ require (
127
125
github.com/hashicorp/go-checkpoint v0.5.0 // indirect
128
126
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
129
127
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320 // indirect
130
- github.com/hashicorp/go-getter v1.7.5 // indirect
128
+ github.com/hashicorp/go-getter v1.7.6 // indirect
131
129
github.com/hashicorp/go-hclog v1.5.0 // indirect
132
130
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
133
131
github.com/hashicorp/go-multierror v1.1.1 // indirect
@@ -147,7 +145,7 @@ require (
147
145
github.com/hashicorp/hcl/v2 v2.21.0 // indirect
148
146
github.com/hashicorp/logutils v1.0.0 // indirect
149
147
github.com/hashicorp/serf v0.10.1 // indirect
150
- github.com/hashicorp/terraform-config-inspect v0.0.0-20240701073647-9fc3669f7553 // indirect
148
+ github.com/hashicorp/terraform-config-inspect v0.0.0-20240801114854-6714b46f5fe4 // indirect
151
149
github.com/hashicorp/terraform-exec v0.21.0 // indirect
152
150
github.com/hashicorp/terraform-json v0.22.1 // indirect
153
151
github.com/hashicorp/terraform-plugin-go v0.23.0 // indirect
@@ -168,13 +166,13 @@ require (
168
166
github.com/kevinburke/ssh_config v1.2.0 // indirect
169
167
github.com/klauspost/compress v1.17.2 // indirect
170
168
github.com/kubescape/go-git-url v0.0.30 // indirect
171
- github.com/lrstanley/bubblezone v0.0.0-20240624011428-67235275f80c // indirect
169
+ github.com/lrstanley/bubblezone v0.0.0-20240820044643-3964e2111228 // indirect
172
170
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
173
171
github.com/magiconair/properties v1.8.7 // indirect
174
172
github.com/mattn/go-colorable v0.1.13 // indirect
175
173
github.com/mattn/go-isatty v0.0.20 // indirect
176
174
github.com/mattn/go-localereader v0.0.1 // indirect
177
- github.com/mattn/go-runewidth v0.0.15 // indirect
175
+ github.com/mattn/go-runewidth v0.0.16 // indirect
178
176
github.com/mattn/go-zglob v0.0.2-0.20190814121620-e3c945676326 // indirect
179
177
github.com/mitchellh/copystructure v1.2.0 // indirect
180
178
github.com/mitchellh/go-homedir v1.1.0 // indirect
@@ -187,10 +185,9 @@ require (
187
185
github.com/modern-go/reflect2 v1.0.2 // indirect
188
186
github.com/muesli/ansi v0.0.0-20230316100256-276c6243b2f6 // indirect
189
187
github.com/muesli/cancelreader v0.2.2 // indirect
190
- github.com/muesli/reflow v0.3.0 // indirect
191
188
github.com/muesli/termenv v0.15.2 // indirect
192
189
github.com/oklog/run v1.1.0 // indirect
193
- github.com/open-policy-agent/opa v0.66.0 // indirect
190
+ github.com/open-policy-agent/opa v0.67.1 // indirect
194
191
github.com/opencontainers/go-digest v1.0.0 // indirect
195
192
github.com/opencontainers/image-spec v1.1.0 // indirect
196
193
github.com/otiai10/copy v1.14.0 // indirect
@@ -210,8 +207,8 @@ require (
210
207
github.com/ryanuber/go-glob v1.0.0 // indirect
211
208
github.com/sagikazarmark/locafero v0.4.0 // indirect
212
209
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
213
- github.com/sahilm/fuzzy v0.1.1-0.20230530133925-c48e322e2a8f // indirect
214
- github.com/samber/lo v1.44 .0 // indirect
210
+ github.com/sahilm/fuzzy v0.1.1 // indirect
211
+ github.com/samber/lo v1.47 .0 // indirect
215
212
github.com/santhosh-tekuri/jsonschema/v5 v5.3.1 // indirect
216
213
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
217
214
github.com/shopspring/decimal v1.3.1 // indirect
@@ -239,49 +236,49 @@ require (
239
236
github.com/yashtewari/glob-intersection v0.2.0 // indirect
240
237
github.com/yuin/goldmark v1.7.1 // indirect
241
238
github.com/yuin/goldmark-meta v1.1.0 // indirect
242
- github.com/zclconf/go-cty v1.14.4 // indirect
239
+ github.com/zclconf/go-cty v1.15.0 // indirect
243
240
github.com/zealic/xignore v0.3.3 // indirect
244
241
go.abhg.dev/goldmark/frontmatter v0.2.0 // indirect
245
242
go.etcd.io/bbolt v1.3.10 // indirect
246
243
go.opencensus.io v0.24.0 // indirect
247
244
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0 // indirect
248
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49 .0 // indirect
249
- go.opentelemetry.io/otel v1.24 .0 // indirect
250
- go.opentelemetry.io/otel/metric v1.24 .0 // indirect
251
- go.opentelemetry.io/otel/sdk v1.22 .0 // indirect
252
- go.opentelemetry.io/otel/trace v1.24 .0 // indirect
245
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53 .0 // indirect
246
+ go.opentelemetry.io/otel v1.28 .0 // indirect
247
+ go.opentelemetry.io/otel/metric v1.28 .0 // indirect
248
+ go.opentelemetry.io/otel/sdk v1.28 .0 // indirect
249
+ go.opentelemetry.io/otel/trace v1.28 .0 // indirect
253
250
go.uber.org/atomic v1.9.0 // indirect
254
251
go.uber.org/multierr v1.9.0 // indirect
255
252
go4.org/intern v0.0.0-20230205224052-192e9f60865c // indirect
256
253
go4.org/unsafe/assume-no-moving-gc v0.0.0-20230525183740-e7c30c78aeb2 // indirect
257
254
gocloud.dev v0.25.1-0.20220408200107-09b10f7359f7 // indirect
258
- golang.org/x/crypto v0.24 .0 // indirect
255
+ golang.org/x/crypto v0.25 .0 // indirect
259
256
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
260
257
golang.org/x/mod v0.17.0 // indirect
261
- golang.org/x/net v0.26 .0 // indirect
262
- golang.org/x/oauth2 v0.18 .0 // indirect
263
- golang.org/x/sync v0.7 .0 // indirect
264
- golang.org/x/sys v0.21 .0 // indirect
265
- golang.org/x/term v0.21 .0 // indirect
258
+ golang.org/x/net v0.27 .0 // indirect
259
+ golang.org/x/oauth2 v0.20 .0 // indirect
260
+ golang.org/x/sync v0.8 .0 // indirect
261
+ golang.org/x/sys v0.24 .0 // indirect
262
+ golang.org/x/term v0.23 .0 // indirect
266
263
golang.org/x/text v0.16.0 // indirect
267
264
golang.org/x/time v0.5.0 // indirect
268
265
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
269
266
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
270
267
google.golang.org/api v0.171.0 // indirect
271
268
google.golang.org/appengine v1.6.8 // indirect
272
269
google.golang.org/genproto v0.0.0-20240227224415-6ceb2ff114de // indirect
273
- google.golang.org/genproto/googleapis/api v0.0.0-20240318140521-94a12d6c2237 // indirect
274
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240318140521-94a12d6c2237 // indirect
275
- google.golang.org/grpc v1.64 .0 // indirect
276
- google.golang.org/protobuf v1.34.0 // indirect
270
+ google.golang.org/genproto/googleapis/api v0.0.0-20240701130421-f6361c86f094 // indirect
271
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094 // indirect
272
+ google.golang.org/grpc v1.65 .0 // indirect
273
+ google.golang.org/protobuf v1.34.2 // indirect
277
274
gopkg.in/ini.v1 v1.67.0 // indirect
278
275
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
279
276
gopkg.in/warnings.v0 v0.1.2 // indirect
280
277
gopkg.in/yaml.v3 v3.0.1 // indirect
281
278
inet.af/netaddr v0.0.0-20230525184311-b8eac61e914a // indirect
282
279
k8s.io/client-go v0.28.4 // indirect
283
280
k8s.io/utils v0.0.0-20230406110748-d93618cff8a2 // indirect
284
- mvdan.cc/sh/v3 v3.8 .0 // indirect
281
+ mvdan.cc/sh/v3 v3.9 .0 // indirect
285
282
oras.land/oras-go/v2 v2.3.1 // indirect
286
283
sigs.k8s.io/yaml v1.4.0 // indirect
287
284
)
0 commit comments