diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2022-03-23 12:25:59 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-23 12:25:59 -0700 |
| commit | b807b64e587bd8acf83f2e81ab37e2b76bca9d00 (patch) | |
| tree | 39d942406cbeec2655235bbf91ded3ca305d2d04 /go.mod | |
| parent | b8837cb5faa4a01cc3bff1943cf9638b848b78cc (diff) | |
| parent | 3e47d282fc5bc5a5c44407785b06c84d8ba10f55 (diff) | |
| download | seaweedfs-b807b64e587bd8acf83f2e81ab37e2b76bca9d00.tar.xz seaweedfs-b807b64e587bd8acf83f2e81ab37e2b76bca9d00.zip | |
Merge pull request #2797 from chrislusf/dependabot/go_modules/github.com/fclairamb/ftpserverlib-0.17.0
Bump github.com/fclairamb/ftpserverlib from 0.8.0 to 0.17.0
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -32,7 +32,7 @@ require ( github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 // indirect github.com/facebookgo/stats v0.0.0-20151006221625-1b76add642e4 github.com/facebookgo/subset v0.0.0-20200203212716-c811ad88dec4 // indirect - github.com/fclairamb/ftpserverlib v0.8.0 + github.com/fclairamb/ftpserverlib v0.17.0 github.com/frankban/quicktest v1.7.2 // indirect github.com/fsnotify/fsnotify v1.5.1 // indirect github.com/go-errors/errors v1.1.1 // indirect @@ -68,7 +68,6 @@ require ( github.com/klauspost/compress v1.13.6 // indirect github.com/klauspost/cpuid v1.2.1 // indirect github.com/klauspost/reedsolomon v1.9.2 - github.com/konsorten/go-windows-terminal-sequences v1.0.3 // indirect github.com/kurin/blazer v0.5.3 github.com/lib/pq v1.10.2 github.com/linxGnu/grocksdb v1.6.38 @@ -80,9 +79,8 @@ require ( github.com/mitchellh/mapstructure v1.4.1 // indirect github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect github.com/modern-go/reflect2 v1.0.2 // indirect - github.com/nats-io/jwt v1.0.1 // indirect - github.com/nats-io/nats.go v1.10.0 // indirect - github.com/nats-io/nkeys v0.2.0 // indirect + github.com/nats-io/nats.go v1.11.0 // indirect + github.com/nats-io/nkeys v0.3.0 // indirect github.com/nats-io/nuid v1.0.1 // indirect github.com/olivere/elastic/v7 v7.0.19 github.com/pelletier/go-toml v1.7.0 // indirect @@ -99,9 +97,9 @@ require ( github.com/rcrowley/go-metrics v0.0.0-20190826022208-cac0b30c2563 // indirect github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0 // indirect github.com/seaweedfs/goexif v1.0.2 - github.com/sirupsen/logrus v1.6.0 // indirect + github.com/sirupsen/logrus v1.8.1 // indirect github.com/spaolacci/murmur3 v1.1.0 // indirect - github.com/spf13/afero v1.6.0 // indirect + github.com/spf13/afero v1.7.0 // indirect github.com/spf13/cast v1.3.0 // indirect github.com/spf13/jwalterweatherman v1.1.0 // indirect github.com/spf13/viper v1.4.0 @@ -128,7 +126,7 @@ require ( gocloud.dev v0.24.0 gocloud.dev/pubsub/natspubsub v0.20.0 gocloud.dev/pubsub/rabbitpubsub v0.24.0 - golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect + golang.org/x/crypto v0.0.0-20211108221036-ceb1ce70b4fa // indirect golang.org/x/image v0.0.0-20200119044424-58c23975cae1 golang.org/x/net v0.0.0-20210825183410-e898025ed96a golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f // indirect @@ -177,7 +175,9 @@ require ( github.com/aws/aws-sdk-go-v2/service/sts v1.7.0 // indirect github.com/aws/smithy-go v1.8.0 // indirect github.com/d4l3k/messagediff v1.2.1 // indirect + github.com/fclairamb/go-log v0.1.0 // indirect github.com/gogo/protobuf v1.3.2 // indirect + github.com/googleapis/google-cloud-go-testing v0.0.0-20200911160855-bcd43fbb19e8 // indirect github.com/jcmturner/aescts/v2 v2.0.0 // indirect github.com/jcmturner/dnsutils/v2 v2.0.0 // indirect github.com/jcmturner/goidentity/v6 v6.0.1 // indirect |
