-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.mod
44 lines (43 loc) · 1.98 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
33
34
35
36
37
38
39
40
41
42
43
44
module github.com/zhezh09/go-practice
require (
github.com/Sirupsen/logrus v1.0.6
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/gedex/inflector v0.0.0-20170307190818-16278e9db813
github.com/globalsign/mgo v0.0.0-20180905125535-1ca0a4f7cbcb
github.com/google/uuid v1.0.0
github.com/gorilla/context v1.1.1 // indirect
github.com/gorilla/handlers v1.4.0
github.com/gorilla/mux v1.6.2
github.com/gorilla/websocket v1.4.0
github.com/jlaffaye/ftp v0.0.0-20180808211605-3f6433f7eae3
github.com/julienschmidt/httprouter v0.0.0-20180715161854-348b672cd90d
github.com/kr/fs v0.1.0 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/labstack/gommon v0.2.7
github.com/mattn/go-colorable v0.0.9 // indirect
github.com/mattn/go-isatty v0.0.4 // indirect
github.com/omidnikta/logrus v0.8.7
github.com/onsi/gomega v1.4.2 // indirect
github.com/pkg/errors v0.8.0
github.com/pkg/sftp v1.8.2
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/qiniu/api.v7 v7.2.4+incompatible
github.com/qiniu/x v7.0.8+incompatible // indirect
github.com/rifflock/lfshook v0.0.0-20180313183424-62f5e0662816
github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967
github.com/rs/cors v1.5.0
github.com/shiena/ansicolor v0.0.0-20151119151921-a422bbe96644
github.com/sirupsen/logrus v1.0.6
github.com/stretchr/testify v1.2.2 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasttemplate v0.0.0-20170224212429-dcecefd839c4 // indirect
golang.org/x/crypto v0.0.0-20180910181607-0e37d006457b
golang.org/x/net v0.0.0-20180911220305-26e67e76b6c3
gopkg.in/airbrake/gobrake.v2 v2.0.9 // indirect
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 // indirect
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce
qiniupkg.com/x v7.0.8+incompatible // indirect
)