Skip to content

Commit d5725c7

Browse files
committed
go mod tidy
1 parent d2f3d7b commit d5725c7

File tree

2 files changed

+214
-53
lines changed

2 files changed

+214
-53
lines changed

go.mod

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

33
require (
4-
cloud.google.com/go v0.104.0 // indirect
5-
cloud.google.com/go/storage v1.23.0
6-
cloud.google.com/go v0.45.1
7-
github.com/aws/aws-sdk-go v1.44.114
4+
cloud.google.com/go/iam v0.5.0 // indirect
5+
cloud.google.com/go/storage v1.27.0
6+
github.com/aws/aws-sdk-go v1.44.122
87
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d
98
github.com/cheggaaa/pb v1.0.27
109
github.com/davecgh/go-spew v1.1.1 // indirect
1110
github.com/fatih/color v1.7.0 // indirect
11+
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
1212
github.com/hashicorp/go-cleanhttp v0.5.2
1313
github.com/hashicorp/go-safetemp v1.0.0
14-
github.com/hashicorp/go-version v1.1.0
15-
github.com/klauspost/compress v1.11.2
14+
github.com/hashicorp/go-version v1.6.0
15+
github.com/klauspost/compress v1.15.11
1616
github.com/mattn/go-colorable v0.0.9 // indirect
1717
github.com/mattn/go-isatty v0.0.4 // indirect
1818
github.com/mattn/go-runewidth v0.0.4 // indirect
19-
github.com/mitchellh/go-homedir v1.0.0
20-
github.com/mitchellh/go-testing-interface v1.0.0
21-
github.com/ulikunitz/xz v0.5.8
22-
golang.org/x/oauth2 v0.0.0-20220622183110-fd043fe589d2
23-
google.golang.org/api v0.93.0
19+
github.com/mitchellh/go-homedir v1.1.0
20+
github.com/mitchellh/go-testing-interface v1.14.1
21+
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
2425
gopkg.in/cheggaaa/pb.v1 v1.0.27 // indirect
2526
)
2627

0 commit comments

Comments
 (0)