File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ * Updated the genproto dependency
2
+
1
3
## v3.26.5
2
4
* Disabled the ` KeepInCache ` policy for queries without params
3
5
4
6
## v3.26.4
5
- * Update indirect dependency to ` gopkg.in/yaml.v3 `
7
+ * Updated the indirect dependency to ` gopkg.in/yaml.v3 `
6
8
7
9
## v3.26.3
8
10
* Removed ` Deprecated ` mark from ` table/session.Prepare ` method
Original file line number Diff line number Diff line change 5
5
require (
6
6
github.com/jonboulle/clockwork v0.2.2
7
7
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
9
9
google.golang.org/grpc v1.43.0
10
10
google.golang.org/protobuf v1.27.1
11
11
gopkg.in/yaml.v3 v3.0.0 // indirect
Original file line number Diff line number Diff line change @@ -57,6 +57,8 @@ github.com/stretchr/testify v1.7.0 h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5Cc
57
57
github.com/stretchr/testify v1.7.0 /go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg =
58
58
github.com/ydb-platform/ydb-go-genproto v0.0.0-20220203104745-929cf9c248bc h1:xvTP0fhYNm+Ws+xC34jzF9EdorPUKkucJr0TyybqVSk =
59
59
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 =
60
62
go.opentelemetry.io/proto/otlp v0.7.0 /go.mod h1:PqfVotwruBrMGOCsRd/89rSnXhoiJIqeYNgFYFoEGnI =
61
63
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 /go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w =
62
64
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 /go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto =
You can’t perform that action at this time.
0 commit comments