lede/package/lean/v2ray-plugin/patches/001-replace-incompatible.patch

11 lines
272 B
Diff
Raw Normal View History

--- a/go.mod
+++ b/go.mod
@@ -5,6 +5,6 @@ require (
v2ray.com/core v4.19.1+incompatible
)
-replace v2ray.com/core => github.com/v2fly/v2ray-core v4.34.0+incompatible
+replace v2ray.com/core => github.com/v2fly/v2ray-core v0.0.0-20210104111944-a6efb4d60b86
go 1.13