From 60bfc08e8d2ab88e7fc38506157d99bdf37cfb88 Mon Sep 17 00:00:00 2001 From: amonnoris1 <38165399+amonnoris1@users.noreply.github.com> Date: Sat, 31 Aug 2024 14:37:17 +0300 Subject: [PATCH] Update go.mod --- core/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/go.mod b/core/go.mod index 77513a9..715aac7 100644 --- a/core/go.mod +++ b/core/go.mod @@ -1,4 +1,4 @@ -module github.com/apernet/hysteria/core/v2 +module github.com/amonnoris1/hysteria-v2/v2 go 1.21