mirror of
https://github.com/drakkan/sftpgo.git
synced 2024-11-22 15:40:23 +00:00
382c6fda89
fix CVE-2020-9283
44 lines
1.7 KiB
Modula-2
44 lines
1.7 KiB
Modula-2
module github.com/drakkan/sftpgo
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
cloud.google.com/go v0.53.0 // indirect
|
|
cloud.google.com/go/storage v1.5.0
|
|
github.com/alexedwards/argon2id v0.0.0-20190612080829-01a59b2b8802
|
|
github.com/aws/aws-sdk-go v1.29.7
|
|
github.com/eikenb/pipeat v0.0.0-20190316224601-fb1f3a9aa29f
|
|
github.com/go-chi/chi v4.0.3+incompatible
|
|
github.com/go-chi/render v1.0.1
|
|
github.com/go-sql-driver/mysql v1.5.0
|
|
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
|
|
github.com/grandcat/zeroconf v1.0.0
|
|
github.com/lib/pq v1.3.0
|
|
github.com/mattn/go-sqlite3 v2.0.3+incompatible
|
|
github.com/nathanaelle/password v1.0.0
|
|
github.com/pelletier/go-toml v1.6.0 // indirect
|
|
github.com/pkg/sftp v1.11.0
|
|
github.com/prometheus/client_golang v1.4.1
|
|
github.com/prometheus/procfs v0.0.10 // indirect
|
|
github.com/rs/xid v1.2.1
|
|
github.com/rs/zerolog v1.18.0
|
|
github.com/spf13/afero v1.2.2 // indirect
|
|
github.com/spf13/cast v1.3.1 // indirect
|
|
github.com/spf13/cobra v0.0.6
|
|
github.com/spf13/jwalterweatherman v1.1.0 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
github.com/spf13/viper v1.6.2
|
|
go.etcd.io/bbolt v1.3.3
|
|
golang.org/x/crypto v0.0.0-20200220183623-bac4c82f6975
|
|
golang.org/x/exp v0.0.0-20200213203834-85f925bdd4d0 // indirect
|
|
golang.org/x/net v0.0.0-20200219183655-46282727080f // indirect
|
|
golang.org/x/sys v0.0.0-20200219091948-cb0a6d8edb6c
|
|
golang.org/x/tools v0.0.0-20200220224806-8a925fa4c0df // indirect
|
|
google.golang.org/api v0.17.0
|
|
google.golang.org/genproto v0.0.0-20200218151345-dad8c97a84f5 // indirect
|
|
gopkg.in/ini.v1 v1.52.0 // indirect
|
|
gopkg.in/natefinch/lumberjack.v2 v2.0.0
|
|
gopkg.in/yaml.v2 v2.2.8 // indirect
|
|
)
|
|
|
|
replace github.com/eikenb/pipeat v0.0.0-20190316224601-fb1f3a9aa29f => github.com/drakkan/pipeat v0.0.0-20200123131427-11c048cfc0ec
|