From bdf57ef636336304ad3c3c7fe0a9ef94c0664859 Mon Sep 17 00:00:00 2001 From: Sebastien Blot Date: Wed, 13 Dec 2023 15:24:38 +0100 Subject: [PATCH] fix CI --- waf_test.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/waf_test.go b/waf_test.go index d4ee3e9e6..1df14d6ea 100644 --- a/waf_test.go +++ b/waf_test.go @@ -8,9 +8,9 @@ import ( "reflect" "testing" - "github.com/corazawaf/coraza/v3/experimental/plugins/plugintypes" - "github.com/corazawaf/coraza/v3/internal/corazawaf" - "github.com/corazawaf/coraza/v3/types" + "github.com/crowdsecurity/coraza/v3/experimental/plugins/plugintypes" + "github.com/crowdsecurity/coraza/v3/internal/corazawaf" + "github.com/crowdsecurity/coraza/v3/types" ) func TestRequestBodyLimit(t *testing.T) {