Skip to content

Commit

Permalink
go mod tidy for cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
claire-labry committed Oct 27, 2022
1 parent 36739ee commit d630629
Show file tree
Hide file tree
Showing 2 changed files with 717 additions and 43 deletions.
4 changes: 1 addition & 3 deletions cmd/go-getter/go.mod
Expand Up @@ -9,11 +9,9 @@ replace (
)

require (
github.com/cheggaaa/pb v1.0.28
github.com/fatih/color v1.9.0 // indirect
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/mattn/go-runewidth v0.0.8 // indirect
gopkg.in/cheggaaa/pb.v1 v1.0.28 // indirect
)

0 comments on commit d630629

Please sign in to comment.