From b54b4252d9d6bf1e97f3ef3eeee1cb47437625ad Mon Sep 17 00:00:00 2001 From: Bobo Date: Sat, 10 May 2025 20:04:38 +0800 Subject: [PATCH] feat: upgrade go.mod. --- bootstrap/go.mod | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bootstrap/go.mod b/bootstrap/go.mod index 4c1b63c..23f8876 100644 --- a/bootstrap/go.mod +++ b/bootstrap/go.mod @@ -22,10 +22,10 @@ require ( github.com/olekukonko/tablewriter v0.0.5 github.com/spf13/cobra v1.9.1 github.com/tx7do/kratos-bootstrap/api v0.0.13 - 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/config v0.0.9 + github.com/tx7do/kratos-bootstrap/logger v0.0.9 + github.com/tx7do/kratos-bootstrap/registry v0.0.9 + github.com/tx7do/kratos-bootstrap/tracer v0.0.9 github.com/tx7do/kratos-bootstrap/utils v0.1.3 golang.org/x/tools v0.33.0 )