2019-07-20 10:26:52 +00:00
|
|
|
module github.com/drakkan/sftpgo
|
|
|
|
|
|
|
|
go 1.12
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/alexedwards/argon2id v0.0.0-20190612080829-01a59b2b8802
|
|
|
|
github.com/go-chi/chi v4.0.2+incompatible
|
|
|
|
github.com/go-chi/render v1.0.1
|
|
|
|
github.com/go-sql-driver/mysql v1.4.1
|
2019-08-27 08:26:04 +00:00
|
|
|
github.com/lib/pq v1.2.0
|
|
|
|
github.com/magiconair/properties v1.8.1 // indirect
|
|
|
|
github.com/mattn/go-sqlite3 v1.11.0
|
2019-09-15 10:23:27 +00:00
|
|
|
github.com/nathanaelle/password v1.0.0
|
2019-10-14 06:36:39 +00:00
|
|
|
github.com/pelletier/go-toml v1.5.0 // indirect
|
|
|
|
github.com/pkg/sftp v1.10.2-0.20191014030235-4350932b9896
|
2019-09-13 16:45:36 +00:00
|
|
|
github.com/prometheus/client_golang v1.1.0
|
|
|
|
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4 // indirect
|
|
|
|
github.com/prometheus/common v0.7.0 // indirect
|
2019-10-14 06:36:39 +00:00
|
|
|
github.com/prometheus/procfs v0.0.5 // indirect
|
2019-08-04 07:37:58 +00:00
|
|
|
github.com/rs/xid v1.2.1
|
2019-08-27 08:26:04 +00:00
|
|
|
github.com/rs/zerolog v1.15.0
|
|
|
|
github.com/spf13/afero v1.2.2 // indirect
|
2019-08-07 20:46:13 +00:00
|
|
|
github.com/spf13/cobra v0.0.5
|
2019-08-27 08:26:04 +00:00
|
|
|
github.com/spf13/jwalterweatherman v1.1.0 // indirect
|
2019-10-14 06:36:39 +00:00
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
2019-08-07 20:46:13 +00:00
|
|
|
github.com/spf13/viper v1.4.0
|
2019-08-27 08:26:04 +00:00
|
|
|
go.etcd.io/bbolt v1.3.3
|
2019-10-14 06:36:39 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550
|
2019-09-02 07:36:02 +00:00
|
|
|
golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297 // indirect
|
2019-10-14 06:36:39 +00:00
|
|
|
golang.org/x/sys v0.0.0-20191010194322-b09406accb47
|
|
|
|
google.golang.org/appengine v1.6.5 // indirect
|
2019-07-20 10:26:52 +00:00
|
|
|
gopkg.in/natefinch/lumberjack.v2 v2.0.0
|
|
|
|
)
|