use our fork of grokky (#953)

This commit is contained in:
blotus 2021-09-09 14:46:16 +02:00 committed by GitHub
parent e89543f725
commit 7a1b955ad1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 10 additions and 10 deletions

View file

@ -3,11 +3,11 @@ package parser
import (
"fmt"
"io/ioutil"
"path"
"path"
"github.com/crowdsecurity/crowdsec/pkg/csconfig"
"github.com/logrusorgru/grokky"
"github.com/crowdsecurity/grokky"
log "github.com/sirupsen/logrus"
)