From 7133a44b0dfe881067088e14685a322d28212010 Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Sat, 6 Dec 2025 20:52:44 +0100 Subject: [PATCH] fix path --- handler_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handler_test.go b/handler_test.go index f55686c..1775c5b 100644 --- a/handler_test.go +++ b/handler_test.go @@ -8,7 +8,7 @@ import ( "time" "github.com/fatih/color" - "github.com/tlinden/yadu" + "github.com/tlinden/yadu/v2" ) type body string