From 6f251c9fb7476894680e1edce0d87a83257cf793 Mon Sep 17 00:00:00 2001 From: tx7do Date: Tue, 19 Nov 2024 13:56:22 +0800 Subject: [PATCH] feat: refactor tls utils. --- bootstrap/go.mod | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bootstrap/go.mod b/bootstrap/go.mod index e60d9fb..430efe2 100644 --- a/bootstrap/go.mod +++ b/bootstrap/go.mod @@ -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 )