37 lines
1.2 KiB
Modula-2
37 lines
1.2 KiB
Modula-2
module github.com/CosmWasm/wasmd
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/CosmWasm/wasmvm v1.0.0-soon
|
|
github.com/cosmos/cosmos-sdk v0.42.10
|
|
github.com/cosmos/iavl v0.17.1
|
|
github.com/dvsekhvalnov/jose2go v0.0.0-20200901110807-248326c1351b
|
|
github.com/gogo/protobuf v1.3.3
|
|
github.com/golang/protobuf v1.5.2
|
|
github.com/google/gofuzz v1.2.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/prometheus/client_golang v1.11.0
|
|
github.com/rakyll/statik v0.1.7
|
|
github.com/regen-network/cosmos-proto v0.3.1
|
|
github.com/rs/zerolog v1.25.0
|
|
github.com/snikch/goodman v0.0.0-20171125024755-10e37e294daa
|
|
github.com/spf13/cast v1.4.1
|
|
github.com/spf13/cobra v1.1.3
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/spf13/viper v1.9.0
|
|
github.com/stretchr/testify v1.7.0
|
|
github.com/syndtr/goleveldb v1.0.1-0.20200815110645-5c35d600f0ca
|
|
github.com/tendermint/tendermint v0.34.13
|
|
github.com/tendermint/tm-db v0.6.4
|
|
google.golang.org/genproto v0.0.0-20210828152312-66f60bf46e71
|
|
google.golang.org/grpc v1.40.0
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|
|
|
|
replace google.golang.org/grpc => google.golang.org/grpc v1.33.2
|
|
|
|
replace github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1
|