aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2021-02-12 05:59:52 -0800
committerChris Lu <chris.lu@gmail.com>2021-02-12 05:59:52 -0800
commit7d9dc3c6a273e21d719605a650504a30e545b078 (patch)
treefdcecf9ba99f7a88cab976c6879c338408e26fc6 /go.mod
parent487e435679d6c8cc153b8ef048b8957478cd3d0c (diff)
downloadseaweedfs-7d9dc3c6a273e21d719605a650504a30e545b078.tar.xz
seaweedfs-7d9dc3c6a273e21d719605a650504a30e545b078.zip
use fasthttp lib to read
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod5
1 files changed, 3 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index e689ed4a5..a200370fd 100644
--- a/go.mod
+++ b/go.mod
@@ -3,7 +3,7 @@ module github.com/chrislusf/seaweedfs
go 1.12
require (
- cloud.google.com/go v0.58.0
+ cloud.google.com/go v0.58.0 // indirect
cloud.google.com/go/pubsub v1.3.1
cloud.google.com/go/storage v1.9.0
github.com/Azure/azure-amqp-common-go/v2 v2.1.0 // indirect
@@ -41,7 +41,7 @@ require (
github.com/grpc-ecosystem/grpc-gateway v1.11.0 // indirect
github.com/jcmturner/gofork v1.0.0 // indirect
github.com/json-iterator/go v1.1.10
- github.com/karlseguin/ccache v2.0.3+incompatible
+ github.com/karlseguin/ccache v2.0.3+incompatible // indirect
github.com/karlseguin/ccache/v2 v2.0.7
github.com/klauspost/compress v1.10.9 // indirect
github.com/klauspost/cpuid v1.2.1 // indirect
@@ -73,6 +73,7 @@ require (
github.com/tidwall/match v1.0.1
github.com/tsuna/gohbase v0.0.0-20201125011725-348991136365
github.com/valyala/bytebufferpool v1.0.0
+ github.com/valyala/fasthttp v1.20.0
github.com/viant/assertly v0.5.4 // indirect
github.com/viant/ptrie v0.3.0
github.com/viant/toolbox v0.33.2 // indirect