mirror of
https://github.com/drakkan/sftpgo.git
synced 2024-11-21 23:20:24 +00:00
77db2bd3d1
update pkg/sftp to a git revision that includes: https://github.com/pkg/sftp/pull/316 add a test case here too and update other deps
33 lines
1.2 KiB
Modula-2
33 lines
1.2 KiB
Modula-2
module github.com/drakkan/sftpgo
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/alexedwards/argon2id v0.0.0-20190612080829-01a59b2b8802
|
|
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
|
|
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
|
|
github.com/grandcat/zeroconf v0.0.0-20190424104450-85eadb44205c
|
|
github.com/lib/pq v1.2.0
|
|
github.com/mattn/go-sqlite3 v1.11.0
|
|
github.com/miekg/dns v1.1.22 // indirect
|
|
github.com/nathanaelle/password v1.0.0
|
|
github.com/pelletier/go-toml v1.6.0 // indirect
|
|
github.com/pkg/sftp v1.10.2-0.20191102210727-6d50bf4a2122
|
|
github.com/prometheus/client_golang v1.2.1
|
|
github.com/rs/xid v1.2.1
|
|
github.com/rs/zerolog v1.16.0
|
|
github.com/spf13/afero v1.2.2 // indirect
|
|
github.com/spf13/cobra v0.0.5
|
|
github.com/spf13/jwalterweatherman v1.1.0 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
github.com/spf13/viper v1.5.0
|
|
go.etcd.io/bbolt v1.3.3
|
|
golang.org/x/crypto v0.0.0-20191107222254-f4817d981bb6
|
|
golang.org/x/net v0.0.0-20191108063844-7e6e90b9ea88 // indirect
|
|
golang.org/x/sys v0.0.0-20191105231009-c1f44814a5cd
|
|
google.golang.org/appengine v1.6.5 // indirect
|
|
gopkg.in/natefinch/lumberjack.v2 v2.0.0
|
|
gopkg.in/yaml.v2 v2.2.5 // indirect
|
|
)
|