File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11module github.com/fclairamb/ftpserver
22
3- go 1.19
3+ go 1.21
4+
5+ toolchain go1.22.3
46
57require (
68 github.com/aws/aws-sdk-go v1.53.11
@@ -9,14 +11,14 @@ require (
911 github.com/fclairamb/afero-s3 v0.3.1
1012 github.com/fclairamb/afero-snd v0.1.0
1113 github.com/fclairamb/ftpserverlib v0.23.0
12- github.com/fclairamb/go-log v0.4.1
14+ github.com/fclairamb/go-log v0.5.0
1315 github.com/go-mail/mail v2.3.1+incompatible
1416 github.com/pkg/sftp v1.13.6
1517 github.com/spf13/afero v1.11.0
1618 github.com/tidwall/sjson v1.2.5
17- gopkg.in/telebot.v3 v3.2.1
1819 golang.org/x/crypto v0.23.0
1920 golang.org/x/oauth2 v0.20.0
21+ gopkg.in/telebot.v3 v3.2.1
2022)
2123
2224require (
Original file line number Diff line number Diff line change @@ -1059,6 +1059,8 @@ github.com/fclairamb/go-log v0.0.0-20210717204555-d370617e3635/go.mod h1:iqmym8a
10591059github.com/fclairamb/go-log v0.0.0-20210725225107-80efc81cb386 /go.mod h1:iqmym8aI6xBbZXnZSPjElrmQrlEwjwEemOmIzKaTBM8 =
10601060github.com/fclairamb/go-log v0.4.1 h1:rLtdSG9x2pK41AIAnE8WYpl05xBJfw1ZyYxZaXFcBsM =
10611061github.com/fclairamb/go-log v0.4.1 /go.mod h1:sw1KvnkZ4wKCYkvy4SL3qVZcJSWFP8Ure4pM3z+KNn4 =
1062+ github.com/fclairamb/go-log v0.5.0 h1:Gz9wSamEaA6lta4IU2cjJc2xSq5sV5VYSB5w/SUHhVc =
1063+ github.com/fclairamb/go-log v0.5.0 /go.mod h1:XoRO1dYezpsGmLLkZE9I+sHqpqY65p8JA+Vqblb7k40 =
10621064github.com/franela/goblin v0.0.0-20200105215937-c9ffbefa60db /go.mod h1:7dvUGVsVBjqR7JHJk0brhHOZYGmfBYOrK0ZhYMEtBr4 =
10631065github.com/franela/goreq v0.0.0-20171204163338-bcd34c9993f8 /go.mod h1:ZhphrRTfi2rbfLwlschooIH4+wKKDR4Pdxhh+TRoA20 =
10641066github.com/frankban/quicktest v1.14.3 /go.mod h1:mgiwOwqx65TmIk1wJ6Q7wvnVMocbUorkibMOrVTHZps =
You can’t perform that action at this time.
0 commit comments