remove tikv, move its support to "tikv" branch

This commit is contained in:
Chris Lu
2020-03-11 20:59:00 -07:00
parent 9797420ac8
commit e85da50ad4
6 changed files with 8 additions and 494 deletions

View File

@@ -22,7 +22,6 @@ import (
_ "github.com/chrislusf/seaweedfs/weed/filer2/mysql"
_ "github.com/chrislusf/seaweedfs/weed/filer2/postgres"
_ "github.com/chrislusf/seaweedfs/weed/filer2/redis"
_ "github.com/chrislusf/seaweedfs/weed/filer2/tikv"
"github.com/chrislusf/seaweedfs/weed/glog"
"github.com/chrislusf/seaweedfs/weed/notification"
_ "github.com/chrislusf/seaweedfs/weed/notification/aws_sqs"