We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e065d97 commit c970795Copy full SHA for c970795
integration-tests/docker/tests/loki-heroku/loki_heroku_test.go
@@ -9,9 +9,10 @@ import (
9
"testing"
10
"time"
11
12
- herokuencoding "github.com/heroku/x/logplex/encoding"
13
"github.com/stretchr/testify/require"
14
+ herokuencoding "github.com/grafana/alloy/internal/component/loki/source/heroku/internal/encoding"
15
+
16
"github.com/grafana/alloy/integration-tests/docker/common"
17
)
18
0 commit comments