mirror of
https://github.com/crowdsecurity/crowdsec.git
synced 2025-05-11 12:25:53 +02:00
decouple bouncer dependencies: use go-cs-lib in test code (#2229)
This commit is contained in:
parent
364b833d67
commit
b2d3520519
23 changed files with 185 additions and 279 deletions
|
@ -10,7 +10,8 @@ import (
|
|||
"github.com/lithammer/dedent"
|
||||
"github.com/stretchr/testify/require"
|
||||
|
||||
"github.com/crowdsecurity/crowdsec/pkg/cstest"
|
||||
"github.com/crowdsecurity/go-cs-lib/pkg/cstest"
|
||||
|
||||
"github.com/crowdsecurity/crowdsec/pkg/setup"
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue