aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorChris Lu <chrislusf@users.noreply.github.com>2019-07-31 19:31:46 -0700
committerGitHub <noreply@github.com>2019-07-31 19:31:46 -0700
commit5c03614e589c6f925d1731d0dcfd7e64c6d707cf (patch)
treed1f0cd7e7bc524ee425b894c82ba9b9b1ab3552f /go.mod
parentca2b81a944b995fd7ffafdb7e0bf6eb8df1ecdcb (diff)
parentfc0498798bbf643f2894d62827bfd73400c112c6 (diff)
downloadseaweedfs-5c03614e589c6f925d1731d0dcfd7e64c6d707cf.tar.xz
seaweedfs-5c03614e589c6f925d1731d0dcfd7e64c6d707cf.zip
Merge pull request #1026 from fengye87/master
Add etcd filestore
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 1 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index f97d6413c..684db68cc 100644
--- a/go.mod
+++ b/go.mod
@@ -39,6 +39,7 @@ require (
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
+ go.etcd.io/etcd v3.3.13+incompatible
gocloud.dev v0.15.0
gocloud.dev/pubsub/natspubsub v0.15.0
gocloud.dev/pubsub/rabbitpubsub v0.15.0