diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2022-08-01 08:51:35 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-01 08:51:35 -0700 |
| commit | 0e441b48a631242a3dc899ca211f0d0ae9b3dc13 (patch) | |
| tree | 0d90ce6edfc3d42059c1ad517932e4ea7403b08f /go.mod | |
| parent | ed5b08c2846ebfb10acb8a80350d396c387a9df8 (diff) | |
| parent | 7235410b57ab982c32ef1c08b1f8d32fd4b502ca (diff) | |
| download | seaweedfs-0e441b48a631242a3dc899ca211f0d0ae9b3dc13.tar.xz seaweedfs-0e441b48a631242a3dc899ca211f0d0ae9b3dc13.zip | |
Merge pull request #3392 from seaweedfs/dependabot/go_modules/github.com/fclairamb/ftpserverlib-0.19.0
Bump github.com/fclairamb/ftpserverlib from 0.18.0 to 0.19.0
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -27,7 +27,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.18.0 + github.com/fclairamb/ftpserverlib v0.19.0 github.com/fsnotify/fsnotify v1.5.4 // indirect github.com/go-errors/errors v1.1.1 // indirect github.com/go-redis/redis/v8 v8.11.5 @@ -86,7 +86,7 @@ require ( github.com/seaweedfs/goexif v2.0.0+incompatible github.com/seaweedfs/raft v1.1.0 github.com/sirupsen/logrus v1.8.1 // indirect - github.com/spf13/afero v1.8.2 // indirect + github.com/spf13/afero v1.9.2 // indirect github.com/spf13/cast v1.5.0 // indirect github.com/spf13/jwalterweatherman v1.1.0 // indirect github.com/spf13/viper v1.12.0 @@ -118,7 +118,7 @@ require ( golang.org/x/image v0.0.0-20200119044424-58c23975cae1 golang.org/x/net v0.0.0-20220708220712-1185a9018129 golang.org/x/oauth2 v0.0.0-20220622183110-fd043fe589d2 // indirect - golang.org/x/sys v0.0.0-20220624220833-87e55d714810 + golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10 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-20220609144429-65e65417b02f // indirect |
