From 34f67d9aadd4cf1b17c8693eb4210e41f124d519 Mon Sep 17 00:00:00 2001 From: laurfb Date: Fri, 10 Feb 2023 22:56:21 +0200 Subject: [PATCH] Update http.go --- auth/http.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth/http.go b/auth/http.go index 61cc4ce..d4bfbbf 100644 --- a/auth/http.go +++ b/auth/http.go @@ -6,7 +6,7 @@ import ( "net/url" "time" - "github.com/voc/srtrelay/stream" + "github.com/laurfb/srt_relay/stream" ) type httpAuth struct {