aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-02-10 09:13:29 -0800
committerChris Lu <chris.lu@gmail.com>2020-02-10 09:13:29 -0800
commit58f126fd27bb2f366f76f42223b93ba3b31a0bd8 (patch)
treec4f784566db4689691c6824cde08a32a798cb5d5 /go.mod
parent29945fad51320deb7c72f57d1c7a84bcc51429da (diff)
downloadseaweedfs-58f126fd27bb2f366f76f42223b93ba3b31a0bd8.tar.xz
seaweedfs-58f126fd27bb2f366f76f42223b93ba3b31a0bd8.zip
HEAD operation changes to fasthttp
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 48879fd8c..0bf76980e 100644
--- a/go.mod
+++ b/go.mod
@@ -36,7 +36,6 @@ require (
github.com/jcmturner/gofork v1.0.0 // indirect
github.com/karlseguin/ccache v2.0.3+incompatible
github.com/karlseguin/expect v1.0.1 // indirect
- github.com/klauspost/cpuid v1.2.1 // indirect
github.com/klauspost/crc32 v1.2.0
github.com/klauspost/reedsolomon v1.9.2
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
@@ -76,6 +75,7 @@ require (
github.com/uber-go/atomic v1.4.0 // indirect
github.com/uber/jaeger-client-go v2.17.0+incompatible // indirect
github.com/uber/jaeger-lib v2.0.0+incompatible // indirect
+ github.com/valyala/fasthttp v1.9.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