-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathgo.mod
32 lines (29 loc) · 1.17 KB
/
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
28
29
30
31
32
module 1
go 1.15
require (
github.com/fox-one/mixin-sdk-go v1.4.8
github.com/gofrs/uuid v4.0.0+incompatible
github.com/mattn/go-sqlite3 v1.14.7
github.com/montanaflynn/stats v0.6.6
github.com/robfig/cron/v3 v3.0.1
github.com/tidwall/gjson v1.8.1
)
require (
github.com/btcsuite/btcutil v1.0.2 // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
github.com/fox-one/msgpack v1.0.0 // indirect
github.com/go-resty/resty/v2 v2.6.0 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/gorilla/websocket v1.4.2 // indirect
github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c // indirect
github.com/shopspring/decimal v1.2.0 // indirect
github.com/tidwall/match v1.0.3 // indirect
github.com/tidwall/pretty v1.1.0 // indirect
github.com/vmihailenco/tagparser v0.1.2 // indirect
golang.org/x/crypto v0.0.0-20210506145944-38f3c27a63bf // indirect
golang.org/x/net v0.0.0-20210510095157-81045d8b478c // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
golang.org/x/sys v0.0.0-20210507161434-a76c4d0a0096 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.26.0 // indirect
)