df828b6021
Hopefully fixes #746 Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
146 lines
6.5 KiB
Modula-2
146 lines
6.5 KiB
Modula-2
module github.com/drakkan/sftpgo/v2
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
cloud.google.com/go/storage v1.21.0
|
|
github.com/Azure/azure-sdk-for-go/sdk/azcore v0.22.0
|
|
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v0.3.0
|
|
github.com/GehirnInc/crypt v0.0.0-20200316065508-bb7000b8a962
|
|
github.com/alexedwards/argon2id v0.0.0-20211130144151-3585854a6387
|
|
github.com/aws/aws-sdk-go v1.43.11
|
|
github.com/cockroachdb/cockroach-go/v2 v2.2.8
|
|
github.com/coreos/go-oidc/v3 v3.1.0
|
|
github.com/eikenb/pipeat v0.0.0-20210730190139-06b3e6902001
|
|
github.com/fclairamb/ftpserverlib v0.17.1-0.20220302132530-f366fc1586cb
|
|
github.com/fclairamb/go-log v0.2.0
|
|
github.com/go-chi/chi/v5 v5.0.8-0.20220103230436-7dbe9a0bd10f
|
|
github.com/go-chi/jwtauth/v5 v5.0.2
|
|
github.com/go-chi/render v1.0.1
|
|
github.com/go-sql-driver/mysql v1.6.0
|
|
github.com/golang/mock v1.6.0
|
|
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
|
|
github.com/google/uuid v1.3.0
|
|
github.com/grandcat/zeroconf v1.0.0
|
|
github.com/hashicorp/go-hclog v1.1.0
|
|
github.com/hashicorp/go-plugin v1.4.3
|
|
github.com/hashicorp/go-retryablehttp v0.7.0
|
|
github.com/jlaffaye/ftp v0.0.0-20201112195030-9aae4d151126
|
|
github.com/klauspost/compress v1.15.0
|
|
github.com/lestrrat-go/jwx v1.2.20
|
|
github.com/lib/pq v1.10.4
|
|
github.com/lithammer/shortuuid/v3 v3.0.7
|
|
github.com/mattn/go-sqlite3 v1.14.12
|
|
github.com/mhale/smtpd v0.8.0
|
|
github.com/minio/sio v0.3.0
|
|
github.com/otiai10/copy v1.7.0
|
|
github.com/pires/go-proxyproto v0.6.2
|
|
github.com/pkg/sftp v1.13.5-0.20220303113417-dcfc1d5e4162
|
|
github.com/pquerna/otp v1.3.0
|
|
github.com/prometheus/client_golang v1.12.1
|
|
github.com/rs/cors v1.8.2
|
|
github.com/rs/xid v1.3.0
|
|
github.com/rs/zerolog v1.26.2-0.20220227173336-263b0bde3672
|
|
github.com/sftpgo/sdk v0.1.1-0.20220303113613-e279f0a57712
|
|
github.com/shirou/gopsutil/v3 v3.22.2
|
|
github.com/spf13/afero v1.8.1
|
|
github.com/spf13/cobra v1.3.0
|
|
github.com/spf13/viper v1.10.1
|
|
github.com/stretchr/testify v1.7.0
|
|
github.com/studio-b12/gowebdav v0.0.0-20220128162035-c7b1ff8a5e62
|
|
github.com/unrolled/secure v1.10.0
|
|
github.com/wagslane/go-password-validator v0.3.0
|
|
github.com/xhit/go-simple-mail/v2 v2.11.0
|
|
github.com/yl2chen/cidranger v1.0.3-0.20210928021809-d1cb2c52f37a
|
|
go.etcd.io/bbolt v1.3.6
|
|
go.uber.org/automaxprocs v1.4.0
|
|
gocloud.dev v0.24.0
|
|
golang.org/x/crypto v0.0.0-20220214200702-86341886e292
|
|
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd
|
|
golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b
|
|
golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9
|
|
golang.org/x/time v0.0.0-20220224211638-0e9765cccd65
|
|
google.golang.org/api v0.70.0
|
|
gopkg.in/natefinch/lumberjack.v2 v2.0.0
|
|
)
|
|
|
|
require (
|
|
cloud.google.com/go v0.100.2 // indirect
|
|
cloud.google.com/go/compute v1.5.0 // indirect
|
|
cloud.google.com/go/iam v0.3.0 // indirect
|
|
github.com/Azure/azure-sdk-for-go/sdk/internal v0.9.1 // indirect
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/boombuler/barcode v1.0.1 // indirect
|
|
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
|
|
github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
|
github.com/coreos/go-systemd/v22 v22.3.3-0.20220203105225-a9a7ef127534 // indirect
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect
|
|
github.com/fatih/color v1.13.0 // indirect
|
|
github.com/fsnotify/fsnotify v1.5.1 // indirect
|
|
github.com/go-ole/go-ole v1.2.6 // indirect
|
|
github.com/go-test/deep v1.0.8 // indirect
|
|
github.com/goccy/go-json v0.9.5 // indirect
|
|
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/google/go-cmp v0.5.7 // indirect
|
|
github.com/googleapis/gax-go/v2 v2.1.1 // indirect
|
|
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
|
|
github.com/hashicorp/hcl v1.0.0 // indirect
|
|
github.com/hashicorp/yamux v0.0.0-20211028200310-0bc27b27de87 // indirect
|
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
|
github.com/jmespath/go-jmespath v0.4.0 // indirect
|
|
github.com/klauspost/cpuid/v2 v2.0.11 // indirect
|
|
github.com/kr/fs v0.1.0 // indirect
|
|
github.com/lestrrat-go/backoff/v2 v2.0.8 // indirect
|
|
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
|
|
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
|
|
github.com/magiconair/properties v1.8.6 // indirect
|
|
github.com/mattn/go-colorable v0.1.12 // indirect
|
|
github.com/mattn/go-isatty v0.0.14 // indirect
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
|
|
github.com/miekg/dns v1.1.46 // indirect
|
|
github.com/minio/sha256-simd v1.0.0 // indirect
|
|
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
|
|
github.com/mitchellh/mapstructure v1.4.3 // indirect
|
|
github.com/oklog/run v1.1.0 // indirect
|
|
github.com/pelletier/go-toml v1.9.4 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/power-devops/perfstat v0.0.0-20220216144756-c35f1ee13d7c // indirect
|
|
github.com/prometheus/client_model v0.2.0 // indirect
|
|
github.com/prometheus/common v0.32.1 // indirect
|
|
github.com/prometheus/procfs v0.7.3 // indirect
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
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
|
|
github.com/tklauser/go-sysconf v0.3.10 // indirect
|
|
github.com/tklauser/numcpus v0.4.0 // indirect
|
|
github.com/toorop/go-dkim v0.0.0-20201103131630-e1cd1a0a5208 // indirect
|
|
github.com/yusufpapurcu/wmi v1.2.2 // indirect
|
|
go.opencensus.io v0.23.0 // indirect
|
|
golang.org/x/mod v0.5.1 // indirect
|
|
golang.org/x/text v0.3.7 // indirect
|
|
golang.org/x/tools v0.1.9 // indirect
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
|
google.golang.org/appengine v1.6.7 // indirect
|
|
google.golang.org/genproto v0.0.0-20220304144024-325a89244dc8 // indirect
|
|
google.golang.org/grpc v1.44.0 // indirect
|
|
google.golang.org/protobuf v1.27.1 // indirect
|
|
gopkg.in/ini.v1 v1.66.4 // indirect
|
|
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
|
|
)
|
|
|
|
replace (
|
|
github.com/jlaffaye/ftp => github.com/drakkan/ftp v0.0.0-20201114075148-9b9adce499a9
|
|
golang.org/x/crypto => github.com/drakkan/crypto v0.0.0-20220215181150-74469fa99b22
|
|
golang.org/x/net => github.com/drakkan/net v0.0.0-20220130095023-bd85f1236c34
|
|
)
|