fix: update dependencies #195
Annotations
4 errors
Test:
api/log/client_test.go#L21
cannot use NewFake(t, expectedTime, expectedLine) (value of type *fake) as "github.com/grafana/loki/pkg/logcli/client".Client value in struct literal: *fake does not implement "github.com/grafana/loki/pkg/logcli/client".Client (wrong type for method GetStats)
|
Test:
create/application_test.go#L501
cannot use log.NewFake(t, time.Now(), buildLog...) (value of type *"github.com/ninech/nctl/api/log".fake) as "github.com/grafana/loki/pkg/logcli/client".Client value in struct literal: *"github.com/ninech/nctl/api/log".fake does not implement "github.com/grafana/loki/pkg/logcli/client".Client (wrong type for method GetStats)
|
Test:
logs/logs_test.go#L29
cannot use log.NewFake(t, expectedTime, lines...) (value of type *"github.com/ninech/nctl/api/log".fake) as "github.com/grafana/loki/pkg/logcli/client".Client value in struct literal: *"github.com/ninech/nctl/api/log".fake does not implement "github.com/grafana/loki/pkg/logcli/client".Client (wrong type for method GetStats)
|
Test
Process completed with exit code 1.
|
The logs for this run have expired and are no longer available.
Loading