File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ require (
22
22
replace gvisor.dev/gvisor v0.0.0 => github.com/sagernet/gvisor v0.0.0-20210909160323-ce37d6df1e92
23
23
24
24
// replace github.com/v2fly/v2ray-core/v4 v4.42.2 => ../v2ray-core
25
- replace github.com/v2fly/v2ray-core/v4 v4.42.2 => github.com/sagernet/v2ray-core/v4 v4.41.2-0.20210923230356-3aa43d6c0732
25
+ replace github.com/v2fly/v2ray-core/v4 v4.42.2 => github.com/sagernet/v2ray-core/v4 v4.42.2
26
26
27
27
replace github.com/Dreamacro/clash v1.6.5 => github.com/sagernet/clash v1.6.5-0.20210913182617-681dd3780179
28
28
Original file line number Diff line number Diff line change @@ -631,8 +631,8 @@ github.com/sagernet/libping v0.1.1 h1:uNMN/02fQmRbsgJ0EuxuM/Upq8FrVP4Xj2+LlYviIO
631
631
github.com/sagernet/libping v0.1.1 /go.mod h1:FhmyYM8L32JaKI08noqoS5cK+Gw/Q+4VDnI9WvP6Sp8 =
632
632
github.com/sagernet/sagerconnect v0.1.7 h1:VWNx8NJ2C52b7Mbpty/JMiYERK/nvXyHaUkX5yFRAk4 =
633
633
github.com/sagernet/sagerconnect v0.1.7 /go.mod h1:BJo2SIUnKPyS7iG1xrFBhGlneYNKURT55YbsyTlu9MU =
634
- github.com/sagernet/v2ray-core/v4 v4.41.2-0.20210923230356-3aa43d6c0732 h1:Y3WVouoRbUJH7PsCYiLaAe1530+mc/fLEBkx+sEgEic =
635
- github.com/sagernet/v2ray-core/v4 v4.41.2-0.20210923230356-3aa43d6c0732 /go.mod h1:MB2YZ6JUC0eNWXZHL2rDMG7S5vZqvC/8++lQgqnTOh4 =
634
+ github.com/sagernet/v2ray-core/v4 v4.42.2 h1:cWrTgdafweSkYxrv7GgY7Kx+KRDpcmoHJhIYhn1XMaQ =
635
+ github.com/sagernet/v2ray-core/v4 v4.42.2 /go.mod h1:MB2YZ6JUC0eNWXZHL2rDMG7S5vZqvC/8++lQgqnTOh4 =
636
636
github.com/satori/go.uuid v1.2.0 /go.mod h1:dA0hQrYB0VpLJoorglMZABFdXlWrHn1NEOzdhQKdks0 =
637
637
github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 /go.mod h1:DxrIzT+xaE7yg65j358z/aeFdxmN0P9QXhEzd20vsDc =
638
638
github.com/seccomp/libseccomp-golang v0.9.1 /go.mod h1:GbW5+tmTXfcxTToHLXlScSlAvWlF4P2Ca7zGrPiEpWo =
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import (
21
21
)
22
22
23
23
func GetV2RayVersion () string {
24
- return core .Version () + "-sn-1 "
24
+ return core .Version () + "-sn-2 "
25
25
}
26
26
27
27
type V2RayInstance struct {
You can’t perform that action at this time.
0 commit comments