From f70430757db77ba09d681c3a2df5733b81437fb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BD=AD=E7=A1=95?= <1148648853@qq.com> Date: Mon, 24 Jul 2023 21:32:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0go=20mod=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Former-commit-id: 0bd56d95347cbe8002831f670c2876a9f6369cd0 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 4a9fdfd1..6b71d047 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module gitlink.org.cn/jcce-pcm/pcm-coordinator -go 1.19 +go 1.18 require ( github.com/Masterminds/squirrel v1.5.4