diff --git a/cmd/modify.go b/cmd/modify.go index 23f0e45..00fcb51 100644 --- a/cmd/modify.go +++ b/cmd/modify.go @@ -10,9 +10,9 @@ import ( "strings" "time" + "github.com/cloud66-oss/alterant/lib" "github.com/ghodss/yaml" "github.com/gobuffalo/packr/v2" - "github.com/khash/alterant/lib" "github.com/robertkrimen/otto" _ "github.com/robertkrimen/otto/underscore" // this imports underscore into otto "github.com/spf13/cobra" diff --git a/cmd/version.go b/cmd/version.go index 3b66db4..b4a527a 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -3,8 +3,7 @@ package cmd import ( "fmt" - "github.com/khash/alterant/utils" - + "github.com/cloud66-oss/alterant/utils" "github.com/spf13/cobra" ) diff --git a/main.go b/main.go index ad3cc99..8dd0940 100644 --- a/main.go +++ b/main.go @@ -1,6 +1,6 @@ package main -import "github.com/khash/alterant/cmd" +import "github.com/cloud66-oss/alterant/cmd" func main() { cmd.Execute()