aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorChris Lu <chrislusf@users.noreply.github.com>2020-09-03 20:10:23 -0700
committerGitHub <noreply@github.com>2020-09-03 20:10:23 -0700
commitf815fce81b060448001f3539a7188aa3602d5544 (patch)
treef0c48e8c2aeb6b778d14ca3bdeb28b7274a5e2d8 /go.mod
parent44b4ebf0ff440c9c5afa4a3e8e91bca61cc3d636 (diff)
parent798280e98003fac50faf057057b2568268a9d566 (diff)
downloadseaweedfs-f815fce81b060448001f3539a7188aa3602d5544.tar.xz
seaweedfs-f815fce81b060448001f3539a7188aa3602d5544.zip
Merge pull request #1446 from taozix/master
new filer store option to es7.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 2 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index cdb951f9c..69092fd88 100644
--- a/go.mod
+++ b/go.mod
@@ -36,6 +36,7 @@ require (
github.com/grpc-ecosystem/grpc-gateway v1.11.0 // indirect
github.com/hashicorp/golang-lru v0.5.3 // 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/expect v1.0.1 // indirect
github.com/klauspost/compress v1.10.9
@@ -48,6 +49,7 @@ require (
github.com/mattn/go-ieproxy v0.0.0-20190805055040-f9202b1cfdeb // indirect
github.com/mattn/go-runewidth v0.0.4 // indirect
github.com/nats-io/nats-server/v2 v2.0.4 // indirect
+ github.com/olivere/elastic/v7 v7.0.19
github.com/onsi/ginkgo v1.10.1 // indirect
github.com/onsi/gomega v1.7.0 // indirect
github.com/peterh/liner v1.1.0