From 32d791051b0889abaf80b383ac19a0e9cdf7039e Mon Sep 17 00:00:00 2001 From: bryan Date: Mon, 7 Apr 2025 12:19:02 +0800 Subject: [PATCH] v0.0.1 --- go.mod | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 0028f17..7478e7a 100644 --- a/go.mod +++ b/go.mod @@ -1,11 +1,10 @@ -module qoobing.com/gomod/database +module qoobing.com/gomod/gorm go 1.19.2 -require qoobing.com/gomod/log v1.4.0 - require ( github.com/tylerb/gls v0.0.0-20150407001822-e606233f194d // indirect gorm.io/gorm v1.25.12 + qoobing.com/gomod/log v1.4.0 qoobing.com/gomod/str v1.0.1 // indirect )