mirror of
https://github.com/rclone/rclone.git
synced 2024-11-25 09:41:44 +08:00
c979cde002
As an extra security feature some FTP servers (eg FileZilla) require that the data connection re-use the same TLS connection as the control connection. This is a good thing for security. The message "TLS session of data connection not resumed" means that it was not done. The problem turned out to be that rclone was re-using the TLS session cache between concurrent connections so the resumed TLS data connection could from any of the control connections. This patch makes each TLS connection have its own session cache which should fix the problem. This also reverts the ftp library to the upstream version which now contains all of our patches. Fixes #7234
174 lines
7.9 KiB
Modula-2
174 lines
7.9 KiB
Modula-2
module github.com/rclone/rclone
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
bazil.org/fuse v0.0.0-20221209211307-2abb8038c751
|
|
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.7.0
|
|
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.3.0
|
|
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.1.0
|
|
github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358
|
|
github.com/Max-Sum/base32768 v0.0.0-20230304063302-18e6ce5945fd
|
|
github.com/Unknwon/goconfig v1.0.0
|
|
github.com/a8m/tree v0.0.0-20230208161321-36ae24ddad15
|
|
github.com/aalpar/deheap v0.0.0-20210914013432-0cc84d79dec3
|
|
github.com/abbot/go-http-auth v0.4.0
|
|
github.com/anacrolix/dms v1.6.0
|
|
github.com/anacrolix/log v0.14.1
|
|
github.com/atotto/clipboard v0.1.4
|
|
github.com/aws/aws-sdk-go v1.44.311
|
|
github.com/buengese/sgzip v0.1.1
|
|
github.com/colinmarc/hdfs/v2 v2.4.0
|
|
github.com/coreos/go-semver v0.3.1
|
|
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf
|
|
github.com/dop251/scsu v0.0.0-20220106150536-84ac88021d00
|
|
github.com/dropbox/dropbox-sdk-go-unofficial/v6 v6.0.5
|
|
github.com/gabriel-vasile/mimetype v1.4.2
|
|
github.com/gdamore/tcell/v2 v2.6.0
|
|
github.com/go-chi/chi/v5 v5.0.10
|
|
github.com/google/uuid v1.3.0
|
|
github.com/hanwen/go-fuse/v2 v2.3.0
|
|
github.com/henrybear327/Proton-API-Bridge v0.0.0-20230725204219-611ec433f83c
|
|
github.com/henrybear327/go-proton-api v0.0.0-20230725203741-316f1b3227a9
|
|
github.com/hirochachacha/go-smb2 v1.1.0
|
|
github.com/iguanesolutions/go-systemd/v5 v5.1.1
|
|
github.com/jcmturner/gokrb5/v8 v8.4.4
|
|
github.com/jlaffaye/ftp v0.2.0
|
|
github.com/jzelinskie/whirlpool v0.0.0-20201016144138-0675e54bb004
|
|
github.com/klauspost/compress v1.16.7
|
|
github.com/koofr/go-httpclient v0.0.0-20230225102643-5d51a2e9dea6
|
|
github.com/koofr/go-koofrclient v0.0.0-20221207135200-cbd7fc9ad6a6
|
|
github.com/mattn/go-colorable v0.1.13
|
|
github.com/mattn/go-runewidth v0.0.15
|
|
github.com/mitchellh/go-homedir v1.1.0
|
|
github.com/moby/sys/mountinfo v0.6.2
|
|
github.com/ncw/go-acd v0.0.0-20201019170801-fe55f33415b1
|
|
github.com/ncw/swift/v2 v2.0.2
|
|
github.com/oracle/oci-go-sdk/v65 v65.45.0
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
|
github.com/pkg/sftp v1.13.6-0.20230213180117-971c283182b6
|
|
github.com/pmezard/go-difflib v1.0.0
|
|
github.com/prometheus/client_golang v1.15.1
|
|
github.com/putdotio/go-putio/putio v0.0.0-20200123120452-16d982cac2b8
|
|
github.com/rfjakob/eme v1.1.2
|
|
github.com/rivo/uniseg v0.4.4
|
|
github.com/shirou/gopsutil/v3 v3.23.6
|
|
github.com/sirupsen/logrus v1.9.3
|
|
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
|
|
github.com/spf13/cobra v1.7.0
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/stretchr/testify v1.8.4
|
|
github.com/t3rm1n4l/go-mega v0.0.0-20230228171823-a01a2cda13ca
|
|
github.com/winfsp/cgofuse v1.5.1-0.20221118130120-84c0898ad2e0
|
|
github.com/xanzy/ssh-agent v0.3.3
|
|
github.com/youmark/pkcs8 v0.0.0-20201027041543-1326539a0a0a
|
|
github.com/yunify/qingstor-sdk-go/v3 v3.2.0
|
|
go.etcd.io/bbolt v1.3.7
|
|
goftp.io/server v1.0.0-rc1
|
|
golang.org/x/crypto v0.11.0
|
|
golang.org/x/net v0.12.0
|
|
golang.org/x/oauth2 v0.10.0
|
|
golang.org/x/sync v0.3.0
|
|
golang.org/x/sys v0.10.0
|
|
golang.org/x/text v0.11.0
|
|
golang.org/x/time v0.3.0
|
|
google.golang.org/api v0.134.0
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
storj.io/uplink v1.11.0
|
|
)
|
|
|
|
require (
|
|
cloud.google.com/go/compute v1.20.1 // indirect
|
|
cloud.google.com/go/compute/metadata v0.2.3 // indirect
|
|
github.com/Azure/azure-sdk-for-go/sdk/internal v1.3.0 // indirect
|
|
github.com/AzureAD/microsoft-authentication-library-for-go v1.0.0 // indirect
|
|
github.com/ProtonMail/bcrypt v0.0.0-20211005172633-e235017c1baf // indirect
|
|
github.com/ProtonMail/gluon v0.17.0 // indirect
|
|
github.com/ProtonMail/go-mime v0.0.0-20230322103455-7d82a3887f2f // indirect
|
|
github.com/ProtonMail/go-srp v0.0.7 // indirect
|
|
github.com/ProtonMail/gopenpgp/v2 v2.7.2 // indirect
|
|
github.com/PuerkitoBio/goquery v1.8.1 // indirect
|
|
github.com/anacrolix/generics v0.0.0-20230113004304-d6428d516633 // indirect
|
|
github.com/andybalholm/cascadia v1.3.2 // indirect
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/bradenaw/juniper v0.13.1 // indirect
|
|
github.com/calebcase/tmpfile v1.0.3 // indirect
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
|
github.com/cloudflare/circl v1.3.3 // indirect
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
|
|
github.com/cronokirby/saferith v0.33.0 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/emersion/go-message v0.16.0 // indirect
|
|
github.com/emersion/go-textwrapper v0.0.0-20200911093747-65d896831594 // indirect
|
|
github.com/emersion/go-vcard v0.0.0-20230626131229-38c18b295bbd // indirect
|
|
github.com/flynn/noise v1.0.0 // indirect
|
|
github.com/gdamore/encoding v1.0.0 // indirect
|
|
github.com/geoffgarside/ber v1.1.0 // indirect
|
|
github.com/go-ole/go-ole v1.2.6 // indirect
|
|
github.com/go-resty/resty/v2 v2.7.0 // indirect
|
|
github.com/gofrs/flock v0.8.1 // indirect
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
|
github.com/google/s2a-go v0.1.4 // indirect
|
|
github.com/googleapis/enterprise-certificate-proxy v0.2.5 // indirect
|
|
github.com/googleapis/gax-go/v2 v2.12.0 // indirect
|
|
github.com/hashicorp/errwrap v1.0.0 // indirect
|
|
github.com/hashicorp/go-multierror v1.1.1 // indirect
|
|
github.com/hashicorp/go-uuid v1.0.3 // indirect
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/jcmturner/aescts/v2 v2.0.0 // indirect
|
|
github.com/jcmturner/dnsutils/v2 v2.0.0 // indirect
|
|
github.com/jcmturner/gofork v1.7.6 // indirect
|
|
github.com/jcmturner/goidentity/v6 v6.0.1 // indirect
|
|
github.com/jcmturner/rpc/v2 v2.0.3 // indirect
|
|
github.com/jmespath/go-jmespath v0.4.0 // indirect
|
|
github.com/jtolio/eventkit v0.0.0-20221004135224-074cf276595b // indirect
|
|
github.com/jtolio/noiseconn v0.0.0-20230111204749-d7ec1a08b0b8 // indirect
|
|
github.com/klauspost/cpuid/v2 v2.2.4 // indirect
|
|
github.com/kr/fs v0.1.0 // indirect
|
|
github.com/kylelemons/godebug v1.1.0 // indirect
|
|
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
|
|
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
|
|
github.com/mattn/go-isatty v0.0.19 // indirect
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
|
|
github.com/pengsrc/go-shared v0.2.1-0.20190131101655-1999055a4a14 // indirect
|
|
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
|
|
github.com/prometheus/client_model v0.3.0 // indirect
|
|
github.com/prometheus/common v0.42.0 // indirect
|
|
github.com/prometheus/procfs v0.9.0 // indirect
|
|
github.com/relvacode/iso8601 v1.3.0 // indirect
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
github.com/shoenig/go-m1cpu v0.1.6 // indirect
|
|
github.com/sony/gobreaker v0.5.0 // indirect
|
|
github.com/spacemonkeygo/monkit/v3 v3.0.20-0.20230227152157-d00b379de191 // indirect
|
|
github.com/tklauser/go-sysconf v0.3.11 // indirect
|
|
github.com/tklauser/numcpus v0.6.0 // indirect
|
|
github.com/vivint/infectious v0.0.0-20200605153912-25a574ae18a3 // indirect
|
|
github.com/yusufpapurcu/wmi v1.2.3 // indirect
|
|
github.com/zeebo/blake3 v0.2.3 // indirect
|
|
github.com/zeebo/errs v1.3.0 // indirect
|
|
go.opencensus.io v0.24.0 // indirect
|
|
golang.org/x/exp v0.0.0-20230725093048-515e97ebf090 // indirect
|
|
google.golang.org/appengine v1.6.7 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20230720185612-659f7aaaa771 // indirect
|
|
google.golang.org/grpc v1.56.2 // indirect
|
|
google.golang.org/protobuf v1.31.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
storj.io/common v0.0.0-20230602145716-d6ea82d58b3d // indirect
|
|
storj.io/drpc v0.0.33 // indirect
|
|
storj.io/picobuf v0.0.1 // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/Microsoft/go-winio v0.5.2 // indirect
|
|
github.com/ProtonMail/go-crypto v0.0.0-20230717121422-5aa5874ade95
|
|
github.com/golang-jwt/jwt/v4 v4.5.0
|
|
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
|
github.com/google/go-querystring v1.1.0 // indirect
|
|
github.com/pkg/xattr v0.4.9
|
|
golang.org/x/mobile v0.0.0-20230531173138-3c911d8e3eda
|
|
golang.org/x/term v0.10.0
|
|
)
|