forked from CosmosContracts/juno
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
20 lines (17 loc) · 633 Bytes
/
go.mod
File metadata and controls
20 lines (17 loc) · 633 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/cosmoscontracts/juno
go 1.15
require (
github.com/CosmWasm/wasmd v0.14.1-0.20210113091717-f9015cba4793
github.com/cosmos/cosmos-sdk v0.41.0
github.com/gogo/protobuf v1.3.3
github.com/gorilla/mux v1.8.0
github.com/grpc-ecosystem/grpc-gateway v1.16.0
github.com/spf13/cast v1.3.1
github.com/spf13/cobra v1.1.1
github.com/spf13/pflag v1.0.5
github.com/tendermint/tendermint v0.34.3
github.com/tendermint/tm-db v0.6.3
google.golang.org/genproto v0.0.0-20210114201628-6edceaf6022f
google.golang.org/grpc v1.35.0
)
replace github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1