@@ -3,8 +3,8 @@ module github.com/gruntwork-io/terratest
3
3
go 1.21
4
4
5
5
require (
6
- cloud.google.com/go v0.110 .0 // indirect
7
- cloud.google.com/go/storage v1.28.1
6
+ cloud.google.com/go v0.116 .0 // indirect
7
+ cloud.google.com/go/storage v1.46.0
8
8
github.com/Azure/azure-sdk-for-go v51.0.0+incompatible
9
9
github.com/Azure/go-autorest/autorest v0.11.20
10
10
github.com/Azure/go-autorest/autorest/azure/auth v0.5.8
@@ -14,88 +14,103 @@ require (
14
14
github.com/aws/aws-sdk-go v1.44.122
15
15
github.com/ghodss/yaml v1.0.0
16
16
github.com/go-errors/errors v1.0.2-0.20180813162953-d98b870cc4e0 // indirect
17
- github.com/go-sql-driver/mysql v1.4 .1
18
- github.com/google/go-containerregistry v0.6.0
19
- github.com/google/uuid v1.3 .0
17
+ github.com/go-sql-driver/mysql v1.8 .1
18
+ github.com/google/go-containerregistry v0.20.2
19
+ github.com/google/uuid v1.6 .0
20
20
github.com/gruntwork-io/go-commons v0.8.0
21
21
github.com/hashicorp/go-getter v1.7.6
22
- github.com/hashicorp/go-multierror v1.1.0
23
- github.com/hashicorp/go-version v1.6 .0
24
- github.com/hashicorp/hcl/v2 v2.9.1
25
- github.com/hashicorp/terraform-json v0.13 .0
22
+ github.com/hashicorp/go-multierror v1.1.1
23
+ github.com/hashicorp/go-version v1.7 .0
24
+ github.com/hashicorp/hcl/v2 v2.22.0
25
+ github.com/hashicorp/terraform-json v0.23 .0
26
26
github.com/jinzhu/copier v0.0.0-20190924061706-b57f9002281a
27
- github.com/jstemmer/go-junit-report v0.9.1
28
- github.com/magiconair/properties v1.8.5
27
+ github.com/jstemmer/go-junit-report v1.0.0
28
+ github.com/magiconair/properties v1.8.7
29
29
github.com/mattn/go-zglob v0.0.2-0.20190814121620-e3c945676326
30
- github.com/miekg/dns v1.1.31
30
+ github.com/miekg/dns v1.1.62
31
31
github.com/mitchellh/go-homedir v1.1.0
32
32
github.com/oracle/oci-go-sdk v7.1.0+incompatible
33
- github.com/pquerna/otp v1.2 .0
34
- github.com/sirupsen/logrus v1.8.1
35
- github.com/stretchr/testify v1.8.4
36
- github.com/tmccombs/hcl2json v0.3.3
37
- github.com/urfave/cli v1.22.2
38
- github.com/zclconf/go-cty v1.9.1
39
- golang.org/x/crypto v0.21 .0
40
- golang.org/x/net v0.23 .0
41
- golang.org/x/oauth2 v0.8 .0
42
- google.golang.org/api v0.114 .0
43
- google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1
33
+ github.com/pquerna/otp v1.4 .0
34
+ github.com/sirupsen/logrus v1.9.3
35
+ github.com/stretchr/testify v1.9.0
36
+ github.com/tmccombs/hcl2json v0.6.4
37
+ github.com/urfave/cli v1.22.16
38
+ github.com/zclconf/go-cty v1.15.0
39
+ golang.org/x/crypto v0.29 .0
40
+ golang.org/x/net v0.31 .0
41
+ golang.org/x/oauth2 v0.24 .0
42
+ google.golang.org/api v0.205 .0
43
+ google.golang.org/genproto v0.0.0-20241104194629-dd2ea8efbc28
44
44
k8s.io/api v0.28.4
45
45
k8s.io/apimachinery v0.28.4
46
46
k8s.io/client-go v0.28.4
47
47
)
48
48
49
49
require (
50
- cloud.google.com/go/cloudbuild v1.9 .0
50
+ cloud.google.com/go/cloudbuild v1.19 .0
51
51
github.com/gogo/protobuf v1.3.2
52
52
github.com/gonvenience/ytbx v1.4.4
53
53
github.com/homeport/dyff v1.6.0
54
- github.com/slack-go/slack v0.10.3
55
- gotest.tools/v3 v3.0.3
54
+ github.com/slack-go/slack v0.15.0
55
+ gotest.tools/v3 v3.5.1
56
56
)
57
57
58
58
require (
59
- cloud.google.com/go/compute v1.19.1 // indirect
60
- cloud.google.com/go/compute/metadata v0.2.3 // indirect
61
- cloud.google.com/go/iam v0.13.0 // indirect
62
- cloud.google.com/go/longrunning v0.4.1 // indirect
59
+ cel.dev/expr v0.16.1 // indirect
60
+ cloud.google.com/go/auth v0.10.1 // indirect
61
+ cloud.google.com/go/auth/oauth2adapt v0.2.5 // indirect
62
+ cloud.google.com/go/compute/metadata v0.5.2 // indirect
63
+ cloud.google.com/go/iam v1.2.2 // indirect
64
+ cloud.google.com/go/longrunning v0.6.2 // indirect
65
+ cloud.google.com/go/monitoring v1.21.2 // indirect
66
+ filippo.io/edwards25519 v1.1.0 // indirect
63
67
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
64
68
github.com/Azure/go-autorest/autorest/adal v0.9.13 // indirect
65
69
github.com/Azure/go-autorest/autorest/azure/cli v0.4.2 // indirect
66
70
github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
67
71
github.com/Azure/go-autorest/logger v0.2.1 // indirect
68
72
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
69
- github.com/BurntSushi/toml v1.3.2 // indirect
73
+ github.com/BurntSushi/toml v1.4.0 // indirect
74
+ github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.24.1 // indirect
75
+ github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.48.1 // indirect
76
+ github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.48.1 // indirect
70
77
github.com/agext/levenshtein v1.2.3 // indirect
71
- github.com/apparentlymart/go-textseg/v13 v13 .0.0 // indirect
78
+ github.com/apparentlymart/go-textseg/v15 v15 .0.0 // indirect
72
79
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
73
80
github.com/boombuler/barcode v1.0.1-0.20190219062509-6c824513bacc // indirect
74
- github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
81
+ github.com/census-instrumentation/opencensus-proto v0.4.1 // indirect
82
+ github.com/cespare/xxhash/v2 v2.3.0 // indirect
83
+ github.com/cncf/xds/go v0.0.0-20240905190251-b4127c9b8d78 // indirect
84
+ github.com/containerd/stargz-snapshotter/estargz v0.14.3 // indirect
85
+ github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
75
86
github.com/davecgh/go-spew v1.1.1 // indirect
76
87
github.com/dimchansky/utfbom v1.1.1 // indirect
77
- github.com/docker/cli v20.10.9 +incompatible // indirect
88
+ github.com/docker/cli v27.1.1 +incompatible // indirect
78
89
github.com/docker/distribution v2.8.2+incompatible // indirect
79
- github.com/docker/docker v25.0.6+incompatible // indirect
80
- github.com/docker/docker-credential-helpers v0.6.3 // indirect
90
+ github.com/docker/docker-credential-helpers v0.7.0 // indirect
81
91
github.com/emicklei/go-restful/v3 v3.9.0 // indirect
92
+ github.com/envoyproxy/go-control-plane v0.13.0 // indirect
93
+ github.com/envoyproxy/protoc-gen-validate v1.1.0 // indirect
94
+ github.com/felixge/httpsnoop v1.0.4 // indirect
82
95
github.com/form3tech-oss/jwt-go v3.2.2+incompatible // indirect
83
- github.com/go-logr/logr v1.2.4 // indirect
96
+ github.com/go-logr/logr v1.4.2 // indirect
97
+ github.com/go-logr/stdr v1.2.2 // indirect
84
98
github.com/go-openapi/jsonpointer v0.19.6 // indirect
85
99
github.com/go-openapi/jsonreference v0.20.2 // indirect
86
100
github.com/go-openapi/swag v0.22.3 // indirect
87
101
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
88
- github.com/golang/protobuf v1.5.3 // indirect
102
+ github.com/golang/protobuf v1.5.4 // indirect
89
103
github.com/gonvenience/bunt v1.3.5 // indirect
90
104
github.com/gonvenience/neat v1.3.12 // indirect
91
105
github.com/gonvenience/term v1.0.2 // indirect
92
106
github.com/gonvenience/text v1.0.7 // indirect
93
107
github.com/gonvenience/wrap v1.1.2 // indirect
94
108
github.com/google/gnostic-models v0.6.8 // indirect
95
- github.com/google/go-cmp v0.5.9 // indirect
109
+ github.com/google/go-cmp v0.6.0 // indirect
96
110
github.com/google/gofuzz v1.2.0 // indirect
97
- github.com/googleapis/enterprise-certificate-proxy v0.2.3 // indirect
98
- github.com/googleapis/gax-go/v2 v2.7.1 // indirect
111
+ github.com/google/s2a-go v0.1.8 // indirect
112
+ github.com/googleapis/enterprise-certificate-proxy v0.3.4 // indirect
113
+ github.com/googleapis/gax-go/v2 v2.13.0 // indirect
99
114
github.com/gorilla/websocket v1.4.2 // indirect
100
115
github.com/hashicorp/errwrap v1.0.0 // indirect
101
116
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
@@ -104,7 +119,7 @@ require (
104
119
github.com/jmespath/go-jmespath v0.4.0 // indirect
105
120
github.com/josharian/intern v1.0.0 // indirect
106
121
github.com/json-iterator/go v1.1.12 // indirect
107
- github.com/klauspost/compress v1.15.11 // indirect
122
+ github.com/klauspost/compress v1.16.5 // indirect
108
123
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
109
124
github.com/mailru/easyjson v0.7.7 // indirect
110
125
github.com/mattn/go-ciede2000 v0.0.0-20170301095244-782e8c62fec3 // indirect
@@ -118,26 +133,39 @@ require (
118
133
github.com/modern-go/reflect2 v1.0.2 // indirect
119
134
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
120
135
github.com/opencontainers/go-digest v1.0.0 // indirect
121
- github.com/opencontainers/image-spec v1.0.2 // indirect
136
+ github.com/opencontainers/image-spec v1.1.0-rc3 // indirect
122
137
github.com/pkg/errors v0.9.1 // indirect
138
+ github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
123
139
github.com/pmezard/go-difflib v1.0.0 // indirect
124
140
github.com/russross/blackfriday/v2 v2.1.0 // indirect
125
141
github.com/satori/go.uuid v1.2.0 // indirect
126
142
github.com/sergi/go-diff v1.3.1 // indirect
127
143
github.com/spf13/pflag v1.0.5 // indirect
128
144
github.com/texttheater/golang-levenshtein v1.0.1 // indirect
129
145
github.com/ulikunitz/xz v0.5.10 // indirect
146
+ github.com/vbatts/tar-split v0.11.3 // indirect
130
147
github.com/virtuald/go-ordered-json v0.0.0-20170621173500-b18e6e673d74 // indirect
131
148
go.opencensus.io v0.24.0 // indirect
132
- golang.org/x/sync v0.4.0 // indirect
133
- golang.org/x/sys v0.18.0 // indirect
134
- golang.org/x/term v0.18.0 // indirect
135
- golang.org/x/text v0.14.0 // indirect
136
- golang.org/x/time v0.3.0 // indirect
137
- golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
138
- google.golang.org/appengine v1.6.7 // indirect
139
- google.golang.org/grpc v1.56.3 // indirect
140
- google.golang.org/protobuf v1.33.0 // indirect
149
+ go.opentelemetry.io/contrib/detectors/gcp v1.29.0 // indirect
150
+ go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54.0 // indirect
151
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0 // indirect
152
+ go.opentelemetry.io/otel v1.29.0 // indirect
153
+ go.opentelemetry.io/otel/metric v1.29.0 // indirect
154
+ go.opentelemetry.io/otel/sdk v1.29.0 // indirect
155
+ go.opentelemetry.io/otel/sdk/metric v1.29.0 // indirect
156
+ go.opentelemetry.io/otel/trace v1.29.0 // indirect
157
+ golang.org/x/mod v0.18.0 // indirect
158
+ golang.org/x/sync v0.9.0 // indirect
159
+ golang.org/x/sys v0.27.0 // indirect
160
+ golang.org/x/term v0.26.0 // indirect
161
+ golang.org/x/text v0.20.0 // indirect
162
+ golang.org/x/time v0.7.0 // indirect
163
+ golang.org/x/tools v0.22.0 // indirect
164
+ google.golang.org/genproto/googleapis/api v0.0.0-20241021214115-324edc3d5d38 // indirect
165
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20241021214115-324edc3d5d38 // indirect
166
+ google.golang.org/grpc v1.67.1 // indirect
167
+ google.golang.org/grpc/stats/opentelemetry v0.0.0-20240907200651-3ffb98b2c93a // indirect
168
+ google.golang.org/protobuf v1.35.1 // indirect
141
169
gopkg.in/inf.v0 v0.9.1 // indirect
142
170
gopkg.in/yaml.v2 v2.4.0 // indirect
143
171
gopkg.in/yaml.v3 v3.0.1 // indirect
0 commit comments