decouple bouncer dependencies: use go-cs-lib in test code (#2229)

This commit is contained in:
mmetc 2023-05-25 15:37:44 +02:00 committed by GitHub
parent 364b833d67
commit b2d3520519
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
23 changed files with 185 additions and 279 deletions

View file

@ -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"