forked from forbole/callisto
-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
26 lines (21 loc) · 916 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
module github.com/pylons-tech/bdjuno
go 1.16
require (
github.com/cosmos/cosmos-sdk v0.42.9
github.com/forbole/juno/v2 v2.0.0-20220117075314-1d0a50fab7d4
github.com/go-co-op/gocron v1.11.0
github.com/gogo/protobuf v1.3.3
github.com/jmoiron/sqlx v1.2.1-0.20200324155115-ee514944af4b
github.com/lib/pq v1.10.4
github.com/pelletier/go-toml v1.9.4
github.com/proullon/ramsql v0.0.0-20181213202341-817cee58a244
github.com/rs/zerolog v1.26.1
github.com/spf13/cobra v1.3.0
github.com/stretchr/testify v1.7.0
github.com/tendermint/tendermint v0.34.14
google.golang.org/grpc v1.42.0
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)
replace github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1
replace google.golang.org/grpc => google.golang.org/grpc v1.33.2
replace github.com/tendermint/tendermint => github.com/forbole/tendermint v0.34.13-0.20210820072129-a2a4af55563d