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
  • Loading branch information
nywilken committed Jul 24, 2024
1 parent dc7f6bc commit ca6cb29
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.2
github.com/hashicorp/go-getter/s3/v2 v2.2.2
github.com/hashicorp/go-getter/v2 v2.2.2
github.com/hashicorp/go-getter/v2 v2.2.3
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.2
github.com/hashicorp/go-getter/v2 v2.2.3
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
2 changes: 1 addition & 1 deletion s3/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ replace github.com/hashicorp/go-getter/v2 => ../

require (
github.com/aws/aws-sdk-go v1.44.114
github.com/hashicorp/go-getter/v2 v2.2.2
github.com/hashicorp/go-getter/v2 v2.2.3
)

require (
Expand Down

0 comments on commit ca6cb29

Please sign in to comment.