aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-08-26 09:20:49 -0700
committerGitHub <noreply@github.com>2024-08-26 09:20:49 -0700
commita528346cbe3cc78e73a03778e734e71a6667ae75 (patch)
treea3e23c61ad0e83229e2df9e8ead076f5e05cb7e9 /go.mod
parent3b7bb62e38fed29235d292cdc76f7d92b8a89b52 (diff)
downloadseaweedfs-a528346cbe3cc78e73a03778e734e71a6667ae75.tar.xz
seaweedfs-a528346cbe3cc78e73a03778e734e71a6667ae75.zip
chore(deps): bump github.com/google/btree from 1.1.2 to 1.1.3 (#5940)
Bumps [github.com/google/btree](https://github.com/google/btree) from 1.1.2 to 1.1.3. - [Commits](https://github.com/google/btree/compare/v1.1.2...v1.1.3) --- updated-dependencies: - dependency-name: github.com/google/btree 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.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index ea3d3556a..8304a566f 100644
--- a/go.mod
+++ b/go.mod
@@ -36,7 +36,7 @@ require (
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/protobuf v1.5.4
github.com/golang/snappy v0.0.4 // indirect
- github.com/google/btree v1.1.2
+ github.com/google/btree v1.1.3
github.com/google/uuid v1.6.0
github.com/google/wire v0.6.0 // indirect
github.com/googleapis/gax-go/v2 v2.13.0 // indirect