1
1
module github.com/cloudposse/terraform-aws-s3-bucket
2
2
3
- go 1.20
3
+ go 1.21
4
+
5
+ toolchain go1.22.3
4
6
5
7
require (
6
- github.com/gruntwork-io/terratest v0.43.12
8
+ github.com/gruntwork-io/terratest v0.46.15
7
9
github.com/stretchr/testify v1.8.4
8
10
)
9
11
10
12
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
16
18
github.com/agext/levenshtein v1.2.3 // indirect
17
19
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
18
20
github.com/aws/aws-sdk-go v1.44.122 // indirect
@@ -22,20 +24,20 @@ require (
22
24
github.com/davecgh/go-spew v1.1.1 // indirect
23
25
github.com/emicklei/go-restful/v3 v3.10.0 // indirect
24
26
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
26
28
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
28
30
github.com/go-openapi/swag v0.22.3 // indirect
29
31
github.com/go-sql-driver/mysql v1.4.1 // indirect
30
32
github.com/gogo/protobuf v1.3.2 // indirect
31
33
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
32
34
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
34
36
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
36
38
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
39
41
github.com/gruntwork-io/go-commons v0.8.0 // indirect
40
42
github.com/hashicorp/errwrap v1.0.0 // indirect
41
43
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
@@ -71,26 +73,26 @@ require (
71
73
go.opencensus.io v0.24.0 // indirect
72
74
golang.org/x/crypto v0.21.0 // indirect
73
75
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
75
77
golang.org/x/sys v0.18.0 // indirect
76
78
golang.org/x/term v0.18.0 // indirect
77
79
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
79
81
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
81
83
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
85
87
gopkg.in/inf.v0 v0.9.1 // indirect
86
88
gopkg.in/yaml.v2 v2.4.0 // indirect
87
89
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
94
96
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
95
97
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
96
98
sigs.k8s.io/yaml v1.3.0 // indirect
0 commit comments