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) {