2019-07-20 10:26:52 +00:00
|
|
|
module github.com/drakkan/sftpgo
|
|
|
|
|
2020-09-17 07:45:40 +00:00
|
|
|
go 1.14
|
2019-07-20 10:26:52 +00:00
|
|
|
|
|
|
|
require (
|
2020-11-14 08:10:45 +00:00
|
|
|
cloud.google.com/go v0.72.0 // indirect
|
2020-09-28 10:51:19 +00:00
|
|
|
cloud.google.com/go/storage v1.12.0
|
2020-10-30 21:17:17 +00:00
|
|
|
github.com/Azure/azure-storage-blob-go v0.11.0
|
2020-09-04 19:08:09 +00:00
|
|
|
github.com/GehirnInc/crypt v0.0.0-20200316065508-bb7000b8a962
|
2020-08-11 21:56:10 +00:00
|
|
|
github.com/alexedwards/argon2id v0.0.0-20200802152012-2464efd3196b
|
2020-11-14 08:10:45 +00:00
|
|
|
github.com/aws/aws-sdk-go v1.35.28
|
2020-10-30 21:17:17 +00:00
|
|
|
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf // indirect
|
2020-05-06 22:05:40 +00:00
|
|
|
github.com/eikenb/pipeat v0.0.0-20200430215831-470df5986b6d
|
2020-11-05 08:30:38 +00:00
|
|
|
github.com/fclairamb/ftpserverlib v0.9.1-0.20201105003045-1edd6bf7ae53
|
2020-03-14 14:27:03 +00:00
|
|
|
github.com/fsnotify/fsnotify v1.4.9 // indirect
|
2020-06-20 14:09:55 +00:00
|
|
|
github.com/go-chi/chi v4.1.2+incompatible
|
2019-07-20 10:26:52 +00:00
|
|
|
github.com/go-chi/render v1.0.1
|
2020-01-11 13:29:30 +00:00
|
|
|
github.com/go-sql-driver/mysql v1.5.0
|
2020-02-14 15:17:32 +00:00
|
|
|
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
|
2020-01-31 22:26:56 +00:00
|
|
|
github.com/grandcat/zeroconf v1.0.0
|
2020-11-14 08:10:45 +00:00
|
|
|
github.com/jlaffaye/ftp v0.0.0-20201112195030-9aae4d151126
|
2020-07-31 17:24:57 +00:00
|
|
|
github.com/lib/pq v1.8.0
|
2020-09-28 10:51:19 +00:00
|
|
|
github.com/magiconair/properties v1.8.4 // indirect
|
2020-10-04 16:29:42 +00:00
|
|
|
github.com/mattn/go-sqlite3 v1.14.4
|
2020-10-30 21:17:17 +00:00
|
|
|
github.com/miekg/dns v1.1.35 // indirect
|
2020-07-31 17:24:57 +00:00
|
|
|
github.com/mitchellh/mapstructure v1.3.3 // indirect
|
2020-06-13 20:48:51 +00:00
|
|
|
github.com/otiai10/copy v1.2.0
|
2020-09-28 10:51:19 +00:00
|
|
|
github.com/pelletier/go-toml v1.8.1 // indirect
|
2020-11-01 09:39:10 +00:00
|
|
|
github.com/pires/go-proxyproto v0.3.1
|
2020-10-02 16:16:49 +00:00
|
|
|
github.com/pkg/sftp v1.12.1-0.20201002132022-fcaa492add82
|
2020-10-17 20:14:04 +00:00
|
|
|
github.com/prometheus/client_golang v1.8.0
|
2020-11-14 08:10:45 +00:00
|
|
|
github.com/prometheus/common v0.15.0 // indirect
|
2020-08-15 13:55:20 +00:00
|
|
|
github.com/rs/cors v1.7.1-0.20200626170627-8b4a00bd362b
|
2019-08-04 07:37:58 +00:00
|
|
|
github.com/rs/xid v1.2.1
|
2020-09-28 10:51:19 +00:00
|
|
|
github.com/rs/zerolog v1.20.0
|
2020-11-14 08:10:45 +00:00
|
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
2020-10-09 18:25:42 +00:00
|
|
|
github.com/spf13/afero v1.4.1
|
2020-01-31 22:26:56 +00:00
|
|
|
github.com/spf13/cast v1.3.1 // indirect
|
2020-10-18 19:52:42 +00:00
|
|
|
github.com/spf13/cobra v1.1.1
|
2020-01-31 22:26:56 +00:00
|
|
|
github.com/spf13/jwalterweatherman v1.1.0 // indirect
|
2020-08-11 21:56:10 +00:00
|
|
|
github.com/spf13/viper v1.7.1
|
2020-06-20 19:57:51 +00:00
|
|
|
github.com/stretchr/testify v1.6.1
|
2020-08-11 21:56:10 +00:00
|
|
|
github.com/studio-b12/gowebdav v0.0.0-20200303150724-9380631c29a1
|
2020-06-20 14:09:55 +00:00
|
|
|
go.etcd.io/bbolt v1.3.5
|
2020-09-03 16:09:45 +00:00
|
|
|
go.uber.org/automaxprocs v1.3.0
|
2020-11-14 08:10:45 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20201112155050-0c6587e931a9
|
|
|
|
golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
|
|
|
|
golang.org/x/oauth2 v0.0.0-20201109201403-9fd604954f58 // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20201113233024-12cec1faf1ba
|
|
|
|
golang.org/x/tools v0.0.0-20201113202037-1643af1435f3 // indirect
|
2020-11-08 05:14:03 +00:00
|
|
|
google.golang.org/api v0.35.0
|
2020-10-17 20:14:04 +00:00
|
|
|
google.golang.org/appengine v1.6.7 // indirect
|
2020-11-14 08:10:45 +00:00
|
|
|
google.golang.org/genproto v0.0.0-20201113130914-ce600e9a6f9e // indirect
|
2020-10-09 18:25:42 +00:00
|
|
|
gopkg.in/ini.v1 v1.62.0 // indirect
|
2019-07-20 10:26:52 +00:00
|
|
|
gopkg.in/natefinch/lumberjack.v2 v2.0.0
|
|
|
|
)
|
2020-01-19 06:41:05 +00:00
|
|
|
|
2020-07-29 19:56:56 +00:00
|
|
|
replace (
|
2020-11-14 08:10:45 +00:00
|
|
|
github.com/jlaffaye/ftp => github.com/drakkan/ftp v0.0.0-20201114075148-9b9adce499a9
|
2020-11-08 05:14:03 +00:00
|
|
|
github.com/pkg/sftp => github.com/drakkan/sftp v0.0.0-20201105171632-4ab2ef794ae3
|
2020-11-14 08:10:45 +00:00
|
|
|
golang.org/x/crypto => github.com/drakkan/crypto v0.0.0-20201114074711-d051624c4fd2
|
|
|
|
golang.org/x/net => github.com/drakkan/net v0.0.0-20201114074615-8a2467084c77
|
2020-07-29 19:56:56 +00:00
|
|
|
)
|