From 29e9fd3136f2e2fe301cbe07967fb3bb4ffcee2a Mon Sep 17 00:00:00 2001 From: Gabriel Arakaki Giovanini Date: Fri, 1 Dec 2023 00:52:33 +0100 Subject: fix: Rollback to exp slog repository This is done until go1.21 hits alpine repository. --- pkg/worker/list_processor.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pkg/worker/list_processor.go') diff --git a/pkg/worker/list_processor.go b/pkg/worker/list_processor.go index c4c3781..2a51466 100644 --- a/pkg/worker/list_processor.go +++ b/pkg/worker/list_processor.go @@ -3,8 +3,9 @@ package worker import ( "context" "errors" - "log/slog" "sync" + + "golang.org/x/exp/slog" ) type ( -- cgit v1.2.3