aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorChris Lu <chrislusf@users.noreply.github.com>2022-06-06 10:39:33 -0700
committerGitHub <noreply@github.com>2022-06-06 10:39:33 -0700
commita99536d52387e16f135f1ce4366e70dfb2fad1e5 (patch)
tree5964ac42597840167eabc163353655ebe0801dce /go.mod
parentae3a1c023595e2df34fe1d230a64895412ec3d0a (diff)
parent05c52306899420f837bce2b19fdf60c88d751129 (diff)
downloadseaweedfs-a99536d52387e16f135f1ce4366e70dfb2fad1e5.tar.xz
seaweedfs-a99536d52387e16f135f1ce4366e70dfb2fad1e5.zip
Merge pull request #3143 from chrislusf/dependabot/go_modules/github.com/google/btree-1.1.1
Bump github.com/google/btree from 1.0.1 to 1.1.1
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 4841b2c20..d6afd65f0 100644
--- a/go.mod
+++ b/go.mod
@@ -45,7 +45,7 @@ require (
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/protobuf v1.5.2
github.com/golang/snappy v0.0.4 // indirect
- github.com/google/btree v1.0.1
+ github.com/google/btree v1.1.1
github.com/google/go-cmp v0.5.8 // indirect
github.com/google/uuid v1.3.0
github.com/google/wire v0.5.0 // indirect