aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-03-31 10:41:09 -0700
committerGitHub <noreply@github.com>2025-03-31 10:41:09 -0700
commitda4a63cf6139147761b09522b59d2d3317ccac25 (patch)
tree38eadbf71cd87e55a20d85a6e46793ecc427a62b /go.mod
parentba3afd18037919861470f99a3554bd4c20c1d95c (diff)
downloadseaweedfs-da4a63cf6139147761b09522b59d2d3317ccac25.tar.xz
seaweedfs-da4a63cf6139147761b09522b59d2d3317ccac25.zip
chore(deps): bump github.com/linxGnu/grocksdb from 1.9.8 to 1.9.9 (#6680)
Bumps [github.com/linxGnu/grocksdb](https://github.com/linxGnu/grocksdb) from 1.9.8 to 1.9.9. - [Release notes](https://github.com/linxGnu/grocksdb/releases) - [Commits](https://github.com/linxGnu/grocksdb/compare/v1.9.8...v1.9.9) --- updated-dependencies: - dependency-name: github.com/linxGnu/grocksdb dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod6
1 files changed, 3 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index f7787952f..5eb0f5a0d 100644
--- a/go.mod
+++ b/go.mod
@@ -2,7 +2,7 @@ module github.com/seaweedfs/seaweedfs
go 1.23.0
-toolchain go1.23.5
+toolchain go1.24.1
require (
cloud.google.com/go v0.118.3 // indirect
@@ -58,7 +58,7 @@ require (
github.com/klauspost/reedsolomon v1.12.4
github.com/kurin/blazer v0.5.3
github.com/lib/pq v1.10.9
- github.com/linxGnu/grocksdb v1.9.8
+ github.com/linxGnu/grocksdb v1.9.9
github.com/magiconair/properties v1.8.7 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/mattn/go-ieproxy v0.0.11 // indirect
@@ -149,6 +149,7 @@ require (
github.com/redis/go-redis/v9 v9.7.3
github.com/schollz/progressbar/v3 v3.18.0
github.com/shirou/gopsutil/v3 v3.24.5
+ github.com/tarantool/go-tarantool/v2 v2.3.0
github.com/tikv/client-go/v2 v2.0.7
github.com/ydb-platform/ydb-go-sdk-auth-environ v0.5.0
github.com/ydb-platform/ydb-go-sdk/v3 v3.104.1
@@ -327,7 +328,6 @@ require (
github.com/subosito/gotenv v1.6.0 // indirect
github.com/t3rm1n4l/go-mega v0.0.0-20241213150454-ec0027fb0002 // indirect
github.com/tarantool/go-iproto v1.1.0 // indirect
- github.com/tarantool/go-tarantool/v2 v2.3.0 // indirect
github.com/tiancaiamao/gp v0.0.0-20221230034425-4025bc8a4d4a // indirect
github.com/tikv/pd/client v0.0.0-20230329114254-1948c247c2b1 // indirect
github.com/tinylib/msgp v1.1.8 // indirect