File tree 3 files changed +3
-4
lines changed
3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ import (
10
10
"strings"
11
11
"time"
12
12
13
+ "github.com/cloud66-oss/alterant/lib"
13
14
"github.com/ghodss/yaml"
14
15
"github.com/gobuffalo/packr/v2"
15
- "github.com/khash/alterant/lib"
16
16
"github.com/robertkrimen/otto"
17
17
_ "github.com/robertkrimen/otto/underscore" // this imports underscore into otto
18
18
"github.com/spf13/cobra"
Original file line number Diff line number Diff line change @@ -3,8 +3,7 @@ package cmd
3
3
import (
4
4
"fmt"
5
5
6
- "github.com/khash/alterant/utils"
7
-
6
+ "github.com/cloud66-oss/alterant/utils"
8
7
"github.com/spf13/cobra"
9
8
)
10
9
Original file line number Diff line number Diff line change 1
1
package main
2
2
3
- import "github.com/khash /alterant/cmd"
3
+ import "github.com/cloud66-oss /alterant/cmd"
4
4
5
5
func main () {
6
6
cmd .Execute ()
You can’t perform that action at this time.
0 commit comments