Bumps [github.com/cosmos/iavl](https://github.com/cosmos/iavl) from 0.19.0 to 0.19.1. - [Release notes](https://github.com/cosmos/iavl/releases) - [Changelog](https://github.com/cosmos/iavl/blob/master/CHANGELOG.md) - [Commits](https://github.com/cosmos/iavl/compare/v0.19.0...v0.19.1) --- updated-dependencies: - dependency-name: github.com/cosmos/iavl dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marko <marbar3778@yahoo.com>
41 lines
1.6 KiB
Modula-2
41 lines
1.6 KiB
Modula-2
module github.com/cosmos/cosmos-sdk/store/tools/ics23
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/confio/ics23/go v0.7.0
|
|
github.com/cosmos/cosmos-sdk v0.46.0
|
|
github.com/cosmos/iavl v0.19.1
|
|
github.com/lazyledger/smt v0.2.1-0.20210709230900-03ea40719554
|
|
github.com/tendermint/tendermint v0.35.9
|
|
github.com/tendermint/tm-db v0.6.7
|
|
)
|
|
|
|
require (
|
|
github.com/cespare/xxhash v1.1.0 // indirect
|
|
github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
|
github.com/cosmos/gorocksdb v1.2.0 // indirect
|
|
github.com/dgraph-io/badger/v2 v2.2007.4 // indirect
|
|
github.com/dgraph-io/ristretto v0.1.0 // indirect
|
|
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect
|
|
github.com/dustin/go-humanize v1.0.0 // indirect
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
|
github.com/golang/glog v1.0.0 // indirect
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/golang/snappy v0.0.4 // indirect
|
|
github.com/google/btree v1.0.1 // indirect
|
|
github.com/jmhodges/levigo v1.0.0 // indirect
|
|
github.com/klauspost/compress v1.15.1 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7 // indirect
|
|
go.etcd.io/bbolt v1.3.6 // indirect
|
|
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e // indirect
|
|
golang.org/x/net v0.0.0-20220617184016-355a448f1bc9 // indirect
|
|
golang.org/x/sys v0.0.0-20220702020025-31831981b65f // indirect
|
|
google.golang.org/protobuf v1.28.0 // indirect
|
|
)
|
|
|
|
replace github.com/cosmos/cosmos-sdk/store/tools/ics23 => ./
|
|
|
|
replace github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1
|