From 8d72eae55eb778837c8660d818a95eff122e15c8 Mon Sep 17 00:00:00 2001 From: Nova Date: Mon, 24 Feb 2025 14:03:45 +0330 Subject: [PATCH] update box --- core/server/go.mod | 4 ++-- core/server/go.sum | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/core/server/go.mod b/core/server/go.mod index 0700bf5..b48eddc 100644 --- a/core/server/go.mod +++ b/core/server/go.mod @@ -10,7 +10,7 @@ require ( github.com/matsuridayo/libneko v0.0.0-20240702024904-1c47a3af7199 github.com/oschwald/maxminddb-golang v1.13.1 github.com/sagernet/sing v0.6.1 - github.com/sagernet/sing-box v1.11.3 + github.com/sagernet/sing-box v1.11.4 github.com/sagernet/sing-dns v0.4.0 github.com/sagernet/sing-tun v0.6.1 github.com/spf13/cobra v1.8.1 @@ -19,7 +19,7 @@ require ( google.golang.org/protobuf v1.34.2 ) -replace github.com/sagernet/sing-box => github.com/Mahdi-zarei/sing-box v1.3.5-0.20250214195717-3385c5edb30a +replace github.com/sagernet/sing-box => github.com/Mahdi-zarei/sing-box v1.3.5-0.20250224103252-b71e66ac2cc7 replace github.com/sagernet/sing-dns => github.com/Mahdi-zarei/sing-dns v0.3.0-beta.14.0.20250201180230-3ed9d1ef74d5 diff --git a/core/server/go.sum b/core/server/go.sum index 316907d..edcc107 100644 --- a/core/server/go.sum +++ b/core/server/go.sum @@ -1,5 +1,5 @@ -github.com/Mahdi-zarei/sing-box v1.3.5-0.20250214195717-3385c5edb30a h1:PxhGFW3YlTE1ZenLIOYRPkTv5D+RroEn9h5tjdrCMIg= -github.com/Mahdi-zarei/sing-box v1.3.5-0.20250214195717-3385c5edb30a/go.mod h1:Gwt2fHum29zmmWw1gXMDQvoiCmu2ikv4ZozjKSxcZ7c= +github.com/Mahdi-zarei/sing-box v1.3.5-0.20250224103252-b71e66ac2cc7 h1:aKHzrLdePI4IzeDBeJmjeYcd4ONsVTiPc4bCSeTFEQ0= +github.com/Mahdi-zarei/sing-box v1.3.5-0.20250224103252-b71e66ac2cc7/go.mod h1:Gwt2fHum29zmmWw1gXMDQvoiCmu2ikv4ZozjKSxcZ7c= github.com/Mahdi-zarei/sing-dns v0.3.0-beta.14.0.20250201180230-3ed9d1ef74d5 h1:AdwcBEKyia7lvdqJq77G0imGej8IFkHGENfjif+OwHs= github.com/Mahdi-zarei/sing-dns v0.3.0-beta.14.0.20250201180230-3ed9d1ef74d5/go.mod h1:8wuFcoFkWM4vJuQyg8e97LyvDwe0/Vl7G839WLcKDs8= github.com/ajg/form v1.5.1 h1:t9c7v8JUKu/XxOGBU0yjNpaMloxGEJhUkqFRq0ibGeU=