diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2019-07-31 19:31:46 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-31 19:31:46 -0700 |
| commit | 5c03614e589c6f925d1731d0dcfd7e64c6d707cf (patch) | |
| tree | d1f0cd7e7bc524ee425b894c82ba9b9b1ab3552f /go.mod | |
| parent | ca2b81a944b995fd7ffafdb7e0bf6eb8df1ecdcb (diff) | |
| parent | fc0498798bbf643f2894d62827bfd73400c112c6 (diff) | |
| download | seaweedfs-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.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
