forked from MfonabasiOmagbemi/persistenceSDK
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
21 lines (19 loc) · 717 Bytes
/
go.mod
File metadata and controls
21 lines (19 loc) · 717 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/persistenceOne/persistenceSDK
go 1.14
require (
github.com/99designs/keyring v1.1.6
github.com/CosmWasm/wasmd v0.10.0
github.com/Shopify/sarama v1.19.0
github.com/asaskevich/govalidator v0.0.0-20200108200545-475eaeb16496
github.com/bartekn/go-bip39 v0.0.0-20171116152956-a05967ea095d
github.com/cosmos/cosmos-sdk v0.39.1-0.20200727135228-9d00f712e334
github.com/gorilla/mux v1.7.4
github.com/pkg/errors v0.9.1
github.com/spf13/cobra v1.1.1
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.7.0
github.com/tendermint/crypto v0.0.0-20191022145703-50d29ede1e15
github.com/tendermint/tendermint v0.33.7
github.com/tendermint/tm-db v0.5.1
honnef.co/go/tools v0.0.1-2020.1.6
)