A bunch of stuff

This commit is contained in:
2021-03-17 12:37:26 -05:00
parent a925eec330
commit 23f96062f5
9 changed files with 41 additions and 36 deletions
+3 -3
View File
@@ -5,9 +5,9 @@ import (
"os"
"strings"
todotxt "github.com/br0xen/go-todotxt"
"github.com/br0xen/termbox-screen"
"github.com/br0xen/user-config"
todotxt "git.bullercodeworks.com/brian/go-todotxt"
termboxScreen "git.bullercodeworks.com/brian/termbox-screen"
userConfig "git.bullercodeworks.com/brian/user-config"
termbox "github.com/nsf/termbox-go"
)