From 3eb9f014bcf5758d2007a37e856d39a5ec931609 Mon Sep 17 00:00:00 2001 From: tx7do Date: Mon, 6 May 2024 12:32:26 +0800 Subject: [PATCH] feat: refactor. --- go.mod | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/go.mod b/go.mod index d4d5c30..dbe8497 100644 --- a/go.mod +++ b/go.mod @@ -48,11 +48,11 @@ require ( github.com/tx7do/kratos-bootstrap/config/kubernetes v0.0.1 github.com/tx7do/kratos-bootstrap/config/nacos v0.0.1 github.com/tx7do/kratos-bootstrap/config/polaris v0.0.1 - github.com/tx7do/kratos-bootstrap/logger/aliyun v0.0.1 - github.com/tx7do/kratos-bootstrap/logger/fluent v0.0.1 - github.com/tx7do/kratos-bootstrap/logger/logrus v0.0.1 - github.com/tx7do/kratos-bootstrap/logger/tencent v0.0.1 - github.com/tx7do/kratos-bootstrap/logger/zap v0.0.1 + github.com/tx7do/kratos-bootstrap/logger/aliyun v0.0.2 + github.com/tx7do/kratos-bootstrap/logger/fluent v0.0.2 + github.com/tx7do/kratos-bootstrap/logger/logrus v0.0.2 + github.com/tx7do/kratos-bootstrap/logger/tencent v0.0.2 + github.com/tx7do/kratos-bootstrap/logger/zap v0.0.2 github.com/tx7do/kratos-bootstrap/registry/consul v0.0.1 github.com/tx7do/kratos-bootstrap/registry/etcd v0.0.1 github.com/tx7do/kratos-bootstrap/registry/eureka v0.0.1