diff --git a/main.go b/main.go index cbf27e6d1..a7cf7fb89 100644 --- a/main.go +++ b/main.go @@ -10,7 +10,7 @@ import ( "text/tabwriter" // These packages have init() funcs which check os.Args and drop directly - // into their command logic. This is because they are run as seperate + // into their command logic. This is because they are run as separate // processes along side of a task. By early importing them we can avoid // additional code being imported and thus reserving memory _ "github.com/hashicorp/nomad/client/logmon" @@ -19,7 +19,7 @@ import ( "github.com/hashicorp/nomad/command" "github.com/hashicorp/nomad/version" - "github.com/mattn/go-colorable" + colorable "github.com/mattn/go-colorable" "github.com/mitchellh/cli" "github.com/sean-/seed" "golang.org/x/crypto/ssh/terminal"