From b85bfa2aaf412fbd567472be03ba6db1fd97de2b Mon Sep 17 00:00:00 2001 From: yuhan6665 <1588741+yuhan6665@users.noreply.github.com> Date: Mon, 7 Oct 2024 01:27:54 -0400 Subject: [PATCH] Revert to go 1.22 (#60) --- AndroidLibXrayLite/go.mod | 4 ++-- AndroidLibXrayLite/go.sum | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/AndroidLibXrayLite/go.mod b/AndroidLibXrayLite/go.mod index 8aa169a2..9029d848 100644 --- a/AndroidLibXrayLite/go.mod +++ b/AndroidLibXrayLite/go.mod @@ -1,6 +1,6 @@ module github.com/UWU-TEAM/AndroidLibXrayLite -go 1.23 +go 1.22.4 require ( github.com/xtls/xray-core v1.8.25-0.20241005021528-c30f5d47964b @@ -33,7 +33,7 @@ require ( github.com/v2fly/ss-bloomring v0.0.0-20210312155135-28617310f63e // indirect github.com/vishvananda/netlink v1.3.0 // indirect github.com/vishvananda/netns v0.0.4 // indirect - github.com/xtls/reality v0.0.0-20240909153216-e26ae2305463 // indirect + github.com/xtls/reality v0.0.0-20240712055506-48f0b2d5ed6d // indirect go.uber.org/mock v0.4.0 // indirect go4.org/netipx v0.0.0-20231129151722-fdeea329fbba // indirect golang.org/x/crypto v0.28.0 // indirect diff --git a/AndroidLibXrayLite/go.sum b/AndroidLibXrayLite/go.sum index 925f104f..9dcddf14 100644 --- a/AndroidLibXrayLite/go.sum +++ b/AndroidLibXrayLite/go.sum @@ -66,8 +66,8 @@ github.com/vishvananda/netlink v1.3.0 h1:X7l42GfcV4S6E4vHTsw48qbrV+9PVojNfIhZcwQ github.com/vishvananda/netlink v1.3.0/go.mod h1:i6NetklAujEcC6fK0JPjT8qSwWyO0HLn4UKG+hGqeJs= github.com/vishvananda/netns v0.0.4 h1:Oeaw1EM2JMxD51g9uhtC0D7erkIjgmj8+JZc26m1YX8= github.com/vishvananda/netns v0.0.4/go.mod h1:SpkAiCQRtJ6TvvxPnOSyH3BMl6unz3xZlaprSwhNNJM= -github.com/xtls/reality v0.0.0-20240909153216-e26ae2305463 h1:g1Cj7d+my6k/HHxLAyxPwyX8i7FGRr6ulBDMkBzg2BM= -github.com/xtls/reality v0.0.0-20240909153216-e26ae2305463/go.mod h1:BjIOLmkEEtAgloAiVUcYj0Mt+YU00JARZw8AEU0IwAg= +github.com/xtls/reality v0.0.0-20240712055506-48f0b2d5ed6d h1:+B97uD9uHLgAAulhigmys4BVwZZypzK7gPN3WtpgRJg= +github.com/xtls/reality v0.0.0-20240712055506-48f0b2d5ed6d/go.mod h1:dm4y/1QwzjGaK17ofi0Vs6NpKAHegZky8qk6J2JJZAE= github.com/xtls/xray-core v1.8.25-0.20241005021528-c30f5d47964b h1:bWuePNnzV4ptnSYJkY96dAg3WgjYbfVgGnasLe3++9w= github.com/xtls/xray-core v1.8.25-0.20241005021528-c30f5d47964b/go.mod h1:YSvBScSqyzAocGDvzHBbEeoHNrFy8nV6gityRVDvHaM= go.uber.org/mock v0.4.0 h1:VcM4ZOtdbR4f6VXfiOpwpVJDL6lCReaZ6mw31wqh7KU=