From 8294536cabebea647c04702793e0814d447085f8 Mon Sep 17 00:00:00 2001 From: bryanqiu Date: Thu, 10 Apr 2025 21:26:16 +0800 Subject: [PATCH] update logger --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index af4210f..efbdeee 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ require ( gorm.io/driver/mysql v1.5.7 gorm.io/driver/postgres v1.5.11 gorm.io/gorm v1.25.12 - qoobing.com/gomod/log v1.4.1 + qoobing.com/gomod/log v1.4.2 ) require (