Skip to content

Commit

Permalink
mod: bump go-openssl to v1.0.0
Browse files Browse the repository at this point in the history
This commit bumps the `go-openssl` dependency to the latest
release version.
  • Loading branch information
DerekBum committed Feb 8, 2024
1 parent e2caece commit 4df4776
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/tarantool/go-tlsdialer
require (
github.com/stretchr/testify v1.7.1
github.com/tarantool/go-iproto v1.0.0
github.com/tarantool/go-openssl v0.0.8-0.20231004103608-336ca939d2ca
github.com/tarantool/go-openssl v1.0.0
github.com/tarantool/go-tarantool/v2 v2.0.0-20240202153142-e765b0ab1424
)

Expand Down
3 changes: 2 additions & 1 deletion go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ github.com/stretchr/testify v1.7.1 h1:5TQK59W5E3v0r2duFAb7P95B6hEeOyEnHRa8MjYSMT
github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
github.com/tarantool/go-iproto v1.0.0 h1:quC4hdFhCuFYaCqOFgUxH2foRkhAy+TlEy7gQLhdVjw=
github.com/tarantool/go-iproto v1.0.0/go.mod h1:LNCtdyZxojUed8SbOiYHoc3v9NvaZTB7p96hUySMlIo=
github.com/tarantool/go-openssl v0.0.8-0.20231004103608-336ca939d2ca h1:oOrBh73tDDyooIXajfr+0pfnM+89404ClAhJpTTHI7E=
github.com/tarantool/go-openssl v0.0.8-0.20231004103608-336ca939d2ca/go.mod h1:M7H4xYSbzqpW/ZRBMyH0eyqQBsnhAMfsYk5mv0yid7A=
github.com/tarantool/go-openssl v1.0.0 h1:kE0XhXi8b1qWOLwmcasAS67OyQdGXn42t0Qv3NwEjWY=
github.com/tarantool/go-openssl v1.0.0/go.mod h1:M7H4xYSbzqpW/ZRBMyH0eyqQBsnhAMfsYk5mv0yid7A=
github.com/tarantool/go-tarantool/v2 v2.0.0-20240202153142-e765b0ab1424 h1:rPuYmT55Dq15VhW8Ao1s8tT9vRlARB1N6aGqwIe8gsA=
github.com/tarantool/go-tarantool/v2 v2.0.0-20240202153142-e765b0ab1424/go.mod h1:fGJBRxbkZmNQap9VxQ7xQHlDhRiHFnqP3gK4ghtlro0=
github.com/vmihailenco/msgpack/v5 v5.3.5 h1:5gO0H1iULLWGhs2H5tbAHIZTV8/cYafcFOr9znI5mJU=
Expand Down

0 comments on commit 4df4776

Please sign in to comment.