From ddff662722ddc6369239f65624c85db8034775b0 Mon Sep 17 00:00:00 2001 From: bense Date: Thu, 3 Oct 2024 02:15:55 +0800 Subject: [PATCH] =?UTF-8?q?mod=20=E6=9B=B4=E6=96=B0go1.23.0?= 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 82f2bc5..d79399a 100644 --- a/go.mod +++ b/go.mod @@ -1,5 +1,5 @@ module github.com/bensema/gotdx -go 1.21.0 +go 1.23.0 -require golang.org/x/text v0.13.0 +require golang.org/x/text v0.18.0