aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2019-10-02 12:06:03 -0700
committerChris Lu <chris.lu@gmail.com>2019-10-06 22:35:08 -0700
commitcf47f657af55e3c94b357f4c6519f0204aaae9f2 (patch)
tree30fd7b8c7b5a1c29a96286c3988d659f99914511 /go.mod
parent37e3da5e9c86509a47763aa43f2b66a11e902499 (diff)
downloadseaweedfs-cf47f657af55e3c94b357f4c6519f0204aaae9f2.tar.xz
seaweedfs-cf47f657af55e3c94b357f4c6519f0204aaae9f2.zip
scaffold for volume server query feature
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 ce4dce9ee..c9717b6ab 100644
--- a/go.mod
+++ b/go.mod
@@ -86,7 +86,7 @@ require (
github.com/streadway/amqp v0.0.0-20190827072141-edfb9018d271 // indirect
github.com/stretchr/testify v1.4.0 // indirect
github.com/syndtr/goleveldb v1.0.0
- github.com/tidwall/pretty v1.0.0 // indirect
+ github.com/tidwall/gjson v1.3.2
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