From e37d3d83910de2fd2eb59856bee38de40078a835 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=AA=E6=9D=A5?= Date: Thu, 27 Jun 2024 20:16:27 +0800 Subject: [PATCH] Update go.mod --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index de5bd73..93d3b62 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.16 + github.com/xtls/xray-core v1.8.13 golang.org/x/crypto v0.24.0 golang.org/x/net v0.26.0 golang.org/x/time v0.5.0