From 9eca340c7e48630ab50fb76a003202b45768cd24 Mon Sep 17 00:00:00 2001 From: Bobo Date: Sun, 11 May 2025 23:42:50 +0800 Subject: [PATCH] feat: time trans --- entgo/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entgo/go.mod b/entgo/go.mod index 839c6fe..ce08289 100644 --- a/entgo/go.mod +++ b/entgo/go.mod @@ -11,7 +11,7 @@ require ( github.com/go-kratos/kratos/v2 v2.8.4 github.com/google/uuid v1.6.0 github.com/stretchr/testify v1.10.0 - github.com/tx7do/go-utils v1.1.18 + github.com/tx7do/go-utils v1.1.19 go.opentelemetry.io/otel v1.35.0 google.golang.org/protobuf v1.36.6 )