aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2023-12-07 08:13:46 -0800
committerchrislu <chris.lu@gmail.com>2023-12-07 08:13:46 -0800
commitc1a6e624e55a5b5dd57a21d02a6e91bb8a938dab (patch)
tree900ebfcd39f7eec21dde5b94d77754157f733253 /go.mod
parent5fe4c04a1a629d3d32b1d639cb28f9df4c7ae697 (diff)
parent43a5973a66052e63a2bcb609d198481ea508ca80 (diff)
downloadseaweedfs-c1a6e624e55a5b5dd57a21d02a6e91bb8a938dab.tar.xz
seaweedfs-c1a6e624e55a5b5dd57a21d02a6e91bb8a938dab.zip
Merge branch 'master' of https://github.com/seaweedfs/seaweedfs
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod18
1 files changed, 9 insertions, 9 deletions
diff --git a/go.mod b/go.mod
index 41fffa8aa..eb4122ad8 100644
--- a/go.mod
+++ b/go.mod
@@ -32,7 +32,7 @@ require (
github.com/fsnotify/fsnotify v1.6.0 // 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.10.0
+ github.com/go-redsync/redsync/v4 v4.11.0
github.com/go-sql-driver/mysql v1.7.1
github.com/go-zookeeper/zk v1.0.3 // indirect
github.com/gocql/gocql v1.6.0
@@ -110,14 +110,14 @@ require (
gocloud.dev v0.34.0
gocloud.dev/pubsub/natspubsub v0.34.0
gocloud.dev/pubsub/rabbitpubsub v0.34.0
- golang.org/x/crypto v0.14.0 // indirect
+ golang.org/x/crypto v0.16.0 // indirect
golang.org/x/exp v0.0.0-20230905200255-921286631fa9
- golang.org/x/image v0.12.0
- golang.org/x/net v0.17.0
+ golang.org/x/image v0.14.0
+ golang.org/x/net v0.19.0
golang.org/x/oauth2 v0.13.0 // indirect
- golang.org/x/sys v0.14.0
- golang.org/x/text v0.13.0 // indirect
- golang.org/x/tools v0.14.0
+ golang.org/x/sys v0.15.0
+ golang.org/x/text v0.14.0 // indirect
+ golang.org/x/tools v0.16.0
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
google.golang.org/api v0.150.0
google.golang.org/appengine v1.6.7 // indirect
@@ -321,9 +321,9 @@ require (
go.uber.org/atomic v1.11.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.24.0 // indirect
- golang.org/x/mod v0.13.0 // indirect
+ golang.org/x/mod v0.14.0 // indirect
golang.org/x/sync v0.5.0 // indirect
- golang.org/x/term v0.14.0 // indirect
+ golang.org/x/term v0.15.0 // indirect
golang.org/x/time v0.3.0 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20231016165738-49dd2c1f3d0b // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20231030173426-d783a09b4405 // indirect