Skip to content

Commit

Permalink
go get -u && go mod tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
haf committed Jun 20, 2021
1 parent 68b7864 commit c96b8a4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 106 deletions.
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ go 1.16
require (
cloud.google.com/go v0.84.0 // indirect
cloud.google.com/go/storage v1.15.0 // indirect
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
github.com/MakeNowJust/heredoc v1.0.0 // indirect
github.com/agext/levenshtein v1.2.3 // indirect
github.com/aws/aws-sdk-go v1.38.64 // indirect
Expand Down Expand Up @@ -45,7 +44,7 @@ require (
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
github.com/mitchellh/mapstructure v1.4.1 // indirect
github.com/moby/term v0.0.0-20210610120745-9d4ed1856297 // indirect
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 // indirect
github.com/oklog/run v1.1.0 // indirect
github.com/russross/blackfriday v1.6.0 // indirect
github.com/spf13/cobra v1.1.3 // indirect
Expand Down
Loading

0 comments on commit c96b8a4

Please sign in to comment.