File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ The release improves compatibility with new Tarantool versions.
39
39
package-level variable decimalPrecision (#233 )
40
40
- Flaky test TestClientRequestObjectsWithContext (#244 )
41
41
- Flaky test multi/TestDisconnectAll (#234 )
42
+ - Build on macOS with Apple M1 (#260 )
42
43
43
44
## [ 1.9.0] - 2022-11-02
44
45
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ require (
9
9
github.com/pkg/errors v0.9.1 // indirect
10
10
github.com/shopspring/decimal v1.3.1
11
11
github.com/stretchr/testify v1.7.1 // indirect
12
- github.com/tarantool/go-openssl v0.0.8-0.20220711094538-d93c1eff4f49
12
+ github.com/tarantool/go-openssl v0.0.8-0.20230307065445-720eeb389195
13
13
google.golang.org/appengine v1.6.7 // indirect
14
14
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
15
15
gopkg.in/vmihailenco/msgpack.v2 v2.9.2
Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+
27
27
github.com/stretchr/testify v1.6.1 /go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg =
28
28
github.com/stretchr/testify v1.7.1 h1:5TQK59W5E3v0r2duFAb7P95B6hEeOyEnHRa8MjYSMTY =
29
29
github.com/stretchr/testify v1.7.1 /go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg =
30
- github.com/tarantool/go-openssl v0.0.8-0.20220711094538-d93c1eff4f49 h1:rZYYi1cI3QXZ3yRFZd2ItYM1XA2BaJqP0buDroMbjNo =
31
- github.com/tarantool/go-openssl v0.0.8-0.20220711094538-d93c1eff4f49 /go.mod h1:M7H4xYSbzqpW/ZRBMyH0eyqQBsnhAMfsYk5mv0yid7A =
30
+ github.com/tarantool/go-openssl v0.0.8-0.20230307065445-720eeb389195 h1:/AN3eUPsTlvF6W+Ng/8ZjnSU6o7L0H4Wb9GMks6RkzU =
31
+ github.com/tarantool/go-openssl v0.0.8-0.20230307065445-720eeb389195 /go.mod h1:M7H4xYSbzqpW/ZRBMyH0eyqQBsnhAMfsYk5mv0yid7A =
32
32
github.com/vmihailenco/msgpack/v5 v5.3.5 h1:5gO0H1iULLWGhs2H5tbAHIZTV8/cYafcFOr9znI5mJU =
33
33
github.com/vmihailenco/msgpack/v5 v5.3.5 /go.mod h1:7xyJ9e+0+9SaZT0Wt1RGleJXzli6Q/V5KbhBonMG9jc =
34
34
github.com/vmihailenco/tagparser/v2 v2.0.0 h1:y09buUbR+b5aycVFQs/g70pqKVZNBmxwAhO7/IwNM9g =
You can’t perform that action at this time.
0 commit comments