mirror of
https://github.com/prometheus/prometheus.git
synced 2025-01-12 06:17:27 -08:00
Add missing imports to fuzz tests
Signed-off-by: Tobias Guggenmos <tguggenm@redhat.com>
This commit is contained in:
parent
ec3df53f78
commit
bf8542a99e
|
@ -20,6 +20,7 @@ import (
|
||||||
"io"
|
"io"
|
||||||
|
|
||||||
"github.com/prometheus/prometheus/pkg/textparse"
|
"github.com/prometheus/prometheus/pkg/textparse"
|
||||||
|
"github.com/prometheus/prometheus/promql/parser"
|
||||||
)
|
)
|
||||||
|
|
||||||
// PromQL parser fuzzing instrumentation for use with
|
// PromQL parser fuzzing instrumentation for use with
|
||||||
|
|
Loading…
Reference in a new issue