Skip to content

Commit 0975367

Browse files
maksim.konovalovKaymeKaydex
authored andcommitted
Bump go-tarantool from v2.3.0 to v2.3.1
1 parent 46a1ac8 commit 0975367

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
CHANGES:
44
* Slog provider moved to providers directory.
55
* More strict check of vshard.storage.call response.
6+
* Bump go-tarantool from v2.3.0 to v2.3.1.
67

78
## v2.0.5
89

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/snksoft/crc v1.1.0
99
github.com/spf13/viper v1.19.0
1010
github.com/stretchr/testify v1.10.0
11-
github.com/tarantool/go-tarantool/v2 v2.3.0
11+
github.com/tarantool/go-tarantool/v2 v2.3.1
1212
github.com/vmihailenco/msgpack/v5 v5.4.1
1313
go.etcd.io/etcd/client/v2 v2.305.17
1414
go.etcd.io/etcd/client/v3 v3.5.17

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,8 @@ github.com/tarantool/go-tarantool/v2 v2.2.1 h1:ldzMVfkmTuJl4ie3ByMIr+mmPSKDVTcSk
352352
github.com/tarantool/go-tarantool/v2 v2.2.1/go.mod h1:hKKeZeCP8Y8+U6ZFS32ot1jHV/n4WKVP4fjRAvQznMY=
353353
github.com/tarantool/go-tarantool/v2 v2.3.0 h1:oLEWqQ5rQGT05JdSPaKXNSJyqCXTN7oDWgS11WPlAgk=
354354
github.com/tarantool/go-tarantool/v2 v2.3.0/go.mod h1:hKKeZeCP8Y8+U6ZFS32ot1jHV/n4WKVP4fjRAvQznMY=
355+
github.com/tarantool/go-tarantool/v2 v2.3.1 h1:Man7wssU7hpzqj6pEJwaLhpuR1rk5aguwafHrrh3sHk=
356+
github.com/tarantool/go-tarantool/v2 v2.3.1/go.mod h1:MTbhdjFc3Jl63Lgi/UJr5D+QbT+QegqOzsNJGmaw7VM=
355357
github.com/tmc/grpc-websocket-proxy v0.0.0-20201229170055-e5319fda7802 h1:uruHq4dN7GR16kFc5fp3d1RIYzJW5onx8Ybykw2YQFA=
356358
github.com/tmc/grpc-websocket-proxy v0.0.0-20201229170055-e5319fda7802/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U=
357359
github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926/go.mod h1:9ESjWnEqriFuLhtthL60Sar/7RFoluCcXsuvEwTV5KM=

0 commit comments

Comments
 (0)