1
1
module github.com/gruntwork-io/go-commons
2
2
3
- go 1.18
3
+ go 1.21
4
4
5
5
require (
6
- github.com/aws/aws-sdk-go v1.44.48
6
+ github.com/aws/aws-sdk-go v1.44.122
7
7
github.com/aws/aws-sdk-go-v2 v1.16.16
8
8
github.com/aws/aws-sdk-go-v2/config v1.15.13
9
9
github.com/aws/aws-sdk-go-v2/service/autoscaling v1.23.16
@@ -15,21 +15,24 @@ require (
15
15
github.com/fatih/color v1.13.0
16
16
github.com/go-errors/errors v1.4.2
17
17
github.com/google/go-github/v44 v44.1.0
18
- github.com/google/uuid v1.2 .0
19
- github.com/gruntwork-io/terratest v0.41.0
18
+ github.com/google/uuid v1.3 .0
19
+ github.com/gruntwork-io/terratest v0.46.16
20
20
github.com/hashicorp/go-multierror v1.1.1
21
21
github.com/mattn/go-zglob v0.0.3
22
22
github.com/sirupsen/logrus v1.8.1
23
- github.com/stretchr/testify v1.8.0
23
+ github.com/stretchr/testify v1.8.4
24
24
github.com/urfave/cli/v2 v2.10.3
25
- golang.org/x/crypto v0.1 .0
25
+ golang.org/x/crypto v0.21 .0
26
26
golang.org/x/exp v0.0.0-20221106115401-f9659909a136
27
- golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c
27
+ golang.org/x/oauth2 v0.8.0
28
28
)
29
29
30
30
require (
31
- cloud.google.com/go v0.83.0 // indirect
32
- cloud.google.com/go/storage v1.10.0 // indirect
31
+ cloud.google.com/go v0.110.0 // indirect
32
+ cloud.google.com/go/compute v1.19.1 // indirect
33
+ cloud.google.com/go/compute/metadata v0.2.3 // indirect
34
+ cloud.google.com/go/iam v0.13.0 // indirect
35
+ cloud.google.com/go/storage v1.28.1 // indirect
33
36
github.com/agext/levenshtein v1.2.3 // indirect
34
37
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
35
38
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.4.3 // indirect
@@ -51,71 +54,77 @@ require (
51
54
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
52
55
github.com/davecgh/go-spew v1.1.1 // indirect
53
56
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
54
- github.com/docker/spdystream v0.0.0-20181023171402-6480d4af844c // indirect
55
- github.com/go-logr/logr v0.2.0 // indirect
57
+ github.com/emicklei/go-restful/v3 v3.9.0 // indirect
58
+ github.com/go-logr/logr v1.2.4 // indirect
59
+ github.com/go-openapi/jsonpointer v0.19.6 // indirect
60
+ github.com/go-openapi/jsonreference v0.20.2 // indirect
61
+ github.com/go-openapi/swag v0.22.3 // indirect
56
62
github.com/go-sql-driver/mysql v1.4.1 // indirect
57
63
github.com/gogo/protobuf v1.3.2 // indirect
58
- github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
59
- github.com/golang/protobuf v1.5.2 // indirect
60
- github.com/golang/snappy v0.0.3 // indirect
61
- github.com/google/go-cmp v0.5.8 // indirect
64
+ github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
65
+ github.com/golang/protobuf v1.5.3 // indirect
66
+ github.com/google/gnostic-models v0.6.8 // indirect
67
+ github.com/google/go-cmp v0.5.9 // indirect
62
68
github.com/google/go-github/v29 v29.0.2 // indirect
63
69
github.com/google/go-querystring v1.1.0 // indirect
64
- github.com/google/gofuzz v1.1 .0 // indirect
65
- github.com/googleapis/gax-go/v2 v2.0.5 // indirect
66
- github.com/googleapis/gnostic v0.4 .1 // indirect
70
+ github.com/google/gofuzz v1.2 .0 // indirect
71
+ github.com/googleapis/enterprise-certificate-proxy v0.2.3 // indirect
72
+ github.com/googleapis/gax-go/v2 v2.7 .1 // indirect
67
73
github.com/hashicorp/errwrap v1.0.0 // indirect
68
74
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
69
- github.com/hashicorp/go-getter v1.6.1 // indirect
75
+ github.com/hashicorp/go-getter v1.7.5 // indirect
70
76
github.com/hashicorp/go-safetemp v1.0.0 // indirect
71
- github.com/hashicorp/go-version v1.3 .0 // indirect
77
+ github.com/hashicorp/go-version v1.6 .0 // indirect
72
78
github.com/hashicorp/hcl/v2 v2.9.1 // indirect
73
79
github.com/hashicorp/terraform-json v0.13.0 // indirect
74
80
github.com/imdario/mergo v0.3.11 // indirect
75
81
github.com/jinzhu/copier v0.0.0-20190924061706-b57f9002281a // indirect
76
82
github.com/jmespath/go-jmespath v0.4.0 // indirect
77
- github.com/json-iterator/go v1.1.11 // indirect
78
- github.com/jstemmer/go-junit-report v0.9.1 // indirect
79
- github.com/klauspost/compress v1.13.0 // indirect
83
+ github.com/josharian/intern v1.0.0 // indirect
84
+ github.com/json-iterator/go v1.1.12 // indirect
85
+ github.com/klauspost/compress v1.15.11 // indirect
86
+ github.com/mailru/easyjson v0.7.7 // indirect
80
87
github.com/mattn/go-colorable v0.1.9 // indirect
81
- github.com/mattn/go-isatty v0.0.14 // indirect
88
+ github.com/mattn/go-isatty v0.0.19 // indirect
82
89
github.com/mitchellh/go-homedir v1.1.0 // indirect
83
- github.com/mitchellh/go-testing-interface v1.0.0 // indirect
90
+ github.com/mitchellh/go-testing-interface v1.14.1 // indirect
84
91
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
92
+ github.com/moby/spdystream v0.2.0 // indirect
85
93
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
86
- github.com/modern-go/reflect2 v1.0.1 // indirect
94
+ github.com/modern-go/reflect2 v1.0.2 // indirect
95
+ github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
87
96
github.com/pkg/errors v0.9.1 // indirect
88
97
github.com/pmezard/go-difflib v1.0.0 // indirect
89
98
github.com/pquerna/otp v1.2.0 // indirect
90
99
github.com/russross/blackfriday/v2 v2.1.0 // indirect
91
100
github.com/spf13/pflag v1.0.5 // indirect
92
101
github.com/tmccombs/hcl2json v0.3.3 // indirect
93
- github.com/ulikunitz/xz v0.5.8 // indirect
102
+ github.com/ulikunitz/xz v0.5.10 // indirect
94
103
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
95
104
github.com/zclconf/go-cty v1.9.1 // indirect
96
- go.opencensus.io v0.23.0 // indirect
97
- golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
98
- golang.org/x/mod v0.6.0 // indirect
99
- golang.org/x/net v0.1.0 // indirect
100
- golang.org/x/sys v0.1.0 // indirect
101
- golang.org/x/term v0.1.0 // indirect
102
- golang.org/x/text v0.4.0 // indirect
103
- golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect
104
- golang.org/x/tools v0.2.0 // indirect
105
- google.golang.org/api v0.47.0 // indirect
105
+ go.opencensus.io v0.24.0 // indirect
106
+ golang.org/x/net v0.23.0 // indirect
107
+ golang.org/x/sys v0.18.0 // indirect
108
+ golang.org/x/term v0.18.0 // indirect
109
+ golang.org/x/text v0.14.0 // indirect
110
+ golang.org/x/time v0.3.0 // indirect
111
+ golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
112
+ google.golang.org/api v0.114.0 // indirect
106
113
google.golang.org/appengine v1.6.7 // indirect
107
- google.golang.org/genproto v0.0.0-20210602131652-f16073e35f0c // indirect
108
- google.golang.org/grpc v1.38.0 // indirect
109
- google.golang.org/protobuf v1.26 .0 // indirect
114
+ google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
115
+ google.golang.org/grpc v1.56.3 // indirect
116
+ google.golang.org/protobuf v1.33 .0 // indirect
110
117
gopkg.in/inf.v0 v0.9.1 // indirect
111
118
gopkg.in/yaml.v2 v2.4.0 // indirect
112
119
gopkg.in/yaml.v3 v3.0.1 // indirect
113
120
gotest.tools/v3 v3.0.3 // indirect
114
- k8s.io/api v0.20.6 // indirect
115
- k8s.io/apimachinery v0.20.6 // indirect
116
- k8s.io/client-go v0.20.6 // indirect
117
- k8s.io/klog/v2 v2.4.0 // indirect
118
- k8s.io/utils v0.0.0-20201110183641-67b214c5f920 // indirect
119
- sigs.k8s.io/structured-merge-diff/v4 v4.0.3 // indirect
120
- sigs.k8s.io/yaml v1.2.0 // indirect
121
+ k8s.io/api v0.28.4 // indirect
122
+ k8s.io/apimachinery v0.28.4 // indirect
123
+ k8s.io/client-go v0.28.4 // indirect
124
+ k8s.io/klog/v2 v2.100.1 // indirect
125
+ k8s.io/kube-openapi v0.0.0-20230717233707-2695361300d9 // indirect
126
+ k8s.io/utils v0.0.0-20230406110748-d93618cff8a2 // indirect
127
+ sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
128
+ sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
129
+ sigs.k8s.io/yaml v1.3.0 // indirect
121
130
)
0 commit comments