forked from pyama86/pftp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
23 lines (20 loc) · 723 Bytes
/
go.mod
File metadata and controls
23 lines (20 loc) · 723 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/pyama86/pftp
go 1.19
require (
github.com/BurntSushi/toml v1.2.1
github.com/Gurpartap/logrus-stack v0.0.0-20170710170904-89c00d8a28f4
github.com/jlaffaye/ftp v0.1.0
github.com/julienschmidt/httprouter v1.3.0
github.com/lestrrat/go-server-starter v0.0.0-20180220115249-6ac0b358431b
github.com/marcobeierer/ftps v0.0.0-20180713194618-60e520f5feed
github.com/pires/go-proxyproto v0.7.0
github.com/sirupsen/logrus v1.9.0
github.com/tevino/abool v1.2.0
golang.org/x/sync v0.1.0
golang.org/x/sys v0.6.0
)
require (
github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 // indirect
github.com/hashicorp/errwrap v1.0.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
)