Skip to content

Commit

Permalink
[v2] Update cmd/go-getter to use that latest versions of go-getter/v2
Browse files Browse the repository at this point in the history
* Bumps go-getter/v2 module along with go-getter/gcs/v2 and go-getter/s3/v2
  • Loading branch information
nywilken committed May 20, 2024
1 parent e51bb20 commit 9d1742a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/go-getter/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ replace (

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/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/mattn/go-runewidth v0.0.8 // indirect
)
Expand Down

0 comments on commit 9d1742a

Please sign in to comment.