@@ -5,22 +5,41 @@ require (
5
5
github.com/aws/aws-sdk-go v1.44.122
6
6
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d
7
7
github.com/cheggaaa/pb v1.0.27
8
- github.com/fatih/color v1.7.0 // indirect
9
- github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
10
8
github.com/hashicorp/go-cleanhttp v0.5.2
11
9
github.com/hashicorp/go-safetemp v1.0.0
12
10
github.com/hashicorp/go-version v1.6.0
13
11
github.com/klauspost/compress v1.15.11
14
- github.com/mattn/go-colorable v0.0.9 // indirect
15
- github.com/mattn/go-runewidth v0.0.4 // indirect
16
12
github.com/mitchellh/go-homedir v1.1.0
17
13
github.com/ulikunitz/xz v0.5.10
18
- golang.org/x/net v0.34.0 // indirect
19
- golang.org/x/oauth2 v0.7.0
14
+ golang.org/x/oauth2 v0.27.0
20
15
google.golang.org/api v0.114.0
16
+ )
17
+
18
+ require (
19
+ cloud.google.com/go v0.110.0 // indirect
20
+ cloud.google.com/go/compute/metadata v0.3.0 // indirect
21
+ cloud.google.com/go/iam v0.13.0 // indirect
22
+ github.com/fatih/color v1.7.0 // indirect
23
+ github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
24
+ github.com/golang/protobuf v1.5.3 // indirect
25
+ github.com/google/go-cmp v0.6.0 // indirect
26
+ github.com/google/uuid v1.3.0 // indirect
27
+ github.com/googleapis/enterprise-certificate-proxy v0.2.3 // indirect
28
+ github.com/googleapis/gax-go/v2 v2.7.1 // indirect
29
+ github.com/jmespath/go-jmespath v0.4.0 // indirect
30
+ github.com/mattn/go-colorable v0.0.9 // indirect
31
+ github.com/mattn/go-isatty v0.0.16 // indirect
32
+ github.com/mattn/go-runewidth v0.0.4 // indirect
33
+ go.opencensus.io v0.24.0 // indirect
34
+ golang.org/x/net v0.38.0 // indirect
35
+ golang.org/x/sys v0.31.0 // indirect
36
+ golang.org/x/text v0.23.0 // indirect
37
+ golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
38
+ google.golang.org/appengine v1.6.7 // indirect
39
+ google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
21
40
google.golang.org/grpc v1.56.3 // indirect
22
41
google.golang.org/protobuf v1.33.0 // indirect
23
42
gopkg.in/cheggaaa/pb.v1 v1.0.27 // indirect
24
43
)
25
44
26
- go 1.13
45
+ go 1.23.0
0 commit comments