update dependency on go-cs-lib; drop the pkg/ part (#2393)

This commit is contained in:
mmetc 2023-07-28 16:35:08 +02:00 committed by GitHub
parent 55247cd46a
commit ffadd42779
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
91 changed files with 118 additions and 117 deletions

View file

@ -13,7 +13,7 @@ import (
"github.com/stretchr/testify/require"
"gopkg.in/tomb.v2"
"github.com/crowdsecurity/go-cs-lib/pkg/cstest"
"github.com/crowdsecurity/go-cs-lib/cstest"
"github.com/crowdsecurity/crowdsec/pkg/types"
)