Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
go: update dependencies depending on 'websocket@v1.4.0'
Browse files Browse the repository at this point in the history
* github.com/spf13/viper@v1.5.0 -> github.com/spf13/viper@v1.7.0

* replace directive to update the version as spf13/cobra doesn't have a
release with the fix yet: spf13/cobra#1091
  • Loading branch information
ptrus committed May 20, 2020
1 parent 3b75483 commit 9a23796
Show file tree
Hide file tree
Showing 2 changed files with 109 additions and 5 deletions.
13 changes: 12 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@ module github.com/tendermint/tendermint

go 1.13

replace github.com/gorilla/websocket => github.com/gorilla/websocket v1.4.2

require (
github.com/ChainSafe/go-schnorrkel v0.0.0-20200405005733-88cbf1b4c40d
github.com/Workiva/go-datastructures v1.0.52
github.com/btcsuite/btcd v0.20.1-beta
github.com/btcsuite/btcutil v1.0.2
github.com/fortytw2/leaktest v1.3.0
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/go-kit/kit v0.10.0
github.com/go-logfmt/logfmt v0.5.0
github.com/gogo/protobuf v1.3.1
Expand All @@ -16,19 +19,27 @@ require (
github.com/gtank/merlin v0.1.1
github.com/libp2p/go-buffer-pool v0.0.2
github.com/magiconair/properties v1.8.1
github.com/mitchellh/mapstructure v1.3.0 // indirect
github.com/oasislabs/ed25519 v0.0.0-20191122104632-9d9ffc15f526
github.com/oasislabs/safeopen v0.0.0-20200117113835-6aa648f43ff8
github.com/pelletier/go-toml v1.8.0 // indirect
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.5.1
github.com/rcrowley/go-metrics v0.0.0-20200313005456-10cdbea86bc0
github.com/rs/cors v1.7.0
github.com/snikch/goodman v0.0.0-20171125024755-10e37e294daa
github.com/spf13/afero v1.2.2 // indirect
github.com/spf13/cast v1.3.1 // indirect
github.com/spf13/cobra v1.0.0
github.com/spf13/viper v1.6.3
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.7.0
github.com/stretchr/testify v1.5.1
github.com/tendermint/go-amino v0.14.1
github.com/tendermint/tm-db v0.5.1
golang.org/x/crypto v0.0.0-20200406173513-056763e48d71
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e
golang.org/x/sys v0.0.0-20200519105757-fe76b779f299 // indirect
google.golang.org/grpc v1.28.1
gopkg.in/ini.v1 v1.56.0 // indirect
)
Loading

0 comments on commit 9a23796

Please sign in to comment.