aboutsummaryrefslogtreecommitdiff
path: root/pkg/worker/list_processor_test.go
diff options
context:
space:
mode:
authorGabriel Arakaki Giovanini <mail@gabrielgio.me>2023-12-01 00:52:33 +0100
committerGabriel Arakaki Giovanini <mail@gabrielgio.me>2023-12-01 00:52:33 +0100
commit29e9fd3136f2e2fe301cbe07967fb3bb4ffcee2a (patch)
treecf5248dc0c3efd21845062d4885ed0dd0890d9cb /pkg/worker/list_processor_test.go
parent417041797674319485bea96cb38489670ff3b2ef (diff)
downloadlens-master.tar.gz
lens-master.tar.bz2
lens-master.zip
fix: Rollback to exp slog repositoryHEADmaster
This is done until go1.21 hits alpine repository.
Diffstat (limited to 'pkg/worker/list_processor_test.go')
-rw-r--r--pkg/worker/list_processor_test.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkg/worker/list_processor_test.go b/pkg/worker/list_processor_test.go
index 21489e8..053ebbd 100644
--- a/pkg/worker/list_processor_test.go
+++ b/pkg/worker/list_processor_test.go
@@ -5,11 +5,12 @@ package worker
import (
"context"
"errors"
- "log/slog"
"math/rand"
"sync"
"testing"
+ "golang.org/x/exp/slog"
+
"git.sr.ht/~gabrielgio/img/pkg/testkit"
)