v2ray-plugin: fix build with goproxy (#6391)

This commit is contained in:
AmadeusGhost 2021-02-17 23:47:14 +08:00 committed by GitHub
parent 90bd81e099
commit 73fdfdf6aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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