Skip to content

Commit

Permalink
feat: add TLS support
Browse files Browse the repository at this point in the history
  • Loading branch information
Tochemey committed Jan 16, 2025
1 parent 03bc08b commit dcb5e45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ require (
github.com/redis/go-redis/v9 v9.7.0
github.com/reugn/go-quartz v0.13.0
github.com/stretchr/testify v1.10.0
github.com/tochemey/olric v0.1.2-0.20250113121802-36ab86212cba
github.com/tochemey/olric v0.2.0-alpha
github.com/travisjeffery/go-dynaport v1.0.0
github.com/zeebo/xxh3 v1.0.2
go.uber.org/atomic v1.11.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -244,8 +244,8 @@ github.com/tidwall/match v1.1.1/go.mod h1:eRSPERbgtNPcGhD8UCthc6PmLEQXEWd3PRB5JT
github.com/tidwall/redcon v1.6.2 h1:5qfvrrybgtO85jnhSravmkZyC0D+7WstbfCs3MmPhow=
github.com/tidwall/redcon v1.6.2/go.mod h1:p5Wbsgeyi2VSTBWOcA5vRXrOb9arFTcU2+ZzFjqV75Y=
github.com/tinylib/msgp v1.1.5/go.mod h1:eQsjooMTnV42mHu917E26IogZ2930nFyBQdofk10Udg=
github.com/tochemey/olric v0.1.2-0.20250113121802-36ab86212cba h1:E6zoEwD+z17XyXgTQOIczS2S1t9Reb9oXDHz/6+VeTo=
github.com/tochemey/olric v0.1.2-0.20250113121802-36ab86212cba/go.mod h1:x0Q6soq7bk0rWSDFPzE4fA8a5m+MnWxHRHZzg/ywg0M=
github.com/tochemey/olric v0.2.0-alpha h1:pj6haxwPhIuLcTGwhsSNEoryPdPXMcEIWBo0EJI8mMA=
github.com/tochemey/olric v0.2.0-alpha/go.mod h1:x0Q6soq7bk0rWSDFPzE4fA8a5m+MnWxHRHZzg/ywg0M=
github.com/travisjeffery/go-dynaport v1.0.0 h1:m/qqf5AHgB96CMMSworIPyo1i7NZueRsnwdzdCJ8Ajw=
github.com/travisjeffery/go-dynaport v1.0.0/go.mod h1:0LHuDS4QAx+mAc4ri3WkQdavgVoBIZ7cE9ob17KIAJk=
github.com/ttacon/chalk v0.0.0-20160626202418-22c06c80ed31/go.mod h1:onvgF043R+lC5RZ8IT9rBXDaEDnpnw/Cl+HFiw+v/7Q=
Expand Down

0 comments on commit dcb5e45

Please sign in to comment.