From 504deacdcda0b54e043657a7e3bbee4b3255f762 Mon Sep 17 00:00:00 2001 From: Yun Date: Sun, 21 Apr 2024 08:57:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8C=85=E7=9A=84=E5=90=8D?= =?UTF-8?q?=E5=AD=97=E4=B8=BAgithub?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 78dac11..fab86dd 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ -module code.yun.ink/pkg/curlx +module github.com/yuninks/curlx -go 1.19 +go 1.20 require ( github.com/tidwall/gjson v1.17.0