diff --git a/go/cmd/nekobox_core/go.mod b/go/cmd/nekobox_core/go.mod index 1d68ab4..a786329 100644 --- a/go/cmd/nekobox_core/go.mod +++ b/go/cmd/nekobox_core/go.mod @@ -6,7 +6,7 @@ require ( github.com/dustin/go-humanize v1.0.0 github.com/gofrs/uuid v4.3.1+incompatible github.com/sagernet/sing v0.1.0 - github.com/sagernet/sing-box v1.0.2-0.20221128103050-66d8d563eba3 + github.com/sagernet/sing-box v1.0.2-0.20221203063852-7ebbd58b00f6 github.com/sagernet/sing-dns v0.1.0 github.com/sagernet/sing-tun v0.1.1-0.20221128044455-b22d9eb41b74 github.com/spf13/cobra v1.6.1 diff --git a/go/cmd/nekobox_core/go.sum b/go/cmd/nekobox_core/go.sum index 8bc3d89..0e79ca4 100644 --- a/go/cmd/nekobox_core/go.sum +++ b/go/cmd/nekobox_core/go.sum @@ -146,8 +146,8 @@ github.com/sagernet/sing v0.0.0-20220812082120-05f9836bff8f/go.mod h1:QVsS5L/ZA2 github.com/sagernet/sing v0.0.0-20220817130738-ce854cda8522/go.mod h1:QVsS5L/ZA2Q5UhQwLrn0Trw+msNd/NPGEhBKR/ioWiY= github.com/sagernet/sing v0.1.0 h1:FGmaP2BVPYO2IyC/3R1DaQa/zr+kOKHRgWqrmOF+Gu8= github.com/sagernet/sing v0.1.0/go.mod h1:zvgDYKI+vCAW9RyfyrKTgleI+DOa8lzHMPC7VZo3OL4= -github.com/sagernet/sing-box v1.0.2-0.20221128103050-66d8d563eba3 h1:1Ja52Dv8HR5V4DKWKpYx7bpv2GBgZX163xLL+SPcXvI= -github.com/sagernet/sing-box v1.0.2-0.20221128103050-66d8d563eba3/go.mod h1:dKvAs+HSO+xliaGdhRGEY66PCvLnIGMc8kGY1TYtlvo= +github.com/sagernet/sing-box v1.0.2-0.20221203063852-7ebbd58b00f6 h1:XCvQQISPkWQSSGc47es1Q4yX9vKPI940TZr7Aefre8I= +github.com/sagernet/sing-box v1.0.2-0.20221203063852-7ebbd58b00f6/go.mod h1:dKvAs+HSO+xliaGdhRGEY66PCvLnIGMc8kGY1TYtlvo= github.com/sagernet/sing-dns v0.1.0 h1:mV8y86KDIXCALTbUxQp/n/eSiSzCDuYaf+EbPndI06U= github.com/sagernet/sing-dns v0.1.0/go.mod h1:IXw6t1F25YvzmgCgV2kKySf4XCEKkUJnmLvKCd7jFEc= github.com/sagernet/sing-shadowsocks v0.1.0 h1:cDmmOkA11fzVdhyCZQEeI3ozQz+59rj8+rqPb91xux4= diff --git a/nekoray_version.txt b/nekoray_version.txt index 99a41cb..9e0cecb 100644 --- a/nekoray_version.txt +++ b/nekoray_version.txt @@ -1 +1 @@ -2.6-2022-11-27 +2.7-2022-12-04