@@ -3,13 +3,14 @@ module github.com/cloudposse/terraform-provider-utils
3
3
go 1.23
4
4
5
5
require (
6
- github.com/cloudposse/atmos v1.87 .0
7
- github.com/gruntwork-io/terratest v0.47.0
6
+ github.com/cloudposse/atmos v1.88 .0
7
+ github.com/gruntwork-io/terratest v0.47.1
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
11
+ github.com/pkg/errors v0.9.1
11
12
github.com/stretchr/testify v1.9.0
12
- gopkg.in/yaml.v2 v2.4.0
13
+ gopkg.in/yaml.v3 v3.0.1
13
14
)
14
15
15
16
require (
@@ -22,8 +23,8 @@ require (
22
23
github.com/BurntSushi/toml v1.3.2 // indirect
23
24
github.com/Kunde21/markdownfmt/v3 v3.1.0 // indirect
24
25
github.com/Masterminds/goutils v1.1.1 // indirect
25
- github.com/Masterminds/semver/v3 v3.2 .0 // indirect
26
- github.com/Masterminds/sprig/v3 v3.2.3 // indirect
26
+ github.com/Masterminds/semver/v3 v3.3 .0 // indirect
27
+ github.com/Masterminds/sprig/v3 v3.3.0 // indirect
27
28
github.com/Microsoft/go-winio v0.6.2 // indirect
28
29
github.com/OneOfOne/xxhash v1.2.8 // indirect
29
30
github.com/ProtonMail/go-crypto v1.1.0-alpha.2 // indirect
@@ -67,15 +68,13 @@ require (
67
68
github.com/cespare/xxhash/v2 v2.3.0 // indirect
68
69
github.com/chainguard-dev/git-urls v1.0.2 // indirect
69
70
github.com/charmbracelet/bubbles v0.19.0 // indirect
70
- github.com/charmbracelet/bubbletea v0.27 .0 // indirect
71
+ github.com/charmbracelet/bubbletea v1.1 .0 // indirect
71
72
github.com/charmbracelet/lipgloss v0.13.0 // indirect
72
- github.com/charmbracelet/x/ansi v0.1.4 // indirect
73
- github.com/charmbracelet/x/input v0.1.2 // indirect
74
- github.com/charmbracelet/x/term v0.1.1 // indirect
75
- github.com/charmbracelet/x/windows v0.1.2 // indirect
73
+ github.com/charmbracelet/x/ansi v0.2.3 // indirect
74
+ github.com/charmbracelet/x/term v0.2.0 // indirect
76
75
github.com/cloudflare/circl v1.3.7 // indirect
77
76
github.com/common-nighthawk/go-figure v0.0.0-20210622060536-734e95fb86be // indirect
78
- github.com/containerd/containerd v1.7.20 // indirect
77
+ github.com/containerd/containerd v1.7.21 // indirect
79
78
github.com/containerd/errdefs v0.1.0 // indirect
80
79
github.com/containerd/log v0.1.0 // indirect
81
80
github.com/containerd/platforms v0.2.1 // indirect
@@ -142,7 +141,7 @@ require (
142
141
github.com/hashicorp/golang-lru v0.5.4 // indirect
143
142
github.com/hashicorp/hc-install v0.7.0 // indirect
144
143
github.com/hashicorp/hcl v1.0.0 // indirect
145
- github.com/hashicorp/hcl/v2 v2.21 .0 // indirect
144
+ github.com/hashicorp/hcl/v2 v2.22 .0 // indirect
146
145
github.com/hashicorp/logutils v1.0.0 // indirect
147
146
github.com/hashicorp/serf v0.10.1 // indirect
148
147
github.com/hashicorp/terraform-config-inspect v0.0.0-20240801114854-6714b46f5fe4 // indirect
@@ -155,16 +154,15 @@ require (
155
154
github.com/hashicorp/vault/api v1.6.0 // indirect
156
155
github.com/hashicorp/vault/sdk v0.5.0 // indirect
157
156
github.com/hashicorp/yamux v0.1.1 // indirect
158
- github.com/huandu/xstrings v1.3.3 // indirect
159
- github.com/imdario/mergo v0.3.15 // indirect
157
+ github.com/huandu/xstrings v1.5.0 // indirect
160
158
github.com/inconshreveable/mousetrap v1.1.0 // indirect
161
159
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
162
160
github.com/jinzhu/copier v0.0.0-20190924061706-b57f9002281a // indirect
163
161
github.com/jmespath/go-jmespath v0.4.0 // indirect
164
162
github.com/joho/godotenv v1.4.0 // indirect
165
163
github.com/jwalton/go-supportscolor v1.2.0 // indirect
166
164
github.com/kevinburke/ssh_config v1.2.0 // indirect
167
- github.com/klauspost/compress v1.17.2 // indirect
165
+ github.com/klauspost/compress v1.17.9 // indirect
168
166
github.com/kubescape/go-git-url v0.0.30 // indirect
169
167
github.com/lrstanley/bubblezone v0.0.0-20240820044643-3964e2111228 // indirect
170
168
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
@@ -186,21 +184,21 @@ require (
186
184
github.com/muesli/ansi v0.0.0-20230316100256-276c6243b2f6 // indirect
187
185
github.com/muesli/cancelreader v0.2.2 // indirect
188
186
github.com/muesli/termenv v0.15.2 // indirect
187
+ github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
189
188
github.com/oklog/run v1.1.0 // indirect
190
- github.com/open-policy-agent/opa v0.67.1 // indirect
189
+ github.com/open-policy-agent/opa v0.68.0 // indirect
191
190
github.com/opencontainers/go-digest v1.0.0 // indirect
192
191
github.com/opencontainers/image-spec v1.1.0 // indirect
193
192
github.com/otiai10/copy v1.14.0 // indirect
194
193
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
195
194
github.com/pierrec/lz4 v2.6.1+incompatible // indirect
196
195
github.com/pjbgf/sha1cd v0.3.0 // indirect
197
- github.com/pkg/errors v0.9.1 // indirect
198
196
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
199
197
github.com/posener/complete v1.2.3 // indirect
200
- github.com/prometheus/client_golang v1.19.1 // indirect
198
+ github.com/prometheus/client_golang v1.20.2 // indirect
201
199
github.com/prometheus/client_model v0.6.1 // indirect
202
- github.com/prometheus/common v0.48 .0 // indirect
203
- github.com/prometheus/procfs v0.12.0 // indirect
200
+ github.com/prometheus/common v0.55 .0 // indirect
201
+ github.com/prometheus/procfs v0.15.1 // indirect
204
202
github.com/rcrowley/go-metrics v0.0.0-20200313005456-10cdbea86bc0 // indirect
205
203
github.com/rivo/uniseg v0.4.7 // indirect
206
204
github.com/rs/zerolog v1.26.1 // indirect
@@ -211,12 +209,12 @@ require (
211
209
github.com/samber/lo v1.47.0 // indirect
212
210
github.com/santhosh-tekuri/jsonschema/v5 v5.3.1 // indirect
213
211
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
214
- github.com/shopspring/decimal v1.3.1 // indirect
212
+ github.com/shopspring/decimal v1.4.0 // indirect
215
213
github.com/sirupsen/logrus v1.9.3 // indirect
216
214
github.com/skeema/knownhosts v1.2.2 // indirect
217
215
github.com/sourcegraph/conc v0.3.0 // indirect
218
216
github.com/spf13/afero v1.11.0 // indirect
219
- github.com/spf13/cast v1.6 .0 // indirect
217
+ github.com/spf13/cast v1.7 .0 // indirect
220
218
github.com/spf13/cobra v1.8.1 // indirect
221
219
github.com/spf13/pflag v1.0.5 // indirect
222
220
github.com/spf13/viper v1.19.0 // indirect
@@ -232,7 +230,6 @@ require (
232
230
github.com/xanzy/ssh-agent v0.3.3 // indirect
233
231
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
234
232
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
235
- github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
236
233
github.com/yashtewari/glob-intersection v0.2.0 // indirect
237
234
github.com/yuin/goldmark v1.7.1 // indirect
238
235
github.com/yuin/goldmark-meta v1.1.0 // indirect
@@ -252,29 +249,29 @@ require (
252
249
go4.org/intern v0.0.0-20230205224052-192e9f60865c // indirect
253
250
go4.org/unsafe/assume-no-moving-gc v0.0.0-20230525183740-e7c30c78aeb2 // indirect
254
251
gocloud.dev v0.25.1-0.20220408200107-09b10f7359f7 // indirect
255
- golang.org/x/crypto v0.25 .0 // indirect
252
+ golang.org/x/crypto v0.26 .0 // indirect
256
253
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
257
254
golang.org/x/mod v0.17.0 // indirect
258
- golang.org/x/net v0.27 .0 // indirect
259
- golang.org/x/oauth2 v0.20 .0 // indirect
255
+ golang.org/x/net v0.28 .0 // indirect
256
+ golang.org/x/oauth2 v0.21 .0 // indirect
260
257
golang.org/x/sync v0.8.0 // indirect
261
258
golang.org/x/sys v0.24.0 // indirect
262
259
golang.org/x/term v0.23.0 // indirect
263
- golang.org/x/text v0.16 .0 // indirect
264
- golang.org/x/time v0.5 .0 // indirect
260
+ golang.org/x/text v0.17 .0 // indirect
261
+ golang.org/x/time v0.6 .0 // indirect
265
262
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
266
263
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
267
264
google.golang.org/api v0.171.0 // indirect
268
265
google.golang.org/appengine v1.6.8 // indirect
269
266
google.golang.org/genproto v0.0.0-20240227224415-6ceb2ff114de // indirect
270
267
google.golang.org/genproto/googleapis/api v0.0.0-20240701130421-f6361c86f094 // indirect
271
268
google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094 // indirect
272
- google.golang.org/grpc v1.65 .0 // indirect
269
+ google.golang.org/grpc v1.66 .0 // indirect
273
270
google.golang.org/protobuf v1.34.2 // indirect
274
271
gopkg.in/ini.v1 v1.67.0 // indirect
275
272
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
276
273
gopkg.in/warnings.v0 v0.1.2 // indirect
277
- gopkg.in/yaml.v3 v3.0.1 // indirect
274
+ gopkg.in/yaml.v2 v2.4.0 // indirect
278
275
inet.af/netaddr v0.0.0-20230525184311-b8eac61e914a // indirect
279
276
k8s.io/client-go v0.28.4 // indirect
280
277
k8s.io/utils v0.0.0-20230406110748-d93618cff8a2 // indirect
0 commit comments