ES backended filer support kv ops.

This commit is contained in:
ruitao.liu
2020-09-04 15:40:13 +08:00
parent 0ddcc2a8f5
commit 83080b5e03
3 changed files with 61 additions and 5 deletions

1
go.mod
View File

@@ -27,7 +27,6 @@ require (
github.com/go-sql-driver/mysql v1.5.0
github.com/gocql/gocql v0.0.0-20190829130954-e163eff7a8c6
github.com/gogo/protobuf v1.2.2-0.20190730201129-28a6bbf47e48 // indirect
github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6 // indirect
github.com/golang/protobuf v1.4.2
github.com/google/btree v1.0.0
github.com/google/uuid v1.1.1