* Upgrade to cosmos-sdk v0.40.0-rc6 * Apply workaround for gentx cli issue * Update changelog
35 lines
1.2 KiB
Modula-2
35 lines
1.2 KiB
Modula-2
module github.com/CosmWasm/wasmd
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/CosmWasm/wasmvm v0.12.0
|
|
github.com/cosmos/cosmos-sdk v0.40.0-rc6
|
|
github.com/cosmos/iavl v0.15.3
|
|
github.com/dvsekhvalnov/jose2go v0.0.0-20200901110807-248326c1351b
|
|
github.com/gogo/protobuf v1.3.1
|
|
github.com/golang/protobuf v1.4.3
|
|
github.com/google/gofuzz v1.0.0
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/grpc-ecosystem/grpc-gateway v1.16.0
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/rakyll/statik v0.1.7
|
|
github.com/rs/zerolog v1.20.0
|
|
github.com/snikch/goodman v0.0.0-20171125024755-10e37e294daa
|
|
github.com/spf13/cast v1.3.1
|
|
github.com/spf13/cobra v1.1.1
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/spf13/viper v1.7.1
|
|
github.com/stretchr/testify v1.6.1
|
|
github.com/tendermint/tendermint v0.34.0
|
|
github.com/tendermint/tm-db v0.6.3
|
|
golang.org/x/net v0.0.0-20201209123823-ac852fbbde11 // indirect
|
|
golang.org/x/sys v0.0.0-20201211090839-8ad439b19e0f // indirect
|
|
golang.org/x/text v0.3.4 // indirect
|
|
google.golang.org/genproto v0.0.0-20201214200347-8c77b98c765d
|
|
google.golang.org/grpc v1.34.0
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|
|
|
|
replace github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.2-alpha.regen.4
|