2019-07-20 10:26:52 +00:00
|
|
|
module github.com/drakkan/sftpgo
|
|
|
|
|
2021-03-01 18:28:11 +00:00
|
|
|
go 1.16
|
2019-07-20 10:26:52 +00:00
|
|
|
|
|
|
|
require (
|
2021-03-24 12:32:20 +00:00
|
|
|
cloud.google.com/go v0.80.0 // indirect
|
2021-03-03 17:39:58 +00:00
|
|
|
cloud.google.com/go/storage v1.14.0
|
2021-02-01 18:04:15 +00:00
|
|
|
github.com/Azure/azure-storage-blob-go v0.13.0
|
2020-09-04 19:08:09 +00:00
|
|
|
github.com/GehirnInc/crypt v0.0.0-20200316065508-bb7000b8a962
|
2021-02-24 21:27:52 +00:00
|
|
|
github.com/StackExchange/wmi v0.0.0-20210224194228-fe8f1750fd46 // indirect
|
2021-03-26 14:19:01 +00:00
|
|
|
github.com/alexedwards/argon2id v0.0.0-20210326052512-e2135f7c9c77
|
2021-03-28 09:23:06 +00:00
|
|
|
github.com/aws/aws-sdk-go v1.38.7
|
2021-03-23 18:14:15 +00:00
|
|
|
github.com/cockroachdb/cockroach-go/v2 v2.1.0
|
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
|
2021-02-24 21:27:52 +00:00
|
|
|
github.com/fclairamb/ftpserverlib v0.13.0
|
2021-02-06 08:53:31 +00:00
|
|
|
github.com/frankban/quicktest v1.11.3 // indirect
|
2021-03-26 14:19:01 +00:00
|
|
|
github.com/go-chi/chi/v5 v5.0.2
|
2021-03-05 17:50:45 +00:00
|
|
|
github.com/go-chi/jwtauth/v5 v5.0.0
|
2019-07-20 10:26:52 +00:00
|
|
|
github.com/go-chi/render v1.0.1
|
2021-01-17 21:29:08 +00:00
|
|
|
github.com/go-ole/go-ole v1.2.5 // indirect
|
2020-01-11 13:29:30 +00:00
|
|
|
github.com/go-sql-driver/mysql v1.5.0
|
2021-03-01 18:28:11 +00:00
|
|
|
github.com/golang/snappy v0.0.3 // indirect
|
2020-02-14 15:17:32 +00:00
|
|
|
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
|
2021-02-01 18:04:15 +00:00
|
|
|
github.com/google/uuid v1.2.0 // indirect
|
|
|
|
github.com/google/wire v0.5.0 // indirect
|
2020-01-31 22:26:56 +00:00
|
|
|
github.com/grandcat/zeroconf v1.0.0
|
2021-02-06 08:53:31 +00:00
|
|
|
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
|
2021-03-24 12:32:20 +00:00
|
|
|
github.com/hashicorp/go-multierror v1.1.1 // indirect
|
2021-02-12 20:42:49 +00:00
|
|
|
github.com/hashicorp/go-retryablehttp v0.6.8
|
2020-11-14 08:10:45 +00:00
|
|
|
github.com/jlaffaye/ftp v0.0.0-20201112195030-9aae4d151126
|
2021-03-26 14:19:01 +00:00
|
|
|
github.com/klauspost/cpuid/v2 v2.0.6 // indirect
|
2021-03-01 18:28:11 +00:00
|
|
|
github.com/lestrrat-go/backoff/v2 v2.0.8 // indirect
|
2021-03-28 09:23:06 +00:00
|
|
|
github.com/lestrrat-go/jwx v1.1.6
|
2021-03-22 07:55:35 +00:00
|
|
|
github.com/lib/pq v1.10.0
|
2021-03-26 14:19:01 +00:00
|
|
|
github.com/magiconair/properties v1.8.5 // indirect
|
2020-12-27 08:48:56 +00:00
|
|
|
github.com/mattn/go-sqlite3 v1.14.6
|
2021-03-22 07:55:35 +00:00
|
|
|
github.com/miekg/dns v1.1.41 // indirect
|
2021-02-24 21:27:52 +00:00
|
|
|
github.com/minio/sha256-simd v1.0.0
|
2020-12-05 12:48:13 +00:00
|
|
|
github.com/minio/sio v0.2.1
|
2021-01-17 21:29:08 +00:00
|
|
|
github.com/mitchellh/mapstructure v1.4.1 // indirect
|
2021-02-24 21:27:52 +00:00
|
|
|
github.com/otiai10/copy v1.5.0
|
2020-09-28 10:51:19 +00:00
|
|
|
github.com/pelletier/go-toml v1.8.1 // indirect
|
2021-03-05 17:50:45 +00:00
|
|
|
github.com/pires/go-proxyproto v0.5.0
|
2021-03-07 17:41:56 +00:00
|
|
|
github.com/pkg/sftp v1.13.0
|
2021-03-22 07:55:35 +00:00
|
|
|
github.com/prometheus/client_golang v1.10.0
|
2021-03-24 12:32:20 +00:00
|
|
|
github.com/prometheus/common v0.20.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
|
2021-03-26 14:19:01 +00:00
|
|
|
github.com/rs/zerolog v1.21.0
|
2020-11-14 08:10:45 +00:00
|
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
2021-03-03 17:39:58 +00:00
|
|
|
github.com/shirou/gopsutil/v3 v3.21.2
|
2021-03-22 07:55:35 +00:00
|
|
|
github.com/spf13/afero v1.6.0
|
2020-01-31 22:26:56 +00:00
|
|
|
github.com/spf13/cast v1.3.1 // indirect
|
2021-02-13 08:10:35 +00:00
|
|
|
github.com/spf13/cobra v1.1.3
|
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
|
2021-01-21 18:07:13 +00:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2021-02-06 08:53:31 +00:00
|
|
|
github.com/studio-b12/gowebdav v0.0.0-20210203212356-8244b5a5f51a
|
2021-01-02 13:05:09 +00:00
|
|
|
github.com/yl2chen/cidranger v1.0.2
|
2020-06-20 14:09:55 +00:00
|
|
|
go.etcd.io/bbolt v1.3.5
|
2021-02-03 21:36:13 +00:00
|
|
|
go.uber.org/automaxprocs v1.4.0
|
2021-02-06 08:53:31 +00:00
|
|
|
gocloud.dev v0.22.0
|
|
|
|
gocloud.dev/secrets/hashivault v0.22.0
|
2021-03-23 18:14:15 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
|
2021-03-24 12:32:20 +00:00
|
|
|
golang.org/x/mod v0.4.2 // indirect
|
|
|
|
golang.org/x/net v0.0.0-20210316092652-d523dce5a7f4
|
|
|
|
golang.org/x/oauth2 v0.0.0-20210323180902-22b0adad7558 // indirect
|
2021-03-28 09:23:06 +00:00
|
|
|
golang.org/x/sys v0.0.0-20210326220804-49726bf1d181
|
2021-02-22 07:37:50 +00:00
|
|
|
golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba // indirect
|
2021-03-26 14:19:01 +00:00
|
|
|
google.golang.org/api v0.43.0
|
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
|
2021-01-21 18:07:13 +00:00
|
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
|
2019-07-20 10:26:52 +00:00
|
|
|
)
|
2020-01-19 06:41:05 +00:00
|
|
|
|
2020-07-29 19:56:56 +00:00
|
|
|
replace (
|
2021-03-23 18:14:15 +00:00
|
|
|
github.com/cockroachdb/cockroach-go/v2 => github.com/drakkan/cockroach-go/v2 v2.0.0-20210323085558-34fd3dc05ad2
|
2020-11-14 08:10:45 +00:00
|
|
|
github.com/jlaffaye/ftp => github.com/drakkan/ftp v0.0.0-20201114075148-9b9adce499a9
|
2021-03-24 12:32:20 +00:00
|
|
|
golang.org/x/crypto => github.com/drakkan/crypto v0.0.0-20210324082356-50c206558887
|
|
|
|
golang.org/x/net => github.com/drakkan/net v0.0.0-20210324113647-4e2c39621093
|
2020-07-29 19:56:56 +00:00
|
|
|
)
|