Skip to content

Commit

Permalink
Merge pull request #126 from informalsystems/dependabot/go_modules/gi…
Browse files Browse the repository at this point in the history
…thub.com/spf13/cobra-1.4.0

Bump github.com/spf13/cobra from 1.3.0 to 1.4.0
  • Loading branch information
thanethomson committed Jun 9, 2022
2 parents fc85d77 + aa39244 commit e743f2f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 177 deletions.
5 changes: 4 additions & 1 deletion go.mod
Expand Up @@ -5,6 +5,7 @@ go 1.15
require (
github.com/btcsuite/btcd v0.22.0-beta // indirect
github.com/containerd/continuity v0.1.0 // indirect
github.com/fsnotify/fsnotify v1.5.1 // indirect
github.com/go-kit/kit v0.12.0 // indirect
github.com/gorilla/websocket v1.5.0
github.com/mimoo/StrobeGo v0.0.0-20210601165009-122bf33a46e0 // indirect
Expand All @@ -13,9 +14,11 @@ require (
github.com/sasha-s/go-deadlock v0.3.1 // indirect
github.com/satori/go.uuid v1.2.0
github.com/sirupsen/logrus v1.8.1
github.com/spf13/cobra v1.3.0
github.com/spf13/cobra v1.4.0
github.com/tendermint/tendermint v0.34.14
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
golang.org/x/net v0.0.0-20211029224645-99673261e6eb // indirect
google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa // indirect
google.golang.org/grpc v1.42.0 // indirect
gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b // indirect
)

0 comments on commit e743f2f

Please sign in to comment.