-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathgo.mod
24 lines (22 loc) · 788 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
module github.com/fissionlabsio/tmcrawl
go 1.13
require (
github.com/BurntSushi/toml v0.3.1
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
github.com/dgraph-io/badger v1.6.0
github.com/dgraph-io/badger/v2 v2.0.1
github.com/go-playground/validator/v10 v10.1.0
github.com/gorilla/mux v1.7.3
github.com/harwoeck/ipstack v0.1.0
github.com/rs/cors v1.7.0
github.com/rs/zerolog v1.17.2
github.com/sirkon/goproxy v1.4.8
github.com/spf13/cobra v0.0.5
github.com/stretchr/testify v1.4.0
github.com/swaggo/http-swagger v0.0.0-20200103000832-0e9263c4b516
github.com/swaggo/swag v1.6.4
github.com/tendermint/tendermint v0.32.8
github.com/vmihailenco/msgpack/v4 v4.3.1
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550 // indirect
gopkg.in/yaml.v2 v2.2.7
)