summaryrefslogtreecommitdiff
path: root/common.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-19 21:11:32 -0600
committerJeff Carr <[email protected]>2024-02-19 21:11:32 -0600
commit5bf1c5ff359e2546925bb2de2bd2a3f887d252ab (patch)
tree581613519f6975318f6c830b71750ac21fb7bfc8 /common.go
parent47d27e4166b960d7b84c9f6d974cc580843d59e9 (diff)
get patches moved here from autotypist
Diffstat (limited to 'common.go')
-rw-r--r--common.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.go b/common.go
index 75427b4..a72775e 100644
--- a/common.go
+++ b/common.go
@@ -1,8 +1,8 @@
package repolist
import (
- "go.wit.com/lib/gui/repostatus"
"go.wit.com/gui"
+ "go.wit.com/lib/gui/repostatus"
"go.wit.com/log"
)