Skip to content

Commit

Permalink
[v2] update s3, gcs and cmd to use most recent v2 module version (#400)
Browse files Browse the repository at this point in the history
  • Loading branch information
nywilken committed Nov 30, 2022
1 parent 211d65f commit 492324c
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
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
)

0 comments on commit 492324c

Please sign in to comment.