Skip to content

Commit 6ab88d4

Browse files
ostermandudymas
andauthored
chore: Update terratest to '>= 0.46.0' (#235)
Co-authored-by: Jeremy White <[email protected]>
1 parent 28f3cf7 commit 6ab88d4

File tree

2 files changed

+91
-83
lines changed

2 files changed

+91
-83
lines changed

test/src/go.mod

Lines changed: 27 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
11
module github.com/cloudposse/terraform-aws-s3-bucket
22

3-
go 1.20
3+
go 1.21
4+
5+
toolchain go1.22.3
46

57
require (
6-
github.com/gruntwork-io/terratest v0.43.12
8+
github.com/gruntwork-io/terratest v0.46.15
79
github.com/stretchr/testify v1.8.4
810
)
911

1012
require (
11-
cloud.google.com/go v0.105.0 // indirect
12-
cloud.google.com/go/compute v1.12.1 // indirect
13-
cloud.google.com/go/compute/metadata v0.2.1 // indirect
14-
cloud.google.com/go/iam v0.7.0 // indirect
15-
cloud.google.com/go/storage v1.27.0 // indirect
13+
cloud.google.com/go v0.110.0 // indirect
14+
cloud.google.com/go/compute v1.19.1 // indirect
15+
cloud.google.com/go/compute/metadata v0.2.3 // indirect
16+
cloud.google.com/go/iam v0.13.0 // indirect
17+
cloud.google.com/go/storage v1.28.1 // indirect
1618
github.com/agext/levenshtein v1.2.3 // indirect
1719
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
1820
github.com/aws/aws-sdk-go v1.44.122 // indirect
@@ -22,20 +24,20 @@ require (
2224
github.com/davecgh/go-spew v1.1.1 // indirect
2325
github.com/emicklei/go-restful/v3 v3.10.0 // indirect
2426
github.com/go-errors/errors v1.0.2-0.20180813162953-d98b870cc4e0 // indirect
25-
github.com/go-logr/logr v1.2.3 // indirect
27+
github.com/go-logr/logr v1.2.4 // indirect
2628
github.com/go-openapi/jsonpointer v0.19.6 // indirect
27-
github.com/go-openapi/jsonreference v0.20.1 // indirect
29+
github.com/go-openapi/jsonreference v0.20.2 // indirect
2830
github.com/go-openapi/swag v0.22.3 // indirect
2931
github.com/go-sql-driver/mysql v1.4.1 // indirect
3032
github.com/gogo/protobuf v1.3.2 // indirect
3133
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
3234
github.com/golang/protobuf v1.5.3 // indirect
33-
github.com/google/gnostic v0.5.7-v3refs // indirect
35+
github.com/google/gnostic-models v0.6.8 // indirect
3436
github.com/google/go-cmp v0.5.9 // indirect
35-
github.com/google/gofuzz v1.1.0 // indirect
37+
github.com/google/gofuzz v1.2.0 // indirect
3638
github.com/google/uuid v1.3.0 // indirect
37-
github.com/googleapis/enterprise-certificate-proxy v0.2.0 // indirect
38-
github.com/googleapis/gax-go/v2 v2.7.0 // indirect
39+
github.com/googleapis/enterprise-certificate-proxy v0.2.3 // indirect
40+
github.com/googleapis/gax-go/v2 v2.7.1 // indirect
3941
github.com/gruntwork-io/go-commons v0.8.0 // indirect
4042
github.com/hashicorp/errwrap v1.0.0 // indirect
4143
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
@@ -71,26 +73,26 @@ require (
7173
go.opencensus.io v0.24.0 // indirect
7274
golang.org/x/crypto v0.21.0 // indirect
7375
golang.org/x/net v0.23.0 // indirect
74-
golang.org/x/oauth2 v0.1.0 // indirect
76+
golang.org/x/oauth2 v0.8.0 // indirect
7577
golang.org/x/sys v0.18.0 // indirect
7678
golang.org/x/term v0.18.0 // indirect
7779
golang.org/x/text v0.14.0 // indirect
78-
golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
80+
golang.org/x/time v0.3.0 // indirect
7981
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
80-
google.golang.org/api v0.103.0 // indirect
82+
google.golang.org/api v0.114.0 // indirect
8183
google.golang.org/appengine v1.6.7 // indirect
82-
google.golang.org/genproto v0.0.0-20221201164419-0e50fba7f41c // indirect
83-
google.golang.org/grpc v1.51.0 // indirect
84-
google.golang.org/protobuf v1.31.0 // indirect
84+
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
85+
google.golang.org/grpc v1.56.3 // indirect
86+
google.golang.org/protobuf v1.33.0 // indirect
8587
gopkg.in/inf.v0 v0.9.1 // indirect
8688
gopkg.in/yaml.v2 v2.4.0 // indirect
8789
gopkg.in/yaml.v3 v3.0.1 // indirect
88-
k8s.io/api v0.27.2 // indirect
89-
k8s.io/apimachinery v0.27.2 // indirect
90-
k8s.io/client-go v0.27.2 // indirect
91-
k8s.io/klog/v2 v2.90.1 // indirect
92-
k8s.io/kube-openapi v0.0.0-20230501164219-8b0f38b5fd1f // indirect
93-
k8s.io/utils v0.0.0-20230209194617-a36077c30491 // indirect
90+
k8s.io/api v0.28.4 // indirect
91+
k8s.io/apimachinery v0.28.4 // indirect
92+
k8s.io/client-go v0.28.4 // indirect
93+
k8s.io/klog/v2 v2.100.1 // indirect
94+
k8s.io/kube-openapi v0.0.0-20230717233707-2695361300d9 // indirect
95+
k8s.io/utils v0.0.0-20230406110748-d93618cff8a2 // indirect
9496
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
9597
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
9698
sigs.k8s.io/yaml v1.3.0 // indirect

0 commit comments

Comments
 (0)