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

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