|
1 | 1 | module github.com/hashicorp/go-getter
|
2 | 2 |
|
3 | 3 | require (
|
4 |
| - cloud.google.com/go/iam v0.5.0 // indirect |
5 |
| - cloud.google.com/go/storage v1.27.0 |
| 4 | + cloud.google.com/go/storage v1.29.0 |
6 | 5 | github.com/aws/aws-sdk-go v1.44.122
|
7 | 6 | github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d
|
8 | 7 | github.com/cheggaaa/pb v1.0.27
|
9 |
| - github.com/davecgh/go-spew v1.1.1 // indirect |
10 | 8 | github.com/fatih/color v1.7.0 // indirect
|
11 | 9 | github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
12 | 10 | github.com/hashicorp/go-cleanhttp v0.5.2
|
13 | 11 | github.com/hashicorp/go-safetemp v1.0.0
|
14 | 12 | github.com/hashicorp/go-version v1.6.0
|
15 | 13 | github.com/klauspost/compress v1.15.11
|
16 | 14 | github.com/mattn/go-colorable v0.0.9 // indirect
|
17 |
| - github.com/mattn/go-isatty v0.0.4 // indirect |
18 | 15 | github.com/mattn/go-runewidth v0.0.4 // indirect
|
19 | 16 | github.com/mitchellh/go-homedir v1.1.0
|
20 | 17 | github.com/mitchellh/go-testing-interface v1.14.1
|
21 | 18 | github.com/ulikunitz/xz v0.5.10
|
22 |
| - golang.org/x/oauth2 v0.1.0 |
23 |
| - google.golang.org/api v0.100.0 |
24 |
| - google.golang.org/genproto v0.0.0-20221025140454-527a21cfbd71 // indirect |
| 19 | + golang.org/x/net v0.34.0 // indirect |
| 20 | + golang.org/x/oauth2 v0.7.0 |
| 21 | + google.golang.org/api v0.114.0 |
| 22 | + google.golang.org/grpc v1.56.3 // indirect |
| 23 | + google.golang.org/protobuf v1.33.0 // indirect |
25 | 24 | gopkg.in/cheggaaa/pb.v1 v1.0.27 // indirect
|
26 | 25 | )
|
27 | 26 |
|
|
0 commit comments