From 79d5cc00ab4f171dcf032610b56f82a728eb33d8 Mon Sep 17 00:00:00 2001 From: Mxmilu666 Date: Sun, 21 Jun 2026 13:51:50 +0800 Subject: [PATCH] chore(go.mod): update golib dependency to v0.7.4 --- go.mod | 1 + 1 file changed, 1 insertion(+) diff --git a/go.mod b/go.mod index 0db215eb..11b51165 100644 --- a/go.mod +++ b/go.mod @@ -97,3 +97,4 @@ require ( // TODO(fatedier): Temporary use the modified version, update to the official version after merging into the official repository. replace github.com/hashicorp/yamux => github.com/fatedier/yamux v0.0.0-20250825093530-d0154be01cd6 +replace github.com/fatedier/golib => github.com/Lolia-FRP/golib v0.7.4 \ No newline at end of file