ydb-go-sdk move to v3

This commit is contained in:
Konstantin Lebedev
2022-05-02 02:07:47 +05:00
parent 21033ff4c3
commit 50c4f62ed4
10 changed files with 257 additions and 383 deletions

View File

@@ -38,6 +38,7 @@ import (
_ "github.com/chrislusf/seaweedfs/weed/filer/redis2"
_ "github.com/chrislusf/seaweedfs/weed/filer/redis3"
_ "github.com/chrislusf/seaweedfs/weed/filer/sqlite"
_ "github.com/chrislusf/seaweedfs/weed/filer/ydb"
"github.com/chrislusf/seaweedfs/weed/glog"
"github.com/chrislusf/seaweedfs/weed/notification"
_ "github.com/chrislusf/seaweedfs/weed/notification/aws_sqs"