File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 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
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-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
Original file line number Diff line number Diff line change @@ -59,6 +59,8 @@ github.com/ydb-platform/ydb-go-genproto v0.0.0-20220203104745-929cf9c248bc h1:xv
5959github.com/ydb-platform/ydb-go-genproto v0.0.0-20220203104745-929cf9c248bc /go.mod h1:cc138nptTn9eKptCQl/grxP6pBKpo/bnXDiOxuVZtps =
6060github.com/ydb-platform/ydb-go-genproto v0.0.0-20220531051540-d27abccd0a81 h1:CFnDY9gsVe045+KfMg3GKh3r4zCp9PFa1YMcPLAFkfQ =
6161github.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 =
6264go.opentelemetry.io/proto/otlp v0.7.0 /go.mod h1:PqfVotwruBrMGOCsRd/89rSnXhoiJIqeYNgFYFoEGnI =
6365golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 /go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w =
6466golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 /go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto =
You can’t perform that action at this time.
0 commit comments