From e45e9a357345a598ea02d183a947621cd90d0f55 Mon Sep 17 00:00:00 2001 From: Hiddify <114227601+hiddify-com@users.noreply.github.com> Date: Sun, 21 Jan 2024 10:25:46 +0000 Subject: [PATCH] update go version --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index d93b090..a6975d7 100644 --- a/go.mod +++ b/go.mod @@ -1,10 +1,10 @@ module github.com/hiddify/ray2sing -go 1.21.1 +go 1.21.6 require ( github.com/sagernet/sing v0.3.0 - github.com/sagernet/sing-box v1.7.8 + github.com/sagernet/sing-box v1.8.2 github.com/spf13/cobra v1.8.0 )