Skip to content

Commit

Permalink
Update module github.com/spf13/cobra to v1.2.0 (#245)
Browse files Browse the repository at this point in the history
* Update module github.com/spf13/cobra to v1.2.0

* go mod tidy && go mod verify

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Daniel Larsson <dlo@qlik.com>
  • Loading branch information
3 people committed Jul 2, 2021
1 parent f0cc996 commit 501ec81
Show file tree
Hide file tree
Showing 2 changed files with 286 additions and 192 deletions.
5 changes: 1 addition & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ require (
github.com/gobwas/httphead v0.0.0-20180130184737-2c6c146eadee // indirect
github.com/gobwas/pool v0.2.1 // indirect
github.com/gobwas/ws v1.0.4
github.com/golang/mock v1.4.3 // indirect
github.com/google/uuid v1.2.0
github.com/hashicorp/go-multierror v1.1.1
github.com/json-iterator/go v1.1.11
Expand All @@ -24,10 +23,8 @@ require (
github.com/rs/zerolog v1.23.0
github.com/sergi/go-diff v1.1.0 // indirect
github.com/shiena/ansicolor v0.0.0-20200904210342-c7312218db18
github.com/spf13/cobra v1.1.3
github.com/spf13/cobra v1.2.0
github.com/stretchr/testify v1.7.0
github.com/tus/tusd v1.3.0 // indirect
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
)
Loading

0 comments on commit 501ec81

Please sign in to comment.