From e6f3fe7bf8ab0d91e8b63af13f3ff95a8a63353c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=99=BE=E9=87=8C=28barry=29?= Date: Fri, 12 Jul 2024 11:15:36 +0800 Subject: [PATCH] fix: barry 2024-07-12 11:11:39 (#9) --- server/service.go | 1 + 1 file changed, 1 insertion(+) diff --git a/server/service.go b/server/service.go index 2947a2f5..79c999da 100644 --- a/server/service.go +++ b/server/service.go @@ -55,6 +55,7 @@ import ( "github.com/fatedier/golib/net/mux" fmux "github.com/hashicorp/yamux" quic "github.com/quic-go/quic-go" + "github.com/r3labs/sse/v2" "github.com/samber/lo" )