Update list/list.go

This commit is contained in:
shane 2024-08-07 18:20:29 +02:00
parent e662ed7a9f
commit 6f111d7028

View file

@ -3,7 +3,7 @@ package list
import (
"bufio"
"fmt"
"git.shadowhosting.xyz/Eggactyl/tui"
"git.eggactyl.cloud/Eggactyl/tui"
"os"
"regexp"
"sort"