Skip to content

Commit

Permalink
gcs&s3: use a git sha from v2 branch to require go-getter/v2
Browse files Browse the repository at this point in the history
  • Loading branch information
azr committed May 14, 2020
1 parent 3107ec4 commit 7b188ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gcs/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ replace github.com/hashicorp/go-getter/v2 => ../

require (
cloud.google.com/go/storage v1.6.0
github.com/hashicorp/go-getter/v2 v2.0.0-00010101000000-000000000000
github.com/hashicorp/go-getter/v2 v2.0.0-20200511090339-3107ec4af37a
google.golang.org/api v0.21.0
)
2 changes: 1 addition & 1 deletion s3/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ replace github.com/hashicorp/go-getter/v2 => ../

require (
github.com/aws/aws-sdk-go v1.30.8
github.com/hashicorp/go-getter/v2 v2.0.0-00010101000000-000000000000
github.com/hashicorp/go-getter/v2 v2.0.0-20200511090339-3107ec4af37a
)

0 comments on commit 7b188ca

Please sign in to comment.