diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2022-06-20 10:40:00 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-20 10:40:00 -0700 |
| commit | 0d22877df9177aa51b495314b138d7a9e75eb4a2 (patch) | |
| tree | 60ebe7afa7dec54cbcd6ede678cc0802feabc681 /go.mod | |
| parent | 758df5ade6cef8464430a563843e92bfdec0bc13 (diff) | |
| parent | 50d564216b41771596a45b16f9f7a8fb42344b8d (diff) | |
| download | seaweedfs-0d22877df9177aa51b495314b138d7a9e75eb4a2.tar.xz seaweedfs-0d22877df9177aa51b495314b138d7a9e75eb4a2.zip | |
Merge pull request #3209 from chrislusf/dependabot/go_modules/github.com/google/btree-1.1.2
Bump github.com/google/btree from 1.0.1 to 1.1.2
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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.2 github.com/google/go-cmp v0.5.8 // indirect github.com/google/uuid v1.3.0 github.com/google/wire v0.5.0 // indirect |
