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
|
@ -8,7 +8,8 @@ import (
|
|||
"testing"
|
||||
"time"
|
||||
|
||||
"github.com/crowdsecurity/crowdsec/pkg/cstest"
|
||||
"github.com/crowdsecurity/go-cs-lib/pkg/cstest"
|
||||
|
||||
"github.com/crowdsecurity/crowdsec/pkg/types"
|
||||
"github.com/segmentio/kafka-go"
|
||||
log "github.com/sirupsen/logrus"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue