Skip to content

Commit

Permalink
update xray 1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
xxf098 committed Nov 13, 2022
1 parent 9c11008 commit a4b1a36
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ require (
github.com/kr/text v0.2.0 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
// github.com/v2fly/v2ray-core/v4 v4.43.0
github.com/xtls/xray-core v1.6.2
github.com/xtls/xray-core v1.6.3
github.com/xxf098/lite-proxy v0.0.0
golang.org/x/mobile v0.0.0-20210220033013-bdb1ca9a1e08
golang.org/x/net v0.1.0
golang.org/x/net v0.2.0
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
)

Expand All @@ -25,7 +25,7 @@ require (
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/golang/mock v1.6.0 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/pprof v0.0.0-20221010195024-131d412537ea // indirect
github.com/google/pprof v0.0.0-20221103000818-d260c55eee4c // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/klauspost/compress v1.15.12 // indirect
github.com/klauspost/cpuid/v2 v2.1.2 // indirect
Expand All @@ -44,12 +44,12 @@ require (
github.com/v2fly/ss-bloomring v0.0.0-20210312155135-28617310f63e // indirect
github.com/xtls/go v0.0.0-20220914232946-0441cf4cf837 // indirect
go.starlark.net v0.0.0-20221028183056-acb66ad56dd2 // indirect
golang.org/x/crypto v0.1.0 // indirect
golang.org/x/exp v0.0.0-20221028150844-83b7d23a625f // indirect
golang.org/x/crypto v0.2.0 // indirect
golang.org/x/exp v0.0.0-20221106115401-f9659909a136 // indirect
golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb // indirect
golang.org/x/mod v0.6.0 // indirect
golang.org/x/sync v0.1.0 // indirect
golang.org/x/sys v0.1.0 // indirect
golang.org/x/sys v0.2.0 // indirect
golang.org/x/text v0.4.0 // indirect
golang.org/x/tools v0.2.0 // indirect
google.golang.org/genproto v0.0.0-20221027153422-115e99e71e1c // indirect
Expand All @@ -63,6 +63,6 @@ require (
// replace with v2ray-core path
replace (
// github.com/v2fly/v2ray-core/v4 v4.43.0 => ../v2ray-core
github.com/xtls/xray-core v1.6.2 => ../xray-core
github.com/xtls/xray-core v1.6.3 => ../xray-core
github.com/xxf098/lite-proxy v0.0.0 => ../lite-proxy
)

0 comments on commit a4b1a36

Please sign in to comment.