Skip to content

Commit 0f181a9

Browse files
committed
fix(deps): update module github.com/fclairamb/go-log to v0.5.0
1 parent e58ef15 commit 0f181a9

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

go.mod

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
module github.com/fclairamb/ftpserver
22

3-
go 1.19
3+
go 1.21
4+
5+
toolchain go1.22.3
46

57
require (
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

2224
require (

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1059,6 +1059,8 @@ github.com/fclairamb/go-log v0.0.0-20210717204555-d370617e3635/go.mod h1:iqmym8a
10591059
github.com/fclairamb/go-log v0.0.0-20210725225107-80efc81cb386/go.mod h1:iqmym8aI6xBbZXnZSPjElrmQrlEwjwEemOmIzKaTBM8=
10601060
github.com/fclairamb/go-log v0.4.1 h1:rLtdSG9x2pK41AIAnE8WYpl05xBJfw1ZyYxZaXFcBsM=
10611061
github.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=
10621064
github.com/franela/goblin v0.0.0-20200105215937-c9ffbefa60db/go.mod h1:7dvUGVsVBjqR7JHJk0brhHOZYGmfBYOrK0ZhYMEtBr4=
10631065
github.com/franela/goreq v0.0.0-20171204163338-bcd34c9993f8/go.mod h1:ZhphrRTfi2rbfLwlschooIH4+wKKDR4Pdxhh+TRoA20=
10641066
github.com/frankban/quicktest v1.14.3/go.mod h1:mgiwOwqx65TmIk1wJ6Q7wvnVMocbUorkibMOrVTHZps=

0 commit comments

Comments
 (0)