AndroidLibXrayLite/go.mod

10 lines
180 B
Modula-2
Raw Normal View History

2020-12-18 09:46:45 -05:00
module github.com/2dust/AndroidLibXrayLite
go 1.19
2020-12-18 09:46:45 -05:00
require (
2023-04-29 20:25:52 +08:00
github.com/xtls/xray-core v1.8.1
golang.org/x/mobile v0.0.0-20221020085226-b36e6246172e
golang.org/x/sys v0.1.0
2020-12-18 09:46:45 -05:00
)