Skip to content
This repository has been archived by the owner on Oct 31, 2021. It is now read-only.

Commit

Permalink
Update to v4.35.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nekohasekai committed Mar 8, 2021
1 parent 51c769d commit c936583
Show file tree
Hide file tree
Showing 6 changed files with 167 additions and 69 deletions.
4 changes: 2 additions & 2 deletions VPN/vpnservice_support.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ import (
"time"

"golang.org/x/sys/unix"
v2net "v2ray.com/core/common/net"
v2internet "v2ray.com/core/transport/internet"
v2net "github.com/v2fly/v2ray-core/v4/common/net"
v2internet "github.com/v2fly/v2ray-core/v4/transport/internet"
)

type protectSet interface {
Expand Down
2 changes: 1 addition & 1 deletion VPN/vpnservice_support_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"testing"
"time"

v2net "v2ray.com/core/common/net"
v2net "github.com/v2fly/v2ray-core/v4/common/net"
)

type fakeSupportSet struct{}
Expand Down
8 changes: 3 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
module github.com/nekohasekai/AndroidLibV2rayLite

go 1.15
go 1.16

require (
github.com/v2fly/v2ray-core/v4 v4.35.1
golang.org/x/mobile v0.0.0-20210220033013-bdb1ca9a1e08
golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c
v2ray.com/core v4.19.1+incompatible
golang.org/x/sys v0.0.0-20210305230114-8fe3ee5dd75b
)

replace v2ray.com/core => github.com/v2fly/v2ray-core v1.24.5-0.20210104111944-a6efb4d60b86
Loading

0 comments on commit c936583

Please sign in to comment.