diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2022-05-02 10:49:38 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-02 10:49:38 -0700 |
| commit | 4db70080b1d12ccfc1ccde6c96fc94b6e9a34fb3 (patch) | |
| tree | 3d394049114e2c7152add9c9688656688f45c478 /go.mod | |
| parent | 80752afff3d72fe2773a6838a848bfb2cec9f47c (diff) | |
| parent | da656a54ba557d0bf3f945e8ceb06b14a0415a69 (diff) | |
| download | seaweedfs-4db70080b1d12ccfc1ccde6c96fc94b6e9a34fb3.tar.xz seaweedfs-4db70080b1d12ccfc1ccde6c96fc94b6e9a34fb3.zip | |
Merge pull request #3003 from chrislusf/dependabot/go_modules/github.com/fclairamb/ftpserverlib-0.18.0
Bump github.com/fclairamb/ftpserverlib from 0.17.0 to 0.18.0
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -32,13 +32,13 @@ 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.17.0 + github.com/fclairamb/ftpserverlib v0.18.0 github.com/fsnotify/fsnotify v1.5.1 // indirect github.com/go-errors/errors v1.1.1 // indirect github.com/go-redis/redis/v8 v8.11.5 github.com/go-redsync/redsync/v4 v4.5.0 github.com/go-sql-driver/mysql v1.6.0 - github.com/go-stack/stack v1.8.0 // indirect + github.com/go-stack/stack v1.8.1 // indirect github.com/go-zookeeper/zk v1.0.2 // indirect github.com/gocql/gocql v0.0.0-20210707082121-9a3953d1826d github.com/golang-jwt/jwt v3.2.2+incompatible @@ -126,7 +126,7 @@ require ( golang.org/x/image v0.0.0-20200119044424-58c23975cae1 golang.org/x/net v0.0.0-20220412020605-290c469a71a5 golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5 // indirect - golang.org/x/sys v0.0.0-20220412211240-33da011f77ad + golang.org/x/sys v0.0.0-20220422013727-9388b58f7150 golang.org/x/text v0.3.7 // indirect golang.org/x/tools v0.1.8-0.20211029000441-d6a9af8af023 golang.org/x/xerrors v0.0.0-20220411194840-2f41105eb62f // indirect @@ -178,7 +178,7 @@ require ( github.com/boltdb/bolt v1.3.1 // indirect github.com/d4l3k/messagediff v1.2.1 // indirect github.com/fatih/color v1.13.0 // indirect - github.com/fclairamb/go-log v0.1.0 // indirect + github.com/fclairamb/go-log v0.3.0 // indirect github.com/gogo/protobuf v1.3.2 // indirect github.com/googleapis/go-type-adapters v1.0.0 // indirect github.com/hashicorp/go-hclog v1.2.0 // indirect |
