aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-02-20 12:22:40 -0800
committerGitHub <noreply@github.com>2023-02-20 12:22:40 -0800
commita554419e457d2b22cc15f1005f270e37cbe7ffef (patch)
tree3b28dbe717475ebc1e0a410fbd35e2df33579cad /go.mod
parent28c36913b4fac8c4a25cddc38064dd8aa537b20c (diff)
downloadseaweedfs-a554419e457d2b22cc15f1005f270e37cbe7ffef.tar.xz
seaweedfs-a554419e457d2b22cc15f1005f270e37cbe7ffef.zip
build(deps): bump github.com/ydb-platform/ydb-go-sdk/v3 from 3.42.6 to 3.42.10 (#4231)
build(deps): bump github.com/ydb-platform/ydb-go-sdk/v3 Bumps [github.com/ydb-platform/ydb-go-sdk/v3](https://github.com/ydb-platform/ydb-go-sdk) from 3.42.6 to 3.42.10. - [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.42.6...v3.42.10) --- updated-dependencies: - dependency-name: github.com/ydb-platform/ydb-go-sdk/v3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.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 fb555412b..125c9c661 100644
--- a/go.mod
+++ b/go.mod
@@ -151,7 +151,7 @@ require (
github.com/schollz/progressbar/v3 v3.13.0
github.com/tikv/client-go/v2 v2.0.5
github.com/ydb-platform/ydb-go-sdk-auth-environ v0.1.2
- github.com/ydb-platform/ydb-go-sdk/v3 v3.42.6
+ github.com/ydb-platform/ydb-go-sdk/v3 v3.42.10
google.golang.org/grpc/security/advancedtls v0.0.0-20220622233350-5cdb09fa29c1
)