Bumps [cosmossdk.io/errors](https://github.com/cosmos/cosmos-sdk) from 1.0.0-beta.6 to 1.0.0-beta.7. - [Release notes](https://github.com/cosmos/cosmos-sdk/releases) - [Changelog](https://github.com/cosmos/cosmos-sdk/blob/main/CHANGELOG.md) - [Commits](https://github.com/cosmos/cosmos-sdk/compare/errors/v1.0.0-beta.6...errors/v1.0.0-beta.7) --- updated-dependencies: - dependency-name: cosmossdk.io/errors 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: Julien Robert <julien@rbrt.fr>
51 lines
2.0 KiB
Modula-2
51 lines
2.0 KiB
Modula-2
module github.com/cosmos/cosmos-sdk/orm
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
cosmossdk.io/errors v1.0.0-beta.7
|
|
github.com/cosmos/cosmos-proto v1.0.0-alpha7
|
|
github.com/cosmos/cosmos-sdk/api v0.1.0
|
|
github.com/golang/mock v1.6.0
|
|
github.com/google/go-cmp v0.5.8
|
|
github.com/iancoleman/strcase v0.2.0
|
|
github.com/regen-network/gocuke v0.6.2
|
|
github.com/stretchr/testify v1.7.2
|
|
github.com/tendermint/tm-db v0.6.7
|
|
google.golang.org/grpc v1.47.0
|
|
google.golang.org/protobuf v1.28.0
|
|
gotest.tools/v3 v3.2.0
|
|
pgregory.net/rapid v0.4.7
|
|
)
|
|
|
|
require (
|
|
github.com/DataDog/zstd v1.4.5 // indirect
|
|
github.com/alecthomas/participle/v2 v2.0.0-alpha7 // indirect
|
|
github.com/cespare/xxhash v1.1.0 // indirect
|
|
github.com/cockroachdb/apd/v3 v3.1.0 // indirect
|
|
github.com/cosmos/gorocksdb v1.2.0 // indirect
|
|
github.com/cucumber/common/gherkin/go/v22 v22.0.0 // indirect
|
|
github.com/cucumber/common/messages/go/v17 v17.1.1 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/dgraph-io/badger/v2 v2.2007.2 // indirect
|
|
github.com/dgraph-io/ristretto v0.0.3 // indirect
|
|
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect
|
|
github.com/dustin/go-humanize v1.0.0 // indirect
|
|
github.com/gofrs/uuid v4.2.0+incompatible // indirect
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/golang/snappy v0.0.3-0.20201103224600-674baa8c7fc3 // indirect
|
|
github.com/google/btree v1.0.0 // indirect
|
|
github.com/jmhodges/levigo v1.0.0 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/syndtr/goleveldb v1.0.1-0.20200815110645-5c35d600f0ca // indirect
|
|
go.etcd.io/bbolt v1.3.6 // indirect
|
|
golang.org/x/net v0.0.0-20210903162142-ad29c8ab022f // indirect
|
|
golang.org/x/sys v0.0.0-20210903071746-97244b99971b // indirect
|
|
golang.org/x/text v0.3.6 // indirect
|
|
google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|