chore: update loki modules for 3.0 release (#12433)

Signed-off-by: Edward Welch <edward.welch@grafana.com>
This commit is contained in:
Ed Welch
2024-04-02 13:00:17 -04:00
committed by GitHub
parent affd9d604f
commit 4c88be0ef2
981 changed files with 4447 additions and 4434 deletions

View File

@ -10,8 +10,8 @@ import (
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
"github.com/grafana/loki/integration/client"
"github.com/grafana/loki/integration/cluster"
"github.com/grafana/loki/v3/integration/client"
"github.com/grafana/loki/v3/integration/cluster"
)
func TestSimpleScalable_IngestQuery(t *testing.T) {