diff options
| author | chrislu <chris.lu@gmail.com> | 2023-05-29 23:14:45 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2023-05-29 23:14:45 -0700 |
| commit | b0da8788a1294714d90f2f0dd6918b00a100ef6f (patch) | |
| tree | 79ff8d99aee97d9c9a5e32df8828ec646cb6a2db /go.mod | |
| parent | 68c3cf767c81bda1375f169fe89bef78059de4bf (diff) | |
| download | seaweedfs-b0da8788a1294714d90f2f0dd6918b00a100ef6f.tar.xz seaweedfs-b0da8788a1294714d90f2f0dd6918b00a100ef6f.zip | |
upgrade rocksdb versions
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -62,7 +62,7 @@ require ( github.com/klauspost/reedsolomon v1.11.7 github.com/kurin/blazer v0.5.3 github.com/lib/pq v1.10.9 - github.com/linxGnu/grocksdb v1.7.16 + github.com/linxGnu/grocksdb v1.8.0 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 |
