aboutsummaryrefslogtreecommitdiffstats
path: root/worker/types
diff options
context:
space:
mode:
Diffstat (limited to 'worker/types')
-rw-r--r--worker/types/thread.go2
-rw-r--r--worker/types/worker.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/worker/types/thread.go b/worker/types/thread.go
index fdd2a8e6..8705ace1 100644
--- a/worker/types/thread.go
+++ b/worker/types/thread.go
@@ -5,7 +5,7 @@ import (
"fmt"
"sort"
- "git.sr.ht/~rjarry/aerc/log"
+ "git.sr.ht/~rjarry/aerc/lib/log"
)
type Thread struct {
diff --git a/worker/types/worker.go b/worker/types/worker.go
index 37e0e2ad..92c15bcc 100644
--- a/worker/types/worker.go
+++ b/worker/types/worker.go
@@ -5,7 +5,7 @@ import (
"sync"
"sync/atomic"
- "git.sr.ht/~rjarry/aerc/log"
+ "git.sr.ht/~rjarry/aerc/lib/log"
"git.sr.ht/~rjarry/aerc/models"
)