-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathgo.mod
More file actions
21 lines (19 loc) · 682 Bytes
/
go.mod
File metadata and controls
21 lines (19 loc) · 682 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/pronist/upbit
go 1.13
require (
github.com/boltdb/bolt v1.3.1
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/fatih/structs v1.1.0
github.com/google/go-querystring v1.1.0
github.com/gorilla/websocket v1.4.2
github.com/jasonlvhit/gocron v0.0.1
github.com/jinzhu/configor v1.2.1
github.com/mattn/go-colorable v0.1.8
github.com/satori/go.uuid v1.2.0
github.com/sirupsen/logrus v1.8.1
github.com/snowzach/rotatefilehook v0.0.0-20180327172521-2f64f265f58c
github.com/stretchr/testify v1.4.0
github.com/thoas/go-funk v0.8.0
golang.org/x/sys v0.0.0-20210423082822-04245dca01da // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
)