From 634cd5385aed38a1a51acf00a914aba895068574 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=99=BD=E8=8C=B6=E6=B8=85=E6=AC=A2?= Date: Tue, 1 Aug 2023 17:29:01 +0800 Subject: [PATCH] update go mod --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 6f1cc2f..eeab137 100644 --- a/go.mod +++ b/go.mod @@ -1,5 +1,5 @@ module git.zhangdeman.cn/zhangdeman/httpclient -go 1.17 +go 1.20 require github.com/ddliu/go-httpclient v0.7.1