update import path

This commit is contained in:
Tim Cooper
2016-12-24 13:21:10 -04:00
parent c15344203a
commit e63f8f98b8
15 changed files with 29 additions and 32 deletions

6
ui.go
View File

@@ -1,4 +1,4 @@
package barnard
package barnard // import "layeh.com/barnard"
import (
"fmt"
@@ -6,8 +6,8 @@ import (
"time"
"github.com/kennygrant/sanitize"
"github.com/layeh/barnard/uiterm"
"github.com/layeh/gumble/gumble"
"layeh.com/barnard/uiterm"
"layeh.com/gumble/gumble"
)
const (