diff --git a/line_editor.go b/line_editor.go index e6917cd..9bf0a9b 100644 --- a/line_editor.go +++ b/line_editor.go @@ -5,7 +5,7 @@ package mop import ( - `github.com/michaeldv/termbox-go` + `github.com/nsf/termbox-go` `regexp` `strings` )