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+
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
Original file line number Diff line number Diff line change 55require (
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
Original file line number Diff line number Diff line change @@ -57,6 +57,8 @@ github.com/stretchr/testify v1.7.0 h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5Cc
5757github.com/stretchr/testify v1.7.0 /go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg =
5858github.com/ydb-platform/ydb-go-genproto v0.0.0-20220203104745-929cf9c248bc h1:xvTP0fhYNm+Ws+xC34jzF9EdorPUKkucJr0TyybqVSk =
5959github.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 =
6062go.opentelemetry.io/proto/otlp v0.7.0 /go.mod h1:PqfVotwruBrMGOCsRd/89rSnXhoiJIqeYNgFYFoEGnI =
6163golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 /go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w =
6264golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 /go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto =
You can’t perform that action at this time.
0 commit comments