forked from pokt-network/pocket-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
30 lines (27 loc) · 1.07 KB
/
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
27
28
29
30
module github.com/pokt-network/pocket-core
go 1.16
require (
github.com/go-kit/kit v0.10.0
github.com/gogo/protobuf v1.3.1
github.com/golang/protobuf v1.4.0
github.com/hashicorp/golang-lru v0.5.4
github.com/jordanorelli/lexnum v0.0.0-20141216151731-460eeb125754
github.com/julienschmidt/httprouter v1.3.0
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.5.1
github.com/regen-network/cosmos-proto v0.3.0
github.com/spaolacci/murmur3 v1.1.0 // indirect
github.com/spf13/cobra v1.0.0
github.com/stretchr/testify v1.6.1
github.com/syndtr/goleveldb v1.0.1-0.20190923125748-758128399b1d
github.com/tendermint/go-amino v0.15.0
github.com/tendermint/tendermint v0.33.7
github.com/tendermint/tm-db v0.5.1
github.com/willf/bitset v1.1.10 // indirect
github.com/willf/bloom v2.0.3+incompatible
golang.org/x/crypto v0.0.0-20200429183012-4b2356b1ed79
google.golang.org/protobuf v1.21.0
gopkg.in/h2non/gock.v1 v1.0.15
gopkg.in/yaml.v2 v2.2.5
)
replace github.com/tendermint/tendermint => github.com/pokt-network/tendermint v0.32.11-0.20211022155741-0dc25b2413ec