From 0cd845dda1c59573c250472e5b2b285dc09bb7ad Mon Sep 17 00:00:00 2001 From: alphax-hue3682 <191818854+alphax-hue3682@users.noreply.github.com> Date: Sat, 18 Jan 2025 19:16:31 +0330 Subject: [PATCH] Update go.mod Signed-off-by: alphax-hue3682 <191818854+alphax-hue3682@users.noreply.github.com> --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 0d6f6513..ae59b500 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/refraction-networking/uquic go 1.22.0 -toolchain go1.23.4 +toolchain go1.23.5 require ( github.com/francoispqt/gojay v1.2.13