Skip to content

Commit

Permalink
Update module github.com/spf13/cobra to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 7, 2022
1 parent 5ac2807 commit 08b2ee3
Show file tree
Hide file tree
Showing 2 changed files with 195 additions and 6 deletions.
13 changes: 7 additions & 6 deletions go.mod
Expand Up @@ -3,19 +3,20 @@ module github.com/mpppk/iroha
go 1.12

require (
cloud.google.com/go v0.86.0
cloud.google.com/go/firestore v1.1.0
cloud.google.com/go v0.99.0
cloud.google.com/go/firestore v1.6.1
cloud.google.com/go/storage v1.10.0
firebase.google.com/go v3.13.0+incompatible
github.com/bketelsen/crypt v0.0.4 // indirect
github.com/blang/semver v3.8.0+incompatible
github.com/hashicorp/golang-lru v0.5.1 // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/mpppk/bbolt v1.3.3
github.com/pkg/errors v0.9.1
github.com/rhysd/go-github-selfupdate v1.2.3
github.com/spf13/cobra v0.0.7
github.com/spf13/viper v1.8.1
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/spf13/cobra v1.3.0
github.com/spf13/viper v1.10.0
golang.org/x/exp v0.0.0-20200224162631-6cc2880d07d6 // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
google.golang.org/api v0.50.0
google.golang.org/api v0.62.0
)

0 comments on commit 08b2ee3

Please sign in to comment.