go.mod: upgrade iavl and deps (#5657)

Bumps IAVL, which pulled in some other upgrades as well. I think they should be fine though.
This commit is contained in:
Erik Grinaker
2020-11-13 11:30:34 +00:00
committed by GitHub
parent fdecfa177d
commit e9294de946
2 changed files with 21 additions and 4 deletions
+4 -4
View File
@@ -8,8 +8,8 @@ require (
github.com/Workiva/go-datastructures v1.0.52
github.com/btcsuite/btcd v0.21.0-beta
github.com/btcsuite/btcutil v1.0.2
github.com/confio/ics23/go v0.0.0-20200817220745-f173e6211efb
github.com/cosmos/iavl v0.15.0-rc3.0.20201009144442-230e9bdf52cd
github.com/confio/ics23/go v0.6.3
github.com/cosmos/iavl v0.15.0-rc5
github.com/fortytw2/leaktest v1.3.0
github.com/go-kit/kit v0.10.0
github.com/go-logfmt/logfmt v0.5.0
@@ -30,7 +30,7 @@ require (
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.6.1
github.com/tendermint/tm-db v0.6.3
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a
golang.org/x/net v0.0.0-20200813134508-3edf25e44fcc
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897
golang.org/x/net v0.0.0-20200822124328-c89045814202
google.golang.org/grpc v1.33.2
)