Skip to content

Commit

Permalink
go mod tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
claire-labry committed Oct 27, 2022
1 parent bc6fc2a commit 416722c
Show file tree
Hide file tree
Showing 2 changed files with 727 additions and 47 deletions.
8 changes: 4 additions & 4 deletions cmd/go-getter/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ replace (
)

require (
github.com/cheggaaa/pb v1.0.28
github.com/fatih/color v1.9.0 // indirect
github.com/aws/aws-sdk-go v1.44.124 // 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
github.com/mattn/go-runewidth v0.0.14 // indirect
github.com/rivo/uniseg v0.4.2 // indirect
)
Loading

0 comments on commit 416722c

Please sign in to comment.