2021-06-26 05:31:41 +00:00
|
|
|
module github.com/drakkan/sftpgo/v2
|
2019-07-20 10:26:52 +00:00
|
|
|
|
2021-08-18 12:39:56 +00:00
|
|
|
go 1.17
|
2019-07-20 10:26:52 +00:00
|
|
|
|
|
|
|
require (
|
2022-02-06 15:46:43 +00:00
|
|
|
cloud.google.com/go/storage v1.20.0
|
2021-07-03 16:07:55 +00:00
|
|
|
github.com/Azure/azure-storage-blob-go v0.14.0
|
2020-09-04 19:08:09 +00:00
|
|
|
github.com/GehirnInc/crypt v0.0.0-20200316065508-bb7000b8a962
|
2021-11-30 19:32:10 +00:00
|
|
|
github.com/alexedwards/argon2id v0.0.0-20211130144151-3585854a6387
|
2022-02-17 17:22:27 +00:00
|
|
|
github.com/aws/aws-sdk-go v1.43.0
|
2022-02-13 13:30:20 +00:00
|
|
|
github.com/cockroachdb/cockroach-go/v2 v2.2.8
|
|
|
|
github.com/coreos/go-oidc/v3 v3.1.0
|
2021-06-05 14:07:09 +00:00
|
|
|
github.com/eikenb/pipeat v0.0.0-20210603033007-44fc3ffce52b
|
2022-02-13 13:30:20 +00:00
|
|
|
github.com/fclairamb/ftpserverlib v0.17.1-0.20220212161409-5157f18d716f
|
2021-12-29 17:11:00 +00:00
|
|
|
github.com/fclairamb/go-log v0.2.0
|
2022-01-04 08:48:16 +00:00
|
|
|
github.com/go-chi/chi/v5 v5.0.8-0.20220103230436-7dbe9a0bd10f
|
2021-09-25 10:20:31 +00:00
|
|
|
github.com/go-chi/jwtauth/v5 v5.0.2
|
2019-07-20 10:26:52 +00:00
|
|
|
github.com/go-chi/render v1.0.1
|
2021-04-04 20:32:25 +00:00
|
|
|
github.com/go-sql-driver/mysql v1.6.0
|
2021-07-28 22:32:55 +00:00
|
|
|
github.com/golang/mock v1.6.0
|
2020-02-14 15:17:32 +00:00
|
|
|
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
|
2021-11-06 13:13:20 +00:00
|
|
|
github.com/google/uuid v1.3.0
|
2020-01-31 22:26:56 +00:00
|
|
|
github.com/grandcat/zeroconf v1.0.0
|
2022-01-13 17:48:08 +00:00
|
|
|
github.com/hashicorp/go-hclog v1.1.0
|
2021-09-08 10:29:47 +00:00
|
|
|
github.com/hashicorp/go-plugin v1.4.3
|
2021-05-03 12:43:53 +00:00
|
|
|
github.com/hashicorp/go-retryablehttp v0.7.0
|
2020-11-14 08:10:45 +00:00
|
|
|
github.com/jlaffaye/ftp v0.0.0-20201112195030-9aae4d151126
|
2022-02-17 17:22:27 +00:00
|
|
|
github.com/klauspost/compress v1.14.3
|
2022-01-30 10:42:36 +00:00
|
|
|
github.com/lestrrat-go/jwx v1.2.18
|
2021-11-13 12:25:43 +00:00
|
|
|
github.com/lib/pq v1.10.4
|
2021-08-17 16:08:32 +00:00
|
|
|
github.com/lithammer/shortuuid/v3 v3.0.7
|
2022-01-30 10:42:36 +00:00
|
|
|
github.com/mattn/go-sqlite3 v1.14.11
|
2021-10-02 20:25:41 +00:00
|
|
|
github.com/mhale/smtpd v0.8.0
|
2021-05-10 09:34:01 +00:00
|
|
|
github.com/minio/sio v0.3.0
|
2021-11-13 12:25:43 +00:00
|
|
|
github.com/otiai10/copy v1.7.0
|
2021-09-08 10:29:47 +00:00
|
|
|
github.com/pires/go-proxyproto v0.6.1
|
2022-01-30 10:42:36 +00:00
|
|
|
github.com/pkg/sftp v1.13.5-0.20220119192800-7d25d533c9a3
|
2021-09-04 10:11:04 +00:00
|
|
|
github.com/pquerna/otp v1.3.0
|
2022-01-30 10:42:36 +00:00
|
|
|
github.com/prometheus/client_golang v1.12.1
|
2021-12-25 11:08:07 +00:00
|
|
|
github.com/rs/cors v1.8.2
|
2021-04-04 20:32:25 +00:00
|
|
|
github.com/rs/xid v1.3.0
|
2022-02-03 16:55:36 +00:00
|
|
|
github.com/rs/zerolog v1.26.2-0.20220203140311-fc26014bd4e1
|
2022-02-01 11:15:56 +00:00
|
|
|
github.com/sftpgo/sdk v0.0.0-20220201111021-563c373f8012
|
2022-02-03 16:55:36 +00:00
|
|
|
github.com/shirou/gopsutil/v3 v3.22.1
|
2022-02-06 15:46:43 +00:00
|
|
|
github.com/spf13/afero v1.8.1
|
2021-12-16 17:18:36 +00:00
|
|
|
github.com/spf13/cobra v1.3.0
|
|
|
|
github.com/spf13/viper v1.10.1
|
2021-01-21 18:07:13 +00:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2022-01-30 10:42:36 +00:00
|
|
|
github.com/studio-b12/gowebdav v0.0.0-20220128162035-c7b1ff8a5e62
|
2022-02-17 17:22:27 +00:00
|
|
|
github.com/unrolled/secure v1.10.0
|
2021-08-06 16:56:07 +00:00
|
|
|
github.com/wagslane/go-password-validator v0.3.0
|
2021-09-26 18:25:37 +00:00
|
|
|
github.com/xhit/go-simple-mail/v2 v2.10.0
|
2021-12-31 12:42:03 +00:00
|
|
|
github.com/yl2chen/cidranger v1.0.3-0.20210928021809-d1cb2c52f37a
|
2021-06-05 14:07:09 +00:00
|
|
|
go.etcd.io/bbolt v1.3.6
|
2021-02-03 21:36:13 +00:00
|
|
|
go.uber.org/automaxprocs v1.4.0
|
2021-09-04 10:11:04 +00:00
|
|
|
gocloud.dev v0.24.0
|
2022-02-15 18:19:25 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20220214200702-86341886e292
|
2022-01-30 10:42:36 +00:00
|
|
|
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd
|
2022-02-13 13:30:20 +00:00
|
|
|
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
|
|
|
|
golang.org/x/sys v0.0.0-20220209214540-3681064d5158
|
|
|
|
golang.org/x/time v0.0.0-20220210224613-90d013bbcef8
|
2022-02-16 15:05:56 +00:00
|
|
|
google.golang.org/api v0.69.0
|
2019-07-20 10:26:52 +00:00
|
|
|
gopkg.in/natefinch/lumberjack.v2 v2.0.0
|
|
|
|
)
|
2020-01-19 06:41:05 +00:00
|
|
|
|
2021-08-18 12:39:56 +00:00
|
|
|
require (
|
2022-01-06 17:09:49 +00:00
|
|
|
cloud.google.com/go v0.100.2 // indirect
|
2022-02-15 18:19:25 +00:00
|
|
|
cloud.google.com/go/compute v1.3.0 // indirect
|
|
|
|
cloud.google.com/go/iam v0.2.0 // indirect
|
2021-08-18 12:39:56 +00:00
|
|
|
github.com/Azure/azure-pipeline-go v0.2.3 // indirect
|
|
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
2021-09-04 10:11:04 +00:00
|
|
|
github.com/boombuler/barcode v1.0.1 // indirect
|
2021-08-18 12:39:56 +00:00
|
|
|
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
|
2021-09-04 10:11:04 +00:00
|
|
|
github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
2022-02-03 16:55:36 +00:00
|
|
|
github.com/coreos/go-systemd/v22 v22.3.3-0.20220203105225-a9a7ef127534 // indirect
|
2021-08-18 12:39:56 +00:00
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect
|
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2021-11-06 13:13:20 +00:00
|
|
|
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect
|
|
|
|
github.com/fatih/color v1.13.0 // indirect
|
2021-09-04 10:11:04 +00:00
|
|
|
github.com/fsnotify/fsnotify v1.5.1 // indirect
|
2021-10-16 08:32:18 +00:00
|
|
|
github.com/go-ole/go-ole v1.2.6 // indirect
|
2022-01-30 10:42:36 +00:00
|
|
|
github.com/goccy/go-json v0.9.4 // indirect
|
2021-08-18 12:39:56 +00:00
|
|
|
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
|
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
2022-01-20 17:19:20 +00:00
|
|
|
github.com/google/go-cmp v0.5.7 // indirect
|
2021-09-18 08:50:17 +00:00
|
|
|
github.com/googleapis/gax-go/v2 v2.1.1 // indirect
|
2021-11-06 13:13:20 +00:00
|
|
|
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
|
2021-08-18 12:39:56 +00:00
|
|
|
github.com/hashicorp/hcl v1.0.0 // indirect
|
2021-11-06 13:13:20 +00:00
|
|
|
github.com/hashicorp/yamux v0.0.0-20211028200310-0bc27b27de87 // indirect
|
2021-08-18 12:39:56 +00:00
|
|
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
|
|
|
github.com/jmespath/go-jmespath v0.4.0 // indirect
|
2022-02-08 11:43:08 +00:00
|
|
|
github.com/klauspost/cpuid/v2 v2.0.11 // indirect
|
2021-08-18 12:39:56 +00:00
|
|
|
github.com/kr/fs v0.1.0 // indirect
|
2021-11-06 13:13:20 +00:00
|
|
|
github.com/lestrrat-go/backoff/v2 v2.0.8 // indirect
|
2021-08-18 12:39:56 +00:00
|
|
|
github.com/lestrrat-go/blackmagic v1.0.0 // indirect
|
|
|
|
github.com/lestrrat-go/httpcc v1.0.0 // indirect
|
|
|
|
github.com/lestrrat-go/iter v1.0.1 // indirect
|
|
|
|
github.com/lestrrat-go/option v1.0.0 // indirect
|
2021-11-06 13:13:20 +00:00
|
|
|
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
|
2021-08-18 12:39:56 +00:00
|
|
|
github.com/magiconair/properties v1.8.5 // indirect
|
2021-11-25 11:45:09 +00:00
|
|
|
github.com/mattn/go-colorable v0.1.12 // indirect
|
2022-02-01 11:15:56 +00:00
|
|
|
github.com/mattn/go-ieproxy v0.0.3 // indirect
|
2021-11-06 13:13:20 +00:00
|
|
|
github.com/mattn/go-isatty v0.0.14 // indirect
|
2021-08-18 12:39:56 +00:00
|
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
|
2022-02-08 11:43:08 +00:00
|
|
|
github.com/miekg/dns v1.1.46 // indirect
|
2021-08-18 12:39:56 +00:00
|
|
|
github.com/minio/sha256-simd v1.0.0 // indirect
|
2021-11-06 13:13:20 +00:00
|
|
|
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
|
2021-12-03 18:33:37 +00:00
|
|
|
github.com/mitchellh/mapstructure v1.4.3 // indirect
|
2021-11-06 13:13:20 +00:00
|
|
|
github.com/oklog/run v1.1.0 // indirect
|
2021-09-08 10:29:47 +00:00
|
|
|
github.com/pelletier/go-toml v1.9.4 // indirect
|
2021-08-18 12:39:56 +00:00
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2022-02-17 17:22:27 +00:00
|
|
|
github.com/power-devops/perfstat v0.0.0-20220216144756-c35f1ee13d7c // indirect
|
2021-08-18 12:39:56 +00:00
|
|
|
github.com/prometheus/client_model v0.2.0 // indirect
|
2021-11-06 13:13:20 +00:00
|
|
|
github.com/prometheus/common v0.32.1 // indirect
|
2021-08-18 12:39:56 +00:00
|
|
|
github.com/prometheus/procfs v0.7.3 // indirect
|
2021-11-06 13:13:20 +00:00
|
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
2021-08-18 12:39:56 +00:00
|
|
|
github.com/spf13/cast v1.4.1 // indirect
|
|
|
|
github.com/spf13/jwalterweatherman v1.1.0 // indirect
|
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
|
|
github.com/subosito/gotenv v1.2.0 // indirect
|
2021-09-04 10:11:04 +00:00
|
|
|
github.com/tklauser/go-sysconf v0.3.9 // indirect
|
2022-02-03 16:55:36 +00:00
|
|
|
github.com/tklauser/numcpus v0.4.0 // indirect
|
2021-12-03 18:33:37 +00:00
|
|
|
github.com/yusufpapurcu/wmi v1.2.2 // indirect
|
2021-08-18 12:39:56 +00:00
|
|
|
go.opencensus.io v0.23.0 // indirect
|
2021-12-25 11:08:07 +00:00
|
|
|
golang.org/x/mod v0.5.1 // indirect
|
2021-08-18 12:39:56 +00:00
|
|
|
golang.org/x/text v0.3.7 // indirect
|
2022-01-30 10:42:36 +00:00
|
|
|
golang.org/x/tools v0.1.9 // indirect
|
2021-08-18 12:39:56 +00:00
|
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
|
|
|
google.golang.org/appengine v1.6.7 // indirect
|
2022-02-17 17:22:27 +00:00
|
|
|
google.golang.org/genproto v0.0.0-20220217155828-d576998c0009 // indirect
|
2022-01-30 10:42:36 +00:00
|
|
|
google.golang.org/grpc v1.44.0 // indirect
|
2022-01-06 10:54:43 +00:00
|
|
|
google.golang.org/protobuf v1.27.1 // indirect
|
2022-02-13 13:30:20 +00:00
|
|
|
gopkg.in/ini.v1 v1.66.4 // indirect
|
|
|
|
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
|
2021-08-18 12:39:56 +00:00
|
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
|
|
|
|
)
|
|
|
|
|
2020-07-29 19:56:56 +00:00
|
|
|
replace (
|
2021-08-05 16:38:15 +00:00
|
|
|
github.com/eikenb/pipeat => github.com/drakkan/pipeat v0.0.0-20210805162858-70e57fa8a639
|
2020-11-14 08:10:45 +00:00
|
|
|
github.com/jlaffaye/ftp => github.com/drakkan/ftp v0.0.0-20201114075148-9b9adce499a9
|
2022-02-15 18:19:25 +00:00
|
|
|
golang.org/x/crypto => github.com/drakkan/crypto v0.0.0-20220215181150-74469fa99b22
|
2022-01-30 10:42:36 +00:00
|
|
|
golang.org/x/net => github.com/drakkan/net v0.0.0-20220130095023-bd85f1236c34
|
2020-07-29 19:56:56 +00:00
|
|
|
)
|