Skip to content

Commit

Permalink
build(deps): Bump github.com/spf13/viper from 1.7.1 to 1.8.0 (#417)
Browse files Browse the repository at this point in the history
* build(deps): Bump github.com/spf13/viper from 1.7.1 to 1.8.0

Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.7.1 to 1.8.0.
- [Release notes](https://github.com/spf13/viper/releases)
- [Commits](spf13/viper@v1.7.1...v1.8.0)

---
updated-dependencies:
- dependency-name: github.com/spf13/viper
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* go mod tidy -v

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ismail Khoffi <[email protected]>
  • Loading branch information
dependabot[bot] and liamsi authored Jun 23, 2021
1 parent 7d4c1e9 commit 9808fc9
Show file tree
Hide file tree
Showing 2 changed files with 237 additions and 35 deletions.
9 changes: 4 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ require (
github.com/go-kit/kit v0.10.0
github.com/go-logfmt/logfmt v0.5.0
github.com/gogo/protobuf v1.3.2
github.com/golang/protobuf v1.4.3
github.com/golang/protobuf v1.5.2
github.com/google/btree v1.0.0
github.com/gorilla/websocket v1.4.2
github.com/gtank/merlin v0.1.1
Expand Down Expand Up @@ -50,13 +50,12 @@ require (
github.com/sasha-s/go-deadlock v0.2.0
github.com/snikch/goodman v0.0.0-20171125024755-10e37e294daa
github.com/spf13/cobra v1.1.1
github.com/spf13/viper v1.7.1
github.com/spf13/viper v1.8.0
github.com/stretchr/testify v1.7.0
github.com/syndtr/goleveldb v1.0.1-0.20200815110645-5c35d600f0ca // indirect
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110
google.golang.org/genproto v0.0.0-20201119123407-9b1e624d6bc4 // indirect
google.golang.org/grpc v1.35.0
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4
google.golang.org/grpc v1.38.0
)

replace (
Expand Down
Loading

0 comments on commit 9808fc9

Please sign in to comment.