Skip to content

Commit 9e24a7b

Browse files
committed
* Updated the ydb-go-genproto dependency
1 parent 8e783cf commit 9e24a7b

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
* Updated the `ydb-go-genproto` dependency
2+
13
## v3.26.6
24
* Defined the `SerializableReadWrite` isolation level by default in `db.Table.DoTx(ctx, func(ctx, tx))`
35
* Updated the `ydb-go-genproto` dependency

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.13
55
require (
66
github.com/jonboulle/clockwork v0.2.2
77
github.com/stretchr/testify v1.7.0
8-
github.com/ydb-platform/ydb-go-genproto v0.0.0-20220531051540-d27abccd0a81
8+
github.com/ydb-platform/ydb-go-genproto v0.0.0-20220531094121-36ca6bddb9f7
99
google.golang.org/grpc v1.43.0
1010
google.golang.org/protobuf v1.27.1
1111
gopkg.in/yaml.v3 v3.0.0 // indirect

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ github.com/ydb-platform/ydb-go-genproto v0.0.0-20220203104745-929cf9c248bc h1:xv
5959
github.com/ydb-platform/ydb-go-genproto v0.0.0-20220203104745-929cf9c248bc/go.mod h1:cc138nptTn9eKptCQl/grxP6pBKpo/bnXDiOxuVZtps=
6060
github.com/ydb-platform/ydb-go-genproto v0.0.0-20220531051540-d27abccd0a81 h1:CFnDY9gsVe045+KfMg3GKh3r4zCp9PFa1YMcPLAFkfQ=
6161
github.com/ydb-platform/ydb-go-genproto v0.0.0-20220531051540-d27abccd0a81/go.mod h1:cc138nptTn9eKptCQl/grxP6pBKpo/bnXDiOxuVZtps=
62+
github.com/ydb-platform/ydb-go-genproto v0.0.0-20220531094121-36ca6bddb9f7 h1:S3bwscnat3pa188pvEuXDUstxPjCnGpn5bZJuRMkL+g=
63+
github.com/ydb-platform/ydb-go-genproto v0.0.0-20220531094121-36ca6bddb9f7/go.mod h1:cc138nptTn9eKptCQl/grxP6pBKpo/bnXDiOxuVZtps=
6264
go.opentelemetry.io/proto/otlp v0.7.0/go.mod h1:PqfVotwruBrMGOCsRd/89rSnXhoiJIqeYNgFYFoEGnI=
6365
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
6466
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=

0 commit comments

Comments
 (0)