|
1 | 1 | module github.com/hashicorp/go-getter |
2 | 2 |
|
3 | 3 | require ( |
4 | | - cloud.google.com/go v0.48.0 |
5 | | - cloud.google.com/go/storage v1.3.0 |
6 | | - github.com/Azure/azure-pipeline-go v0.2.2 // indirect |
| 4 | + cloud.google.com/go v0.45.1 |
7 | 5 | github.com/Azure/azure-storage-blob-go v0.8.0 |
8 | | - github.com/Azure/go-autorest/autorest v0.9.2 |
9 | | - github.com/Azure/go-autorest/autorest/adal v0.8.0 // indirect |
10 | | - github.com/Azure/go-autorest/autorest/to v0.3.0 // indirect |
11 | | - github.com/aws/aws-sdk-go v1.25.34 |
| 6 | + github.com/Azure/go-autorest/autorest v0.9.5 |
| 7 | + github.com/aws/aws-sdk-go v1.15.78 |
12 | 8 | github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d |
13 | 9 | github.com/cheggaaa/pb v1.0.27 |
14 | 10 | github.com/davecgh/go-spew v1.1.1 // indirect |
15 | | - github.com/dnaeon/go-vcr v1.0.1 // indirect |
16 | 11 | github.com/fatih/color v1.7.0 // indirect |
17 | | - github.com/golang/groupcache v0.0.0-20191027212112-611e8accdfc9 // indirect |
18 | | - github.com/hashicorp/go-cleanhttp v0.5.1 |
| 12 | + github.com/hashicorp/go-cleanhttp v0.5.0 |
19 | 13 | github.com/hashicorp/go-safetemp v1.0.0 |
20 | | - github.com/hashicorp/go-version v1.2.0 |
21 | | - github.com/hashicorp/golang-lru v0.5.3 // indirect |
22 | | - github.com/jstemmer/go-junit-report v0.9.1 // indirect |
| 14 | + github.com/hashicorp/go-version v1.1.0 |
23 | 15 | github.com/mattn/go-colorable v0.0.9 // indirect |
24 | | - github.com/mattn/go-ieproxy v0.0.0-20191113090002-7c0f6868bffe // indirect |
25 | 16 | github.com/mattn/go-isatty v0.0.4 // indirect |
26 | 17 | github.com/mattn/go-runewidth v0.0.4 // indirect |
27 | | - github.com/mitchellh/go-homedir v1.1.0 |
| 18 | + github.com/mitchellh/go-homedir v1.0.0 |
28 | 19 | github.com/mitchellh/go-testing-interface v1.0.0 |
29 | | - github.com/satori/go.uuid v1.2.0 // indirect |
30 | | - github.com/ulikunitz/xz v0.5.6 |
31 | | - go.opencensus.io v0.22.2 // indirect |
32 | | - golang.org/x/sys v0.0.0-20191113165036-4c7a9d0fe056 // indirect |
33 | | - golang.org/x/tools v0.0.0-20191113232020-e2727e816f5a // indirect |
34 | | - google.golang.org/api v0.13.0 |
35 | | - google.golang.org/appengine v1.6.5 // indirect |
36 | | - google.golang.org/grpc v1.25.1 // indirect |
| 20 | + github.com/pmezard/go-difflib v1.0.0 // indirect |
| 21 | + github.com/stretchr/testify v1.2.2 // indirect |
| 22 | + github.com/ulikunitz/xz v0.5.5 |
| 23 | + google.golang.org/api v0.9.0 |
37 | 24 | gopkg.in/cheggaaa/pb.v1 v1.0.27 // indirect |
38 | | - gopkg.in/yaml.v2 v2.2.5 // indirect |
39 | 25 | ) |
40 | 26 |
|
41 | 27 | go 1.13 |
0 commit comments