62 lines
2.2 KiB
Modula-2
62 lines
2.2 KiB
Modula-2
go 1.15
|
|
|
|
module github.com/cosmos/cosmos-sdk
|
|
|
|
require (
|
|
github.com/99designs/keyring v1.1.6
|
|
github.com/armon/go-metrics v0.3.9
|
|
github.com/bgentry/speakeasy v0.1.0
|
|
github.com/btcsuite/btcd v0.22.0-beta
|
|
github.com/btcsuite/btcutil v1.0.3-0.20201208143702-a53e38424cce
|
|
github.com/coinbase/rosetta-sdk-go v0.6.10
|
|
github.com/confio/ics23/go v0.6.6
|
|
github.com/cosmos/go-bip39 v1.0.0
|
|
github.com/cosmos/iavl v0.16.0
|
|
github.com/cosmos/ledger-cosmos-go v0.11.1
|
|
github.com/enigmampc/btcutil v1.0.3-0.20200723161021-e2fb6adb2a25
|
|
github.com/gogo/gateway v1.1.0
|
|
github.com/gogo/protobuf v1.3.3
|
|
github.com/golang/mock v1.6.0
|
|
github.com/golang/protobuf v1.5.2
|
|
github.com/gorilla/handlers v1.5.1
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
|
|
github.com/grpc-ecosystem/grpc-gateway v1.16.0
|
|
github.com/hashicorp/golang-lru v0.5.4
|
|
github.com/hdevalence/ed25519consensus v0.0.0-20210204194344-59a8610d2b87
|
|
github.com/improbable-eng/grpc-web v0.14.1
|
|
github.com/jhump/protoreflect v1.9.0
|
|
github.com/magiconair/properties v1.8.5
|
|
github.com/mattn/go-isatty v0.0.14
|
|
github.com/otiai10/copy v1.6.0
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/prometheus/client_golang v1.11.0
|
|
github.com/prometheus/common v0.30.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/spf13/cast v1.4.1
|
|
github.com/spf13/cobra v1.2.1
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/spf13/viper v1.8.1
|
|
github.com/stretchr/testify v1.7.0
|
|
github.com/tendermint/btcd v0.1.1
|
|
github.com/tendermint/crypto v0.0.0-20191022145703-50d29ede1e15
|
|
github.com/tendermint/go-amino v0.16.0
|
|
github.com/tendermint/tendermint v0.34.13
|
|
github.com/tendermint/tm-db v0.6.4
|
|
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
|
|
google.golang.org/genproto v0.0.0-20210602131652-f16073e35f0c
|
|
google.golang.org/grpc v1.40.0
|
|
google.golang.org/protobuf v1.27.1
|
|
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
|
|
|
|
replace github.com/tendermint/tendermint => github.com/tendermint/tendermint v0.34.12
|
|
|
|
replace github.com/99designs/keyring => github.com/cosmos/keyring v1.1.7-0.20210622111912-ef00f8ac3d76
|