Skip to content

Commit

Permalink
namespace change
Browse files Browse the repository at this point in the history
Signed-off-by: Khash Sajadi <[email protected]>
  • Loading branch information
khash committed Apr 25, 2019
1 parent e425672 commit 3f65736
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cmd/modify.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
3 changes: 1 addition & 2 deletions cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ package cmd
import (
"fmt"

"github.com/khash/alterant/utils"

"github.com/cloud66-oss/alterant/utils"
"github.com/spf13/cobra"
)

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package main

import "github.com/khash/alterant/cmd"
import "github.com/cloud66-oss/alterant/cmd"

func main() {
cmd.Execute()
Expand Down

0 comments on commit 3f65736

Please sign in to comment.