forked from iov-one/iovns
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
27 lines (25 loc) · 848 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
27
module github.com/iov-one/iovns
go 1.14
require (
github.com/cosmos/cosmos-sdk v0.39.1
github.com/fatih/structs v1.1.0
github.com/golang/mock v1.3.1 // indirect
github.com/gorilla/mux v1.7.4
github.com/gorilla/websocket v1.4.2
github.com/iov-one/cosmos-sdk-crud v0.0.0-20200804183153-2b7470a92e52
github.com/jinzhu/gorm v1.9.14
github.com/lib/pq v1.1.1
github.com/onsi/ginkgo v1.8.0 // indirect
github.com/onsi/gomega v1.5.0 // indirect
github.com/pkg/errors v0.9.1
github.com/pmezard/go-difflib v1.0.0
github.com/prometheus/common v0.9.1
github.com/rakyll/statik v0.1.7
github.com/spf13/afero v1.2.2 // indirect
github.com/spf13/cobra v1.0.0
github.com/spf13/viper v1.6.3
github.com/stretchr/testify v1.6.1
github.com/tendermint/go-amino v0.15.1
github.com/tendermint/tendermint v0.33.7
github.com/tendermint/tm-db v0.5.1
)