Skip to content

Commit

Permalink
Update v2ray-core to v5.0.2
Browse files Browse the repository at this point in the history
Signed-off-by: Teddysun <i@teddysun.com>
  • Loading branch information
teddysun committed Jan 5, 2022
1 parent c5ff75d commit 52478ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ go 1.17

require (
github.com/golang/protobuf v1.5.2
github.com/v2fly/v2ray-core/v5 v5.0.1
github.com/v2fly/v2ray-core/v5 v5.0.2
google.golang.org/protobuf v1.27.1
)

require (
Expand All @@ -27,6 +28,5 @@ require (
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
google.golang.org/grpc v1.42.0 // indirect
google.golang.org/protobuf v1.27.1 // indirect
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -350,8 +350,8 @@ github.com/v2fly/VSign v0.0.0-20201108000810-e2adc24bf848 h1:p1UzXK6VAutXFFQMnre
github.com/v2fly/VSign v0.0.0-20201108000810-e2adc24bf848/go.mod h1:p80Bv154ZtrGpXMN15slDCqc9UGmfBuUzheDFBYaW/M=
github.com/v2fly/ss-bloomring v0.0.0-20210312155135-28617310f63e h1:5QefA066A1tF8gHIiADmOVOV5LS43gt3ONnlEl3xkwI=
github.com/v2fly/ss-bloomring v0.0.0-20210312155135-28617310f63e/go.mod h1:5t19P9LBIrNamL6AcMQOncg/r10y3Pc01AbHeMhwlpU=
github.com/v2fly/v2ray-core/v5 v5.0.1 h1:wLjLcamiQRIr+xq3BCrkSqM61vZ4aODqf/Kh+Mj+L+I=
github.com/v2fly/v2ray-core/v5 v5.0.1/go.mod h1:xDBKQCOx5ZPQ+TMBLjlEqb9kM7+A6l7HVrF2Ddc/F9E=
github.com/v2fly/v2ray-core/v5 v5.0.2 h1:W63JgoEzbWNE+SMo8KI9O24uVhIpr4/Phm7H3h9rvvI=
github.com/v2fly/v2ray-core/v5 v5.0.2/go.mod h1:xDBKQCOx5ZPQ+TMBLjlEqb9kM7+A6l7HVrF2Ddc/F9E=
github.com/viant/assertly v0.4.8/go.mod h1:aGifi++jvCrUaklKEKT0BU95igDNaqkvz+49uaYMPRU=
github.com/viant/toolbox v0.24.0/go.mod h1:OxMCG57V0PXuIP2HNQrtJf2CjqdmbrOx5EkMILuUhzM=
github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2/go.mod h1:UETIi67q53MR2AWcXfiuqkDkRtnGDLqkBTpCHuJHxtU=
Expand Down

0 comments on commit 52478ad

Please sign in to comment.