diff --git a/go.mod b/go.mod index e2cb6196..05f8d259 100644 --- a/go.mod +++ b/go.mod @@ -1,9 +1,9 @@ module github.com/2dust/AndroidLibXrayLite -go 1.22.2 +go 1.22.4 require ( - github.com/xtls/xray-core v1.8.11 + github.com/xtls/xray-core v1.8.17 golang.org/x/mobile v0.0.0-20240506190922-a1a533f289d3 golang.org/x/sys v0.18.0 )