From b8a6f7f7d8c75834eb72e4f2749829b91e90df66 Mon Sep 17 00:00:00 2001 From: tx7do Date: Thu, 26 Oct 2023 19:52:59 +0800 Subject: [PATCH] feat: change project name. --- entgo/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entgo/go.mod b/entgo/go.mod index c56a2b9..ceb4b09 100644 --- a/entgo/go.mod +++ b/entgo/go.mod @@ -8,7 +8,7 @@ require ( github.com/go-kratos/kratos/v2 v2.7.1 github.com/google/uuid v1.3.1 github.com/stretchr/testify v1.8.4 - github.com/tx7do/go-utils v1.0.0 + github.com/tx7do/go-utils v1.1.0 ) require (