Skip to content

Commit

Permalink
chore(deps): bump github.com/hashicorp/go-getter from 1.7.5 to 1.7.7 (#…
Browse files Browse the repository at this point in the history
…322)

Bumps [github.com/hashicorp/go-getter](https://github.com/hashicorp/go-getter) from 1.7.5 to 1.7.7.
- [Release notes](https://github.com/hashicorp/go-getter/releases)
- [Changelog](https://github.com/hashicorp/go-getter/blob/main/.goreleaser.yml)
- [Commits](hashicorp/go-getter@v1.7.5...v1.7.7)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/go-getter
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 14, 2025
1 parent 22c52bf commit 7e5cfef
Show file tree
Hide file tree
Showing 2 changed files with 720 additions and 21 deletions.
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/cheggaaa/pb v2.0.7+incompatible
github.com/cheggaaa/pb/v3 v3.1.5
github.com/csaf-poc/csaf_distribution/v3 v3.0.0
github.com/hashicorp/go-getter v1.7.5
github.com/hashicorp/go-getter v1.7.7
github.com/klauspost/compress v1.17.11
github.com/kylelemons/godebug v1.1.0
github.com/parnurzeal/gorequest v0.2.16
Expand Down Expand Up @@ -62,10 +62,10 @@ require (
github.com/ulikunitz/xz v0.5.10 // indirect
go.etcd.io/bbolt v1.3.8 // indirect
go.opencensus.io v0.24.0 // indirect
golang.org/x/crypto v0.31.0 // indirect
golang.org/x/net v0.33.0 // indirect
golang.org/x/crypto v0.32.0 // indirect
golang.org/x/net v0.34.0 // indirect
golang.org/x/sync v0.10.0 // indirect
golang.org/x/sys v0.28.0 // indirect
golang.org/x/sys v0.29.0 // indirect
golang.org/x/text v0.21.0 // indirect
golang.org/x/time v0.5.0 // indirect
google.golang.org/api v0.152.0 // indirect
Expand Down
Loading

0 comments on commit 7e5cfef

Please sign in to comment.