This repository was archived by the owner on Jun 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
34 lines (32 loc) · 1.2 KB
/
go.mod
File metadata and controls
34 lines (32 loc) · 1.2 KB
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
31
32
33
34
module github.com/anyswap/CrossChain-Router/v3
go 1.16
require (
github.com/BurntSushi/toml v1.1.0
github.com/btcsuite/btcd v0.22.0-beta
github.com/deckarep/golang-set v1.8.0
github.com/didip/tollbooth/v6 v6.1.2
github.com/fbsobreira/gotron-sdk v0.0.0-20221101181131-c4daceb828f0
github.com/fsnotify/fsnotify v1.6.0
github.com/fxamacker/cbor/v2 v2.4.0
github.com/golang/protobuf v1.4.3
github.com/gorilla/handlers v1.5.1
github.com/gorilla/mux v1.8.0
github.com/gorilla/rpc v1.2.0
github.com/gorilla/websocket v1.5.0
github.com/jonboulle/clockwork v0.3.0 // indirect
github.com/jowenshaw/gethclient v0.3.1
github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible
github.com/lestrrat-go/strftime v1.0.6 // indirect
github.com/mr-tron/base58 v1.2.0
github.com/near/borsh-go v0.3.1
github.com/pborman/uuid v1.2.1
github.com/sirupsen/logrus v1.8.1
github.com/stretchr/testify v1.7.5
github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7
github.com/urfave/cli/v2 v2.10.2
go.mongodb.org/mongo-driver v1.9.1
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d
golang.org/x/sys v0.2.0 // indirect
google.golang.org/protobuf v1.25.0
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
)