Skip to content

Commit

Permalink
[v2] update s3, cmd/go-getter, and gcs to use most recent v2 module v…
Browse files Browse the repository at this point in the history
…ersion (#489)
  • Loading branch information
nywilken committed May 20, 2024
1 parent 035baf0 commit e51bb20
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 83 deletions.
2 changes: 1 addition & 1 deletion cmd/go-getter/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ require (
github.com/cheggaaa/pb v1.0.29
github.com/hashicorp/go-getter/gcs/v2 v2.2.0
github.com/hashicorp/go-getter/s3/v2 v2.2.0
github.com/hashicorp/go-getter/v2 v2.2.1
github.com/hashicorp/go-getter/v2 v2.2.2
github.com/mattn/go-runewidth v0.0.8 // indirect
)

Expand Down
2 changes: 1 addition & 1 deletion gcs/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require (
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
github.com/hashicorp/go-getter/v2 v2.2.1
github.com/hashicorp/go-getter/v2 v2.2.2
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/hashicorp/go-version v1.6.0 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
Expand Down
Loading

0 comments on commit e51bb20

Please sign in to comment.