File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ require (
1212 github.com/fclairamb/afero-gdrive v0.3.0
1313 github.com/fclairamb/afero-s3 v0.3.1
1414 github.com/fclairamb/afero-snd v0.2.0
15- github.com/fclairamb/ftpserverlib v0.28 .0
15+ github.com/fclairamb/ftpserverlib v0.29 .0
1616 github.com/go-crypt/crypt v0.4.7
1717 github.com/go-mail/mail v2.3.1+incompatible
1818 github.com/pkg/sftp v1.13.10
@@ -82,7 +82,7 @@ require (
8282 github.com/jmespath/go-jmespath v0.4.0 // indirect
8383 github.com/kr/fs v0.1.0 // indirect
8484 golang.org/x/net v0.48.0 // indirect
85- golang.org/x/sys v0.39 .0 // indirect
85+ golang.org/x/sys v0.40 .0 // indirect
8686 golang.org/x/text v0.32.0 // indirect
8787 google.golang.org/grpc v1.78.0 // indirect
8888 google.golang.org/protobuf v1.36.11 // indirect
Original file line number Diff line number Diff line change @@ -198,6 +198,8 @@ github.com/fclairamb/afero-snd v0.2.0 h1:UwsAGhe5GZdHvYvUYm8k3yMiZxYCztk9Z6dysSq
198198github.com/fclairamb/afero-snd v0.2.0 /go.mod h1:8Dm99lI8gX4IxVtQW6jLrpl+sB+W0B0H4IcXdu+ePwg =
199199github.com/fclairamb/ftpserverlib v0.28.0 h1:SdQYxxpAM6Y+FGffKAHCcPxLIdagNOCqOmY1WXYJfe0 =
200200github.com/fclairamb/ftpserverlib v0.28.0 /go.mod h1:oiQyZ8h8P5zuZhIkZ+SdZvU69gSHZZVuKdhIdZ+RSxI =
201+ github.com/fclairamb/ftpserverlib v0.29.0 h1:L1aDauId6SKhcfeEjxV+yvJI9LL7T2wmbGTATp0UKb8 =
202+ github.com/fclairamb/ftpserverlib v0.29.0 /go.mod h1:voqpAdd4U6fOwnJx8FayVcfKpOCL5qM355I9UmIyLmE =
201203github.com/fclairamb/go-log v0.0.0-20210717204555-d370617e3635 /go.mod h1:iqmym8aI6xBbZXnZSPjElrmQrlEwjwEemOmIzKaTBM8 =
202204github.com/fclairamb/go-log v0.0.0-20210725225107-80efc81cb386 /go.mod h1:iqmym8aI6xBbZXnZSPjElrmQrlEwjwEemOmIzKaTBM8 =
203205github.com/fclairamb/go-log v0.6.0 h1:1V7BJ75P2PvanLHRyGBBFjncB6d4AgEmu+BPWKbMkaU =
@@ -839,6 +841,8 @@ golang.org/x/sys v0.0.0-20220502124256-b6088ccd6cba/go.mod h1:oPkhp1MJrh7nUepCBc
839841golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
840842golang.org/x/sys v0.39.0 h1:CvCKL8MeisomCi6qNZ+wbb0DN9E5AATixKsvNtMoMFk =
841843golang.org/x/sys v0.39.0 /go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks =
844+ golang.org/x/sys v0.40.0 h1:DBZZqJ2Rkml6QMQsZywtnjnnGvHza6BTfYFWY9kjEWQ =
845+ golang.org/x/sys v0.40.0 /go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks =
842846golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 /go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo =
843847golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 /go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8 =
844848golang.org/x/term v0.38.0 h1:PQ5pkm/rLO6HnxFR7N2lJHOZX6Kez5Y1gDSJla6jo7Q =
You can’t perform that action at this time.
0 commit comments