aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-07-11 15:33:38 +0000
committerGitHub <noreply@github.com>2022-07-11 15:33:38 +0000
commit39e40664176d9a62fc53d49bef9e370dd448b16f (patch)
tree80aedad2f6618043da036be3c8c81999f34bebfd /go.mod
parent7929a50327afe495c1913d198958fb0b27d7bd67 (diff)
downloadseaweedfs-39e40664176d9a62fc53d49bef9e370dd448b16f.tar.xz
seaweedfs-39e40664176d9a62fc53d49bef9e370dd448b16f.zip
Bump github.com/ydb-platform/ydb-go-sdk/v3 from 3.27.0 to 3.28.0
Bumps [github.com/ydb-platform/ydb-go-sdk/v3](https://github.com/ydb-platform/ydb-go-sdk) from 3.27.0 to 3.28.0. - [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.27.0...v3.28.0) --- 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 8e74d6f65..3b05d8ec3 100644
--- a/go.mod
+++ b/go.mod
@@ -154,7 +154,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.27.0
+ github.com/ydb-platform/ydb-go-sdk/v3 v3.28.0
google.golang.org/grpc/security/advancedtls v0.0.0-20220622233350-5cdb09fa29c1
)