aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorChris Lu <chrislusf@users.noreply.github.com>2022-05-05 15:34:37 -0700
committerGitHub <noreply@github.com>2022-05-05 15:34:37 -0700
commita69bf53405d703f29f7b8ca358c67840c2876499 (patch)
tree49b04327fc933d973d5eb872eec6446863467669 /go.mod
parentef6c6c450e1e062de1b0197ff0e1f83060c5f3b1 (diff)
parente6d2cb59111e73d97ecaf2c02d4a6d7d04f6fc3d (diff)
downloadseaweedfs-a69bf53405d703f29f7b8ca358c67840c2876499.tar.xz
seaweedfs-a69bf53405d703f29f7b8ca358c67840c2876499.zip
Merge pull request #2996 from kmlebedev/ydb
ydb filer store
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod12
1 files changed, 9 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index 09c393674..0ee247636 100644
--- a/go.mod
+++ b/go.mod
@@ -124,15 +124,15 @@ require (
golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4 // indirect
golang.org/x/exp v0.0.0-20220414153411-bcd21879b8fd
golang.org/x/image v0.0.0-20200119044424-58c23975cae1
- golang.org/x/net v0.0.0-20220412020605-290c469a71a5
+ golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4
golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5 // indirect
- golang.org/x/sys v0.0.0-20220422013727-9388b58f7150
+ golang.org/x/sys v0.0.0-20220502124256-b6088ccd6cba
golang.org/x/text v0.3.7 // indirect
golang.org/x/tools v0.1.8-0.20211029000441-d6a9af8af023
golang.org/x/xerrors v0.0.0-20220411194840-2f41105eb62f // indirect
google.golang.org/api v0.77.0
google.golang.org/appengine v1.6.7 // indirect
- google.golang.org/genproto v0.0.0-20220414192740-2d67ff6cf2b4 // indirect
+ google.golang.org/genproto v0.0.0-20220502173005-c8bf987b8c21 // indirect
google.golang.org/grpc v1.46.0
google.golang.org/protobuf v1.28.0
gopkg.in/inf.v0 v0.9.1 // indirect
@@ -203,6 +203,12 @@ 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/go-genproto v0.0.0-20211115083454-9ca41db5ed9e // indirect
+ github.com/ydb-platform/ydb-go-genproto v0.0.0-20220203104745-929cf9c248bc // indirect
+ github.com/ydb-platform/ydb-go-sdk-auth-environ v0.1.0 // indirect
+ github.com/ydb-platform/ydb-go-sdk/v3 v3.24.2 // indirect
+ github.com/ydb-platform/ydb-go-yc v0.6.1 // indirect
+ github.com/ydb-platform/ydb-go-yc-metadata v0.0.9 // 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