Skip to content

Commit

Permalink
IND-1804 Bump up dependencies to remediate vulnerabiities
Browse files Browse the repository at this point in the history
  • Loading branch information
mohanmanikanta2299 committed Jan 9, 2025
1 parent 842d6c3 commit 2e56c18
Show file tree
Hide file tree
Showing 3 changed files with 766 additions and 38 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/go-getter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
strategy:
matrix:
go-version:
- 1.17
- 1.18
- 1.19
permissions:
Expand Down Expand Up @@ -92,7 +91,6 @@ jobs:
strategy:
matrix:
go-version:
- 1.17
- 1.18
- 1.19
permissions:
Expand Down
13 changes: 6 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,27 +1,26 @@
module github.com/hashicorp/go-getter

require (
cloud.google.com/go/iam v0.5.0 // indirect
cloud.google.com/go/storage v1.27.0
cloud.google.com/go/storage v1.29.0
github.com/aws/aws-sdk-go v1.44.122
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d
github.com/cheggaaa/pb v1.0.27
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/fatih/color v1.7.0 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/hashicorp/go-cleanhttp v0.5.2
github.com/hashicorp/go-safetemp v1.0.0
github.com/hashicorp/go-version v1.6.0
github.com/klauspost/compress v1.15.11
github.com/mattn/go-colorable v0.0.9 // indirect
github.com/mattn/go-isatty v0.0.4 // indirect
github.com/mattn/go-runewidth v0.0.4 // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/mitchellh/go-testing-interface v1.14.1
github.com/ulikunitz/xz v0.5.10
golang.org/x/oauth2 v0.1.0
google.golang.org/api v0.100.0
google.golang.org/genproto v0.0.0-20221025140454-527a21cfbd71 // indirect
golang.org/x/net v0.34.0 // indirect
golang.org/x/oauth2 v0.7.0
google.golang.org/api v0.114.0
google.golang.org/grpc v1.56.3 // indirect
google.golang.org/protobuf v1.33.0 // indirect
gopkg.in/cheggaaa/pb.v1 v1.0.27 // indirect
)

Expand Down
Loading

0 comments on commit 2e56c18

Please sign in to comment.