diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2022-06-06 10:39:33 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-06 10:39:33 -0700 |
| commit | a99536d52387e16f135f1ce4366e70dfb2fad1e5 (patch) | |
| tree | 5964ac42597840167eabc163353655ebe0801dce /go.mod | |
| parent | ae3a1c023595e2df34fe1d230a64895412ec3d0a (diff) | |
| parent | 05c52306899420f837bce2b19fdf60c88d751129 (diff) | |
| download | seaweedfs-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.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.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 |
