From 18e5824758e7e618748d81012b3980ebe7c350e2 Mon Sep 17 00:00:00 2001 From: wyx2685 Date: Fri, 31 May 2024 15:51:25 +0900 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7xray=E5=86=85=E6=A0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- go.mod | 4 ++-- go.sum | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/go.mod b/go.mod index 8bb6485e..ab2d2c3f 100644 --- a/go.mod +++ b/go.mod @@ -23,7 +23,7 @@ require ( github.com/spf13/cobra v1.8.0 github.com/spf13/viper v1.18.2 github.com/stretchr/testify v1.9.0 - github.com/xtls/xray-core v1.8.12-0.20240520040056-544f7661ca74 + github.com/xtls/xray-core v1.8.14-0.20240530214529-89074a14b6ff golang.org/x/crypto v0.23.0 golang.org/x/net v0.25.0 golang.org/x/time v0.5.0 @@ -253,7 +253,7 @@ require ( github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect github.com/vultr/govultr/v2 v2.17.2 // indirect - github.com/xtls/reality v0.0.0-20231112171332-de1173cf2b19 // indirect + github.com/xtls/reality v0.0.0-20240429224917-ecc4401070cc // indirect github.com/yandex-cloud/go-genproto v0.0.0-20240311082839-58e1a7554a75 // indirect github.com/yandex-cloud/go-sdk v0.0.0-20240311083148-81c0846b96cd // indirect github.com/yosssi/ace v0.0.5 // indirect diff --git a/go.sum b/go.sum index 35e41adf..a79857f9 100644 --- a/go.sum +++ b/go.sum @@ -1736,10 +1736,10 @@ github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415/go.mod h1: github.com/xeipuuv/gojsonschema v1.2.0 h1:LhYJRs+L4fBtjZUfuSZIKGeVu0QRy8e5Xi7D17UxZ74= github.com/xeipuuv/gojsonschema v1.2.0/go.mod h1:anYRn/JVcOK2ZgGU+IjEV4nwlhoK5sQluxsYJ78Id3Y= github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2/go.mod h1:UETIi67q53MR2AWcXfiuqkDkRtnGDLqkBTpCHuJHxtU= -github.com/xtls/reality v0.0.0-20231112171332-de1173cf2b19 h1:capMfFYRgH9BCLd6A3Er/cH3A9Nz3CU2KwxwOQZIePI= -github.com/xtls/reality v0.0.0-20231112171332-de1173cf2b19/go.mod h1:dm4y/1QwzjGaK17ofi0Vs6NpKAHegZky8qk6J2JJZAE= -github.com/xtls/xray-core v1.8.12-0.20240520040056-544f7661ca74 h1:zwPaEF4JttXJPoLO78btlpeK2T9kUysmGNli1/UE3FE= -github.com/xtls/xray-core v1.8.12-0.20240520040056-544f7661ca74/go.mod h1:0/LreEDpOUbsepJObw3Gm4QWswTCyyzxghYRq9w3fSE= +github.com/xtls/reality v0.0.0-20240429224917-ecc4401070cc h1:0Nj8T1n7F7+v4vRVroaJIvY6R0vNABLfPH+lzPHRJvI= +github.com/xtls/reality v0.0.0-20240429224917-ecc4401070cc/go.mod h1:dm4y/1QwzjGaK17ofi0Vs6NpKAHegZky8qk6J2JJZAE= +github.com/xtls/xray-core v1.8.14-0.20240530214529-89074a14b6ff h1:i8t85ZGzcpHrCtFKooRagZgA2YRT6Ogi+MZsSSzkeis= +github.com/xtls/xray-core v1.8.14-0.20240530214529-89074a14b6ff/go.mod h1:h4A21+wcMIFDAqHzSKTXMZQr3lto6WOTUWodamVi/kM= github.com/yalp/jsonpath v0.0.0-20180802001716-5cc68e5049a0 h1:6fRhSjgLCkTD3JnJxvaJ4Sj+TYblw757bqYgZaOq5ZY= github.com/yalp/jsonpath v0.0.0-20180802001716-5cc68e5049a0/go.mod h1:/LWChgwKmvncFJFHJ7Gvn9wZArjbV5/FppcK2fKk/tI= github.com/yandex-cloud/go-genproto v0.0.0-20240311082839-58e1a7554a75 h1:hkFRBcSOFUNuuORzA5DqvBcoFjH7R0HCIu+mlSSw56U=