Skip to content

Commit 540ffbb

Browse files
authored
Merge pull request #270 from ydb-platform/genproto
* Updated the genproto dependency
2 parents d1c8147 + 3476cf4 commit 540ffbb

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1+
* Updated the genproto dependency
2+
13
## v3.26.5
24
* Disabled the `KeepInCache` policy for queries without params
35

46
## v3.26.4
5-
* Update indirect dependency to `gopkg.in/yaml.v3`
7+
* Updated the indirect dependency to `gopkg.in/yaml.v3`
68

79
## v3.26.3
810
* Removed `Deprecated` mark from `table/session.Prepare` method

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-20220203104745-929cf9c248bc
8+
github.com/ydb-platform/ydb-go-genproto v0.0.0-20220531051540-d27abccd0a81
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
@@ -57,6 +57,8 @@ github.com/stretchr/testify v1.7.0 h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5Cc
5757
github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
5858
github.com/ydb-platform/ydb-go-genproto v0.0.0-20220203104745-929cf9c248bc h1:xvTP0fhYNm+Ws+xC34jzF9EdorPUKkucJr0TyybqVSk=
5959
github.com/ydb-platform/ydb-go-genproto v0.0.0-20220203104745-929cf9c248bc/go.mod h1:cc138nptTn9eKptCQl/grxP6pBKpo/bnXDiOxuVZtps=
60+
github.com/ydb-platform/ydb-go-genproto v0.0.0-20220531051540-d27abccd0a81 h1:CFnDY9gsVe045+KfMg3GKh3r4zCp9PFa1YMcPLAFkfQ=
61+
github.com/ydb-platform/ydb-go-genproto v0.0.0-20220531051540-d27abccd0a81/go.mod h1:cc138nptTn9eKptCQl/grxP6pBKpo/bnXDiOxuVZtps=
6062
go.opentelemetry.io/proto/otlp v0.7.0/go.mod h1:PqfVotwruBrMGOCsRd/89rSnXhoiJIqeYNgFYFoEGnI=
6163
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
6264
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=

0 commit comments

Comments
 (0)