From c08553ead5fa83acf1a16f14ae9a4c97dd9cdb03 Mon Sep 17 00:00:00 2001 From: gzlwz Date: Tue, 10 Dec 2024 08:10:13 +0000 Subject: [PATCH] =?UTF-8?q?update=20go.mod.=20=E4=BF=AE=E6=94=B9module?= =?UTF-8?q?=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: gzlwz --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index b1309ec..343f973 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/pdfcpu/pdfcpu +module gitee.com/deeao/golang-pdfcpu go 1.20 -- Gitee