From e68cea797633dbc3c82181e570285a50b1dc286b Mon Sep 17 00:00:00 2001 From: spiritlhl <103393591+spiritLHLS@users.noreply.github.com> Date: Sun, 27 Jul 2025 15:48:56 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0Golang=E7=89=88?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 51fbd97..71add4b 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/oneclickvirt/gostun -go 1.22.4 +go 1.24.5 require ( github.com/pion/logging v0.2.2