mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-18 17:33:31 +00:00
v2ray-plugin: fix build with goproxy (#6391)
This commit is contained in:
parent
90bd81e099
commit
73fdfdf6aa
@ -0,0 +1,10 @@
|
||||
--- 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
|
Loading…
Reference in New Issue
Block a user