diff --git a/app_state.go b/app_state.go index b652f51..31a5aa6 100644 --- a/app_state.go +++ b/app_state.go @@ -5,7 +5,7 @@ import ( "os" "strings" - timertxt "github.com/br0xen/go-timertxt" + timertxt "git.bullercodeworks.com/brian/go-timertxt" userConfig "github.com/br0xen/user-config" ) diff --git a/helpers.go b/helpers.go index 4eadd65..97cee35 100644 --- a/helpers.go +++ b/helpers.go @@ -6,7 +6,7 @@ import ( "strings" "time" - timertxt "github.com/br0xen/go-timertxt" + timertxt "git.bullercodeworks.com/brian/go-timertxt" ) // TimerToString takes a TimeEntry and gives a nicely formatted string diff --git a/model.go b/model.go index 78a7ebe..bd7c8ee 100644 --- a/model.go +++ b/model.go @@ -4,7 +4,7 @@ import ( "strings" "time" - timertxt "github.com/br0xen/go-timertxt" + timertxt "git.bullercodeworks.com/brian/go-timertxt" ) func (a *AppState) getMostRecentTimer() (*timertxt.Timer, error) { diff --git a/screen_main.go b/screen_main.go index 885e50d..96cf447 100644 --- a/screen_main.go +++ b/screen_main.go @@ -5,8 +5,8 @@ import ( "strings" "time" - timertxt "github.com/br0xen/go-timertxt" - "github.com/br0xen/termbox-util" + timertxt "git.bullercodeworks.com/brian/go-timertxt" + termboxUtil "github.com/br0xen/termbox-util" termbox "github.com/nsf/termbox-go" ) diff --git a/timer_ops.go b/timer_ops.go index 8d59e5d..1832c63 100644 --- a/timer_ops.go +++ b/timer_ops.go @@ -7,7 +7,7 @@ import ( "strings" "time" - timertxt "github.com/br0xen/go-timertxt" + timertxt "git.bullercodeworks.com/brian/go-timertxt" ) func (a *AppState) opI3Status(args []string) int {