From 6f111d7028bd3a82a83a7bf73a86b1ebc080dfb9 Mon Sep 17 00:00:00 2001 From: shane Date: Wed, 7 Aug 2024 18:20:29 +0200 Subject: [PATCH] Update list/list.go --- list/list.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/list/list.go b/list/list.go index 4b332ff..6e9fefe 100644 --- a/list/list.go +++ b/list/list.go @@ -3,7 +3,7 @@ package list import ( "bufio" "fmt" - "git.shadowhosting.xyz/Eggactyl/tui" + "git.eggactyl.cloud/Eggactyl/tui" "os" "regexp" "sort"