File tree 3 files changed +5
-3
lines changed 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,8 @@ Versioning](http://semver.org/spec/v2.0.0.html) except to the first release.
29
29
30
30
### Fixed
31
31
32
+ - Build with OpenSSL < 1.1.1 (#194 )
33
+
32
34
## [ 1.6.0] - 2022-06-01
33
35
34
36
This release adds a number of features. Also it significantly improves testing,
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.20220419150948-be4921aa2f87
12
+ github.com/tarantool/go-openssl v0.0.8-0.20220711094538-d93c1eff4f49
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 @@ -26,8 +26,8 @@ github.com/spf13/pflag v1.0.3/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnIn
26
26
github.com/stretchr/objx v0.1.0 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
27
27
github.com/stretchr/testify v1.7.1 h1:5TQK59W5E3v0r2duFAb7P95B6hEeOyEnHRa8MjYSMTY =
28
28
github.com/stretchr/testify v1.7.1 /go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg =
29
- github.com/tarantool/go-openssl v0.0.8-0.20220419150948-be4921aa2f87 h1:JGzuBxNBq5saVtPUcuu5Y4+kbJON6H02//OT+RNqGts =
30
- github.com/tarantool/go-openssl v0.0.8-0.20220419150948-be4921aa2f87 /go.mod h1:M7H4xYSbzqpW/ZRBMyH0eyqQBsnhAMfsYk5mv0yid7A =
29
+ github.com/tarantool/go-openssl v0.0.8-0.20220711094538-d93c1eff4f49 h1:rZYYi1cI3QXZ3yRFZd2ItYM1XA2BaJqP0buDroMbjNo =
30
+ github.com/tarantool/go-openssl v0.0.8-0.20220711094538-d93c1eff4f49 /go.mod h1:M7H4xYSbzqpW/ZRBMyH0eyqQBsnhAMfsYk5mv0yid7A =
31
31
github.com/yuin/goldmark v1.2.1 /go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74 =
32
32
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 /go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w =
33
33
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550 /go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI =
You can’t perform that action at this time.
0 commit comments