-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
24 lines (22 loc) · 951 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
module github.com/toaiduongdh/ftpd
go 1.12
require (
gitea.com/goftp/leveldb-perm v0.0.0-20190711092750-00b79e6da99c
gitea.com/lunny/tango v0.6.1
gitea.com/tango/binding v0.0.0-20200204091933-f90d5bac28d2
gitea.com/tango/flash v0.0.0-20190606021323-2b17fd0aed7c
gitea.com/tango/renders v0.0.0-20191027160057-78fc56203eb4
gitea.com/tango/session v0.0.0-20190606020146-89f560e05167
gitea.com/tango/xsrf v0.0.0-20190606015726-fb1b2fb84238
github.com/Shopify/sarama v1.38.1
github.com/golang/protobuf v1.5.2
github.com/jhump/protoreflect v1.15.1
github.com/lunny/log v0.0.0-20160921050905-7887c61bf0de
github.com/pkg/errors v0.9.1
github.com/schollz/progressbar/v3 v3.13.1
github.com/shurcooL/httpfs v0.0.0-20190707220628-8d4bc4ba7749 // indirect
github.com/shurcooL/vfsgen v0.0.0-20181202132449-6a9ea43bcacd
github.com/syndtr/goleveldb v1.0.0
github.com/unknwon/goconfig v0.0.0-20190425194916-3dba17dd7b9e
goftp.io/server/v2 v2.0.0
)