Skip to content

Commit 9d1742a

Browse files
committed
[v2] Update cmd/go-getter to use that latest versions of go-getter/v2
* Bumps go-getter/v2 module along with go-getter/gcs/v2 and go-getter/s3/v2
1 parent e51bb20 commit 9d1742a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/go-getter/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ replace (
1010

1111
require (
1212
github.com/cheggaaa/pb v1.0.29
13-
github.com/hashicorp/go-getter/gcs/v2 v2.2.0
14-
github.com/hashicorp/go-getter/s3/v2 v2.2.0
13+
github.com/hashicorp/go-getter/gcs/v2 v2.2.2
14+
github.com/hashicorp/go-getter/s3/v2 v2.2.2
1515
github.com/hashicorp/go-getter/v2 v2.2.2
1616
github.com/mattn/go-runewidth v0.0.8 // indirect
1717
)

0 commit comments

Comments
 (0)