Skip to content

Commit 6552f72

Browse files
Merge pull request #513 from hashicorp/Vulnerability_Fix_v1
IND-1804 Bump up dependencies to remediate vulnerabiities
2 parents 842d6c3 + 2e56c18 commit 6552f72

File tree

3 files changed

+766
-38
lines changed

3 files changed

+766
-38
lines changed

.github/workflows/go-getter.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ jobs:
1212
strategy:
1313
matrix:
1414
go-version:
15-
- 1.17
1615
- 1.18
1716
- 1.19
1817
permissions:
@@ -92,7 +91,6 @@ jobs:
9291
strategy:
9392
matrix:
9493
go-version:
95-
- 1.17
9694
- 1.18
9795
- 1.19
9896
permissions:

go.mod

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

33
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
65
github.com/aws/aws-sdk-go v1.44.122
76
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d
87
github.com/cheggaaa/pb v1.0.27
9-
github.com/davecgh/go-spew v1.1.1 // indirect
108
github.com/fatih/color v1.7.0 // indirect
119
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
1210
github.com/hashicorp/go-cleanhttp v0.5.2
1311
github.com/hashicorp/go-safetemp v1.0.0
1412
github.com/hashicorp/go-version v1.6.0
1513
github.com/klauspost/compress v1.15.11
1614
github.com/mattn/go-colorable v0.0.9 // indirect
17-
github.com/mattn/go-isatty v0.0.4 // indirect
1815
github.com/mattn/go-runewidth v0.0.4 // indirect
1916
github.com/mitchellh/go-homedir v1.1.0
2017
github.com/mitchellh/go-testing-interface v1.14.1
2118
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
2524
gopkg.in/cheggaaa/pb.v1 v1.0.27 // indirect
2625
)
2726

0 commit comments

Comments
 (0)