From 59c92b2362df2bb09e72615bcd003106610bba2a Mon Sep 17 00:00:00 2001 From: Marcus Hines <48968169+mhines99@users.noreply.github.com> Date: Wed, 24 Apr 2019 16:18:02 -0700 Subject: [PATCH] Update curse.go to use the new repo name This was needed to support using this package in a bazel environment as the generate WORKSPACE name was refering to the kless name however the generated dependencies were using the new tredoe name --- curse.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curse.go b/curse.go index b78dcee..1c3c05e 100644 --- a/curse.go +++ b/curse.go @@ -12,7 +12,7 @@ import ( "strconv" "strings" - "github.com/kless/term" + "github.com/tredoe/term" "golang.org/x/sys/unix" )