Compare commits

..

1 Commits

Author SHA1 Message Date
tx7do
6f251c9fb7 feat: refactor tls utils. 2024-11-19 13:56:22 +08:00

View File

@@ -23,10 +23,10 @@ require (
github.com/olekukonko/tablewriter v0.0.5
github.com/spf13/cobra v1.8.1
github.com/tx7do/kratos-bootstrap/api v0.0.8
github.com/tx7do/kratos-bootstrap/config v0.0.7
github.com/tx7do/kratos-bootstrap/logger v0.0.7
github.com/tx7do/kratos-bootstrap/registry v0.0.7
github.com/tx7do/kratos-bootstrap/tracer v0.0.5
github.com/tx7do/kratos-bootstrap/config v0.0.8
github.com/tx7do/kratos-bootstrap/logger v0.0.8
github.com/tx7do/kratos-bootstrap/registry v0.0.8
github.com/tx7do/kratos-bootstrap/tracer v0.0.8
github.com/tx7do/kratos-bootstrap/utils v0.1.2
golang.org/x/tools v0.27.0
)