diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-12-23 22:08:41 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-12-23 22:08:41 -0800 |
| commit | 32955b04b83a8132624ee332427e05fd59a32e59 (patch) | |
| tree | 798d05c054958607bebbb305252ec1eba7d1676f | |
| parent | c3d1b3b5aa5aef8d69cd1254818c296238e0fe64 (diff) | |
| download | seaweedfs-32955b04b83a8132624ee332427e05fd59a32e59.tar.xz seaweedfs-32955b04b83a8132624ee332427e05fd59a32e59.zip | |
Update go.mod
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -68,7 +68,7 @@ require ( github.com/syndtr/goleveldb v1.0.0 github.com/tidwall/gjson v1.3.2 github.com/tidwall/match v1.0.1 - github.com/tsuna/gohbase v0.0.0-20201125011725-348991136365 // indirect + github.com/tsuna/gohbase v0.0.0-20201125011725-348991136365 github.com/valyala/bytebufferpool v1.0.0 github.com/viant/assertly v0.5.4 // indirect github.com/viant/ptrie v0.3.0 |
