Skip to content

Commit dabd98c

Browse files
committed
Update go.mod for xray v24.9.7
1 parent 1e88dd9 commit dabd98c

File tree

9 files changed

+23
-457
lines changed

9 files changed

+23
-457
lines changed

.github/workflows/build_lib.yml

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@ name: Xray-core lib
22

33
on:
44
workflow_dispatch:
5+
branches:
6+
- dev
57
inputs:
68
CORE:
79
description: 'versi of the Xray-core'
8-
required: true
10+
required: false
911
default: ''
1012

1113
jobs:
@@ -38,17 +40,6 @@ jobs:
3840
go install golang.org/x/mobile/cmd/gomobile@latest
3941
echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
4042
41-
- name: Setup Android SDK Tools
42-
uses: android-actions/setup-android@v3.2.0
43-
with:
44-
cmdline-tools-version: 10406996
45-
46-
- name: Setup Android NDK
47-
uses: nttld/setup-ndk@v1.5.0
48-
with:
49-
ndk-version: 'r26b'
50-
link-to-sdk: true
51-
5243
- name: Build dependencies
5344
run: |
5445
cd ${{ github.workspace }}/AndroidLibXrayLite
@@ -67,5 +58,5 @@ jobs:
6758
git config --global user.name AnGgIt86
6859
rm -rfd ${{ github.workspace }}/AndroidLibXrayLite/*.jar
6960
git add -f .
70-
git commit -m "Core: Bump ${{ github.event.inputs.CORE }}"
61+
git commit -m "Core Update ${{ github.event.inputs.CORE }}"
7162
git push

AndroidLibXrayLite/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ gradle/build.gradle
33
*.pb.go
44
binary*.go
55
conf/demo/
6-
.idea
6+
77
demo/
88
assets/
99
libv2ray*.[a|j]ar

AndroidLibXrayLite/.idea/.gitignore

Lines changed: 0 additions & 8 deletions
This file was deleted.

AndroidLibXrayLite/.idea/AndroidLibXrayLite.iml

Lines changed: 0 additions & 9 deletions
This file was deleted.

AndroidLibXrayLite/.idea/modules.xml

Lines changed: 0 additions & 8 deletions
This file was deleted.

AndroidLibXrayLite/.idea/vcs.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

AndroidLibXrayLite/dev7_additationals.go

Lines changed: 0 additions & 70 deletions
This file was deleted.

AndroidLibXrayLite/go.mod

Lines changed: 7 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,73 +1,46 @@
1-
module github.com/2dust/AndroidLibXrayLite
1+
module github.com/UWU-TEAM/AndroidLibXrayLite
22

3-
go 1.22.2
3+
go 1.22.4
44

55
require (
6-
github.com/dev7dev/uri-to-json v0.0.0-20240528114356-f8873932b519
7-
github.com/xtls/xray-core v1.8.24
6+
github.com/xtls/xray-core v1.8.25-0.20240907003027-3d9137cb6fdd
87
golang.org/x/mobile v0.0.0-20240506190922-a1a533f289d3
9-
golang.org/x/sys v0.24.0
8+
golang.org/x/sys v0.25.0
109
)
1110

1211
require (
13-
atomicgo.dev/cursor v0.1.1 // indirect
14-
atomicgo.dev/keyboard v0.2.9 // indirect
15-
atomicgo.dev/schedule v0.0.2 // indirect
16-
github.com/BurntSushi/toml v1.3.2 // indirect
1712
github.com/OmarTariq612/goech v0.0.0-20240405204721-8e2e1dafd3a0 // indirect
1813
github.com/andybalholm/brotli v1.1.0 // indirect
19-
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
20-
github.com/charmbracelet/lipgloss v0.8.0 // indirect
21-
github.com/clbanning/mxj/v2 v2.7.0 // indirect
2214
github.com/cloudflare/circl v1.4.0 // indirect
23-
github.com/containerd/console v1.0.4-0.20230313162750-1ae8d489ac81 // indirect
2415
github.com/dgryski/go-metro v0.0.0-20211217172704-adc40b04c140 // indirect
25-
github.com/francoispqt/gojay v1.2.13 // indirect
26-
github.com/fsnotify/fsnotify v1.7.0 // indirect
2716
github.com/ghodss/yaml v1.0.1-0.20220118164431-d8423dcdf344 // indirect
2817
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
29-
github.com/gogf/gf/v2 v2.6.1 // indirect
3018
github.com/google/btree v1.1.2 // indirect
3119
github.com/google/pprof v0.0.0-20240528025155-186aa0362fba // indirect
32-
github.com/gookit/color v1.5.3 // indirect
3320
github.com/gorilla/websocket v1.5.3 // indirect
34-
github.com/gvcgo/goutils v0.8.5 // indirect
3521
github.com/klauspost/compress v1.17.8 // indirect
3622
github.com/klauspost/cpuid/v2 v2.2.7 // indirect
37-
github.com/lithammer/fuzzysearch v1.1.8 // indirect
38-
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
39-
github.com/magiconair/properties v1.8.6 // indirect
40-
github.com/mattn/go-isatty v0.0.20 // indirect
41-
github.com/mattn/go-runewidth v0.0.15 // indirect
42-
github.com/muesli/reflow v0.3.0 // indirect
43-
github.com/muesli/termenv v0.15.2 // indirect
4423
github.com/onsi/ginkgo/v2 v2.19.0 // indirect
4524
github.com/pelletier/go-toml v1.9.5 // indirect
4625
github.com/pires/go-proxyproto v0.7.0 // indirect
47-
github.com/pterm/pterm v0.12.62 // indirect
4826
github.com/quic-go/qpack v0.4.0 // indirect
4927
github.com/quic-go/quic-go v0.46.0 // indirect
5028
github.com/refraction-networking/utls v1.6.7 // indirect
5129
github.com/riobard/go-bloom v0.0.0-20200614022211-cdc8013cb5b3 // indirect
52-
github.com/rivo/uniseg v0.4.4 // indirect
5330
github.com/sagernet/sing v0.4.1 // indirect
5431
github.com/sagernet/sing-shadowsocks v0.2.7 // indirect
5532
github.com/seiflotfy/cuckoofilter v0.0.0-20240715131351-a2f2c23f1771 // indirect
5633
github.com/v2fly/ss-bloomring v0.0.0-20210312155135-28617310f63e // indirect
5734
github.com/vishvananda/netlink v1.3.0 // indirect
5835
github.com/vishvananda/netns v0.0.4 // indirect
59-
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
6036
github.com/xtls/reality v0.0.0-20240712055506-48f0b2d5ed6d // indirect
61-
go.opentelemetry.io/otel v1.15.1 // indirect
62-
go.opentelemetry.io/otel/trace v1.15.1 // indirect
6337
go.uber.org/mock v0.4.0 // indirect
6438
go4.org/netipx v0.0.0-20231129151722-fdeea329fbba // indirect
65-
golang.org/x/crypto v0.26.0 // indirect
39+
golang.org/x/crypto v0.27.0 // indirect
6640
golang.org/x/exp v0.0.0-20240531132922-fd00a4e0eefc // indirect
6741
golang.org/x/mod v0.18.0 // indirect
68-
golang.org/x/net v0.28.0 // indirect
69-
golang.org/x/term v0.23.0 // indirect
70-
golang.org/x/text v0.17.0 // indirect
42+
golang.org/x/net v0.29.0 // indirect
43+
golang.org/x/text v0.18.0 // indirect
7144
golang.org/x/time v0.5.0 // indirect
7245
golang.org/x/tools v0.22.0 // indirect
7346
golang.zx2c4.com/wintun v0.0.0-20230126152724-0fa3db229ce2 // indirect
@@ -76,7 +49,6 @@ require (
7649
google.golang.org/grpc v1.66.0 // indirect
7750
google.golang.org/protobuf v1.34.2 // indirect
7851
gopkg.in/yaml.v2 v2.4.0 // indirect
79-
gopkg.in/yaml.v3 v3.0.1 // indirect
8052
gvisor.dev/gvisor v0.0.0-20231202080848-1f7806d17489 // indirect
8153
lukechampine.com/blake3 v1.3.0 // indirect
8254
)

0 commit comments

Comments
 (0)