diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-02-10 13:43:53 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-02-10 13:43:53 -0800 |
| commit | 33b3bd467cfa222a910d0298bf3e2a77428ce843 (patch) | |
| tree | 9a4e1db86dd5f26ea831c4af2be1d9cac7e75990 /go.mod | |
| parent | 58f126fd27bb2f366f76f42223b93ba3b31a0bd8 (diff) | |
| download | seaweedfs-33b3bd467cfa222a910d0298bf3e2a77428ce843.tar.xz seaweedfs-33b3bd467cfa222a910d0298bf3e2a77428ce843.zip | |
Revert "HEAD operation changes to fasthttp"
This reverts commit 58f126fd27bb2f366f76f42223b93ba3b31a0bd8.
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,6 +36,7 @@ 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 @@ -75,7 +76,6 @@ 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 |
