@@ -3,8 +3,8 @@ module github.com/cloudposse/terraform-provider-utils
3
3
go 1.21
4
4
5
5
require (
6
- github.com/cloudposse/atmos v1.79 .0
7
- github.com/gruntwork-io/terratest v0.46.15
6
+ github.com/cloudposse/atmos v1.84 .0
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
10
10
github.com/json-iterator/go v1.1.12
@@ -67,16 +67,18 @@ require (
67
67
github.com/bytecodealliance/wasmtime-go/v3 v3.0.2 // indirect
68
68
github.com/cenkalti/backoff/v3 v3.2.2 // indirect
69
69
github.com/cespare/xxhash/v2 v2.2.0 // indirect
70
+ github.com/chainguard-dev/git-urls v1.0.2 // indirect
70
71
github.com/charmbracelet/bubbles v0.18.0 // indirect
71
- github.com/charmbracelet/bubbletea v0.26.4 // indirect
72
- github.com/charmbracelet/lipgloss v0.11.0 // indirect
73
- github.com/charmbracelet/x/ansi v0.1.2 // indirect
74
- github.com/charmbracelet/x/input v0.1.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
75
+ github.com/charmbracelet/x/input v0.1.2 // indirect
75
76
github.com/charmbracelet/x/term v0.1.1 // indirect
76
- github.com/charmbracelet/x/windows v0.1.0 // indirect
77
+ github.com/charmbracelet/x/windows v0.1.2 // indirect
77
78
github.com/cloudflare/circl v1.3.7 // indirect
78
79
github.com/common-nighthawk/go-figure v0.0.0-20210622060536-734e95fb86be // indirect
79
- github.com/containerd/containerd v1.7.17 // indirect
80
+ github.com/containerd/containerd v1.7.18 // indirect
81
+ github.com/containerd/errdefs v0.1.0 // indirect
80
82
github.com/containerd/log v0.1.0 // indirect
81
83
github.com/containerd/stargz-snapshotter/estargz v0.14.3 // indirect
82
84
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
@@ -104,7 +106,7 @@ require (
104
106
github.com/golang/protobuf v1.5.4 // indirect
105
107
github.com/golang/snappy v0.0.4 // indirect
106
108
github.com/google/go-cmp v0.6.0 // indirect
107
- github.com/google/go-containerregistry v0.19.1 // indirect
109
+ github.com/google/go-containerregistry v0.20.0 // indirect
108
110
github.com/google/go-github/v59 v59.0.0 // indirect
109
111
github.com/google/go-querystring v1.1.0 // indirect
110
112
github.com/google/s2a-go v0.1.7 // indirect
@@ -125,7 +127,7 @@ require (
125
127
github.com/hashicorp/go-checkpoint v0.5.0 // indirect
126
128
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
127
129
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320 // indirect
128
- github.com/hashicorp/go-getter v1.7.4 // indirect
130
+ github.com/hashicorp/go-getter v1.7.5 // indirect
129
131
github.com/hashicorp/go-hclog v1.5.0 // indirect
130
132
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
131
133
github.com/hashicorp/go-multierror v1.1.1 // indirect
@@ -142,10 +144,10 @@ require (
142
144
github.com/hashicorp/golang-lru v0.5.4 // indirect
143
145
github.com/hashicorp/hc-install v0.7.0 // indirect
144
146
github.com/hashicorp/hcl v1.0.0 // indirect
145
- github.com/hashicorp/hcl/v2 v2.20.1 // indirect
147
+ github.com/hashicorp/hcl/v2 v2.21.0 // indirect
146
148
github.com/hashicorp/logutils v1.0.0 // indirect
147
149
github.com/hashicorp/serf v0.10.1 // indirect
148
- github.com/hashicorp/terraform-config-inspect v0.0.0-20240607080351-271db412dbcb // indirect
150
+ github.com/hashicorp/terraform-config-inspect v0.0.0-20240701073647-9fc3669f7553 // indirect
149
151
github.com/hashicorp/terraform-exec v0.21.0 // indirect
150
152
github.com/hashicorp/terraform-json v0.22.1 // indirect
151
153
github.com/hashicorp/terraform-plugin-go v0.23.0 // indirect
@@ -165,7 +167,8 @@ require (
165
167
github.com/jwalton/go-supportscolor v1.2.0 // indirect
166
168
github.com/kevinburke/ssh_config v1.2.0 // indirect
167
169
github.com/klauspost/compress v1.17.2 // indirect
168
- github.com/lrstanley/bubblezone v0.0.0-20240602193536-d14e6b69d7f9 // indirect
170
+ github.com/kubescape/go-git-url v0.0.30 // indirect
171
+ github.com/lrstanley/bubblezone v0.0.0-20240624011428-67235275f80c // indirect
169
172
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
170
173
github.com/magiconair/properties v1.8.7 // indirect
171
174
github.com/mattn/go-colorable v0.1.13 // indirect
@@ -187,7 +190,7 @@ require (
187
190
github.com/muesli/reflow v0.3.0 // indirect
188
191
github.com/muesli/termenv v0.15.2 // indirect
189
192
github.com/oklog/run v1.1.0 // indirect
190
- github.com/open-policy-agent/opa v0.65 .0 // indirect
193
+ github.com/open-policy-agent/opa v0.66 .0 // indirect
191
194
github.com/opencontainers/go-digest v1.0.0 // indirect
192
195
github.com/opencontainers/image-spec v1.1.0 // indirect
193
196
github.com/otiai10/copy v1.14.0 // indirect
@@ -208,7 +211,7 @@ require (
208
211
github.com/sagikazarmark/locafero v0.4.0 // indirect
209
212
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
210
213
github.com/sahilm/fuzzy v0.1.1-0.20230530133925-c48e322e2a8f // indirect
211
- github.com/samber/lo v1.39 .0 // indirect
214
+ github.com/samber/lo v1.44 .0 // indirect
212
215
github.com/santhosh-tekuri/jsonschema/v5 v5.3.1 // indirect
213
216
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
214
217
github.com/shopspring/decimal v1.3.1 // indirect
@@ -217,7 +220,7 @@ require (
217
220
github.com/sourcegraph/conc v0.3.0 // indirect
218
221
github.com/spf13/afero v1.11.0 // indirect
219
222
github.com/spf13/cast v1.6.0 // indirect
220
- github.com/spf13/cobra v1.8.0 // indirect
223
+ github.com/spf13/cobra v1.8.1 // indirect
221
224
github.com/spf13/pflag v1.0.5 // indirect
222
225
github.com/spf13/viper v1.19.0 // indirect
223
226
github.com/subosito/gotenv v1.6.0 // indirect
@@ -252,17 +255,17 @@ require (
252
255
go4.org/intern v0.0.0-20230205224052-192e9f60865c // indirect
253
256
go4.org/unsafe/assume-no-moving-gc v0.0.0-20230525183740-e7c30c78aeb2 // indirect
254
257
gocloud.dev v0.25.1-0.20220408200107-09b10f7359f7 // indirect
255
- golang.org/x/crypto v0.23 .0 // indirect
258
+ golang.org/x/crypto v0.24 .0 // indirect
256
259
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
257
260
golang.org/x/mod v0.17.0 // indirect
258
- golang.org/x/net v0.25 .0 // indirect
261
+ golang.org/x/net v0.26 .0 // indirect
259
262
golang.org/x/oauth2 v0.18.0 // indirect
260
263
golang.org/x/sync v0.7.0 // indirect
261
- golang.org/x/sys v0.20 .0 // indirect
262
- golang.org/x/term v0.20 .0 // indirect
263
- golang.org/x/text v0.15 .0 // indirect
264
+ golang.org/x/sys v0.21 .0 // indirect
265
+ golang.org/x/term v0.21 .0 // indirect
266
+ golang.org/x/text v0.16 .0 // indirect
264
267
golang.org/x/time v0.5.0 // indirect
265
- golang.org/x/tools v0.17.0 // indirect
268
+ golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
266
269
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
267
270
google.golang.org/api v0.171.0 // indirect
268
271
google.golang.org/appengine v1.6.8 // indirect
@@ -277,6 +280,7 @@ require (
277
280
gopkg.in/yaml.v3 v3.0.1 // indirect
278
281
inet.af/netaddr v0.0.0-20230525184311-b8eac61e914a // indirect
279
282
k8s.io/client-go v0.28.4 // indirect
283
+ k8s.io/utils v0.0.0-20230406110748-d93618cff8a2 // indirect
280
284
mvdan.cc/sh/v3 v3.8.0 // indirect
281
285
oras.land/oras-go/v2 v2.3.1 // indirect
282
286
sigs.k8s.io/yaml v1.4.0 // indirect
0 commit comments