Skip to content

Commit 689e52c

Browse files
committed
Clean up dependencies
1 parent b7212bd commit 689e52c

File tree

2 files changed

+16
-82
lines changed

2 files changed

+16
-82
lines changed

go.mod

Lines changed: 10 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,27 @@
11
module github.com/hashicorp/go-getter
22

33
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
75
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
128
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d
139
github.com/cheggaaa/pb v1.0.27
1410
github.com/davecgh/go-spew v1.1.1 // indirect
15-
github.com/dnaeon/go-vcr v1.0.1 // indirect
1611
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
1913
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
2315
github.com/mattn/go-colorable v0.0.9 // indirect
24-
github.com/mattn/go-ieproxy v0.0.0-20191113090002-7c0f6868bffe // indirect
2516
github.com/mattn/go-isatty v0.0.4 // indirect
2617
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
2819
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
3724
gopkg.in/cheggaaa/pb.v1 v1.0.27 // indirect
38-
gopkg.in/yaml.v2 v2.2.5 // indirect
3925
)
4026

4127
go 1.13

0 commit comments

Comments
 (0)