Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[v2] update s3, gcs and cmd to use most recent v2 module version #400

Merged
merged 1 commit into from Nov 30, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmd/go-getter/go.mod
Expand Up @@ -12,6 +12,6 @@ require (
github.com/cheggaaa/pb v1.0.29
github.com/hashicorp/go-getter/gcs/v2 v2.1.0
github.com/hashicorp/go-getter/s3/v2 v2.1.0
github.com/hashicorp/go-getter/v2 v2.1.0
github.com/hashicorp/go-getter/v2 v2.1.1
github.com/mattn/go-runewidth v0.0.8 // indirect
)
2 changes: 1 addition & 1 deletion gcs/go.mod
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.1.0
github.com/hashicorp/go-getter/v2 v2.1.1
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
Expand Up @@ -6,5 +6,5 @@ replace github.com/hashicorp/go-getter/v2 => ../

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