aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-07-25 15:21:25 +0000
committerGitHub <noreply@github.com>2022-07-25 15:21:25 +0000
commit2ae80c43800e0e45624a61ed0f4496c28ca59c60 (patch)
tree21f087be3a14f78e99853176d44e67b76b26ef97 /go.mod
parent578eb8f39ab5804d86658d9064f3736a3f82f473 (diff)
downloadseaweedfs-2ae80c43800e0e45624a61ed0f4496c28ca59c60.tar.xz
seaweedfs-2ae80c43800e0e45624a61ed0f4496c28ca59c60.zip
Bump github.com/ydb-platform/ydb-go-sdk/v3 from 3.28.3 to 3.29.5
Bumps [github.com/ydb-platform/ydb-go-sdk/v3](https://github.com/ydb-platform/ydb-go-sdk) from 3.28.3 to 3.29.5. - [Release notes](https://github.com/ydb-platform/ydb-go-sdk/releases) - [Changelog](https://github.com/ydb-platform/ydb-go-sdk/blob/master/CHANGELOG.md) - [Commits](https://github.com/ydb-platform/ydb-go-sdk/compare/v3.28.3...v3.29.5) --- updated-dependencies: - dependency-name: github.com/ydb-platform/ydb-go-sdk/v3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 90ec2acf5..6f3c44fd8 100644
--- a/go.mod
+++ b/go.mod
@@ -153,7 +153,7 @@ require (
github.com/hashicorp/raft-boltdb v0.0.0-20220329195025-15018e9b97e0
github.com/tikv/client-go/v2 v2.0.1
github.com/ydb-platform/ydb-go-sdk-auth-environ v0.1.2
- github.com/ydb-platform/ydb-go-sdk/v3 v3.28.3
+ github.com/ydb-platform/ydb-go-sdk/v3 v3.29.5
google.golang.org/grpc/security/advancedtls v0.0.0-20220622233350-5cdb09fa29c1
)