Skip to content

Commit 3f65736

Browse files
committed
namespace change
Signed-off-by: Khash Sajadi <[email protected]>
1 parent e425672 commit 3f65736

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

cmd/modify.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ import (
1010
"strings"
1111
"time"
1212

13+
"github.com/cloud66-oss/alterant/lib"
1314
"github.com/ghodss/yaml"
1415
"github.com/gobuffalo/packr/v2"
15-
"github.com/khash/alterant/lib"
1616
"github.com/robertkrimen/otto"
1717
_ "github.com/robertkrimen/otto/underscore" // this imports underscore into otto
1818
"github.com/spf13/cobra"

cmd/version.go

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ package cmd
33
import (
44
"fmt"
55

6-
"github.com/khash/alterant/utils"
7-
6+
"github.com/cloud66-oss/alterant/utils"
87
"github.com/spf13/cobra"
98
)
109

main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package main
22

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

55
func main() {
66
cmd.Execute()

0 commit comments

Comments
 (0)