forked from noxonsu/CrossChain-Router
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
27 lines (25 loc) · 968 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/anyswap/CrossChain-Router/v3
go 1.15
require (
github.com/BurntSushi/toml v0.4.1
github.com/btcsuite/btcd v0.22.0-beta
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
github.com/deckarep/golang-set v1.7.1
github.com/didip/tollbooth/v6 v6.1.1
github.com/gorilla/handlers v1.5.1
github.com/gorilla/mux v1.8.0
github.com/gorilla/rpc v1.2.0
github.com/jonboulle/clockwork v0.2.2 // indirect
github.com/jowenshaw/gethclient v0.2.0
github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible
github.com/lestrrat-go/strftime v1.0.4 // indirect
github.com/mr-tron/base58 v1.2.0
github.com/pborman/uuid v1.2.1
github.com/sirupsen/logrus v1.8.1
github.com/stretchr/testify v1.7.0
github.com/syndtr/goleveldb v1.0.1-0.20210305035536-64b5b1c73954
github.com/urfave/cli/v2 v2.3.0
go.mongodb.org/mongo-driver v1.7.2
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
)