aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-10-20 22:53:58 -0700
committerChris Lu <chris.lu@gmail.com>2020-10-20 22:53:58 -0700
commit59c6422777d8a6703865c8654eb215140cebd29b (patch)
tree0f47f2f8deb5ef05d745fa48620cf3482c3c0acd /go.mod
parent6e8c2bfdd03f46638e7f774adde00451eb35ce6d (diff)
downloadseaweedfs-59c6422777d8a6703865c8654eb215140cebd29b.tar.xz
seaweedfs-59c6422777d8a6703865c8654eb215140cebd29b.zip
a better byte buffer pool
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 1 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 2a65d47a1..a6af75ff4 100644
--- a/go.mod
+++ b/go.mod
@@ -70,6 +70,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/valyala/bytebufferpool v1.0.0
github.com/willf/bitset v1.1.10 // indirect
github.com/willf/bloom v2.0.3+incompatible
github.com/wsxiaoys/terminal v0.0.0-20160513160801-0940f3fc43a0 // indirect