diff options
| author | Konstantin Lebedev <9497591+kmlebedev@users.noreply.github.com> | 2022-05-01 20:33:03 +0500 |
|---|---|---|
| committer | Konstantin Lebedev <9497591+kmlebedev@users.noreply.github.com> | 2022-05-01 20:33:03 +0500 |
| commit | 6a052f6ff222032ca9c089c97f1bb1b50a2e6ac3 (patch) | |
| tree | 42a6f0bbc24e6cc480c3efb926c6f567019e7b3a /go.mod | |
| parent | 275c3bb19cda3492ca987c24cd5a25c267a1eb46 (diff) | |
| download | seaweedfs-6a052f6ff222032ca9c089c97f1bb1b50a2e6ac3.tar.xz seaweedfs-6a052f6ff222032ca9c089c97f1bb1b50a2e6ac3.zip | |
ydb Sql interface
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -203,6 +203,8 @@ require ( github.com/spf13/pflag v1.0.5 // indirect github.com/subosito/gotenv v1.2.0 // indirect github.com/tinylib/msgp v1.1.6 // indirect + github.com/yandex-cloud/ydb-go-sdk/v2 v2.12.0 // indirect + github.com/ydb-platform/ydb-go-genproto v0.0.0-20220203104745-929cf9c248bc // indirect go.etcd.io/etcd/api/v3 v3.5.4 // indirect go.etcd.io/etcd/client/pkg/v3 v3.5.4 // indirect go.uber.org/atomic v1.9.0 // indirect |
