diff --git a/cmd/build.go b/cmd/build.go index dc508cc..29ff39c 100644 --- a/cmd/build.go +++ b/cmd/build.go @@ -5,7 +5,7 @@ import ( "log" "github.com/spf13/cobra" - "github.com/tinynetwork/tn/internal/pkg/shell" + "github.com/tinynetwork/tinet/internal/pkg/shell" ) // buildCmd represents the build command diff --git a/cmd/conf.go b/cmd/conf.go index a55b65a..d96dc67 100644 --- a/cmd/conf.go +++ b/cmd/conf.go @@ -5,7 +5,7 @@ import ( "os" "github.com/spf13/cobra" - "github.com/tinynetwork/tn/internal/pkg/utils" + "github.com/tinynetwork/tinet/internal/pkg/utils" ) // confCmd represents the conf command diff --git a/cmd/down.go b/cmd/down.go index 1bf2ac8..8bff3aa 100644 --- a/cmd/down.go +++ b/cmd/down.go @@ -6,7 +6,7 @@ import ( "strings" "github.com/spf13/cobra" - "github.com/tinynetwork/tn/internal/pkg/utils" + "github.com/tinynetwork/tinet/internal/pkg/utils" ) // downCmd represents the down command diff --git a/cmd/exec.go b/cmd/exec.go index f4fefe3..e190cd3 100644 --- a/cmd/exec.go +++ b/cmd/exec.go @@ -5,7 +5,7 @@ import ( "os" "github.com/spf13/cobra" - "github.com/tinynetwork/tn/internal/pkg/utils" + "github.com/tinynetwork/tinet/internal/pkg/utils" ) // execCmd represents the exec command diff --git a/cmd/init.go b/cmd/init.go index 9154a0f..79dd86f 100644 --- a/cmd/init.go +++ b/cmd/init.go @@ -6,7 +6,7 @@ import ( "log" "github.com/spf13/cobra" - "github.com/tinynetwork/tn/internal/pkg/shell" + "github.com/tinynetwork/tinet/internal/pkg/shell" ) // initCmd represents the init command diff --git a/cmd/ps.go b/cmd/ps.go index 358da81..c7d176f 100644 --- a/cmd/ps.go +++ b/cmd/ps.go @@ -6,7 +6,7 @@ import ( "log" "github.com/spf13/cobra" - "github.com/tinynetwork/tn/internal/pkg/shell" + "github.com/tinynetwork/tinet/internal/pkg/shell" ) // psCmd represents the ps command diff --git a/cmd/pull.go b/cmd/pull.go index 5a6b534..12f2115 100644 --- a/cmd/pull.go +++ b/cmd/pull.go @@ -6,7 +6,7 @@ import ( "strings" "github.com/spf13/cobra" - "github.com/tinynetwork/tn/internal/pkg/shell" + "github.com/tinynetwork/tinet/internal/pkg/shell" ) // pullCmd represents the pull command diff --git a/cmd/reconf.go b/cmd/reconf.go index 5875d9c..68599ed 100644 --- a/cmd/reconf.go +++ b/cmd/reconf.go @@ -8,8 +8,8 @@ import ( "strings" "github.com/spf13/cobra" - "github.com/tinynetwork/tn/internal/pkg/shell" - "github.com/tinynetwork/tn/internal/pkg/utils" + "github.com/tinynetwork/tinet/internal/pkg/shell" + "github.com/tinynetwork/tinet/internal/pkg/utils" ) // reconfCmd represents the reconf command diff --git a/cmd/reup.go b/cmd/reup.go index 04a0e45..4f4365e 100644 --- a/cmd/reup.go +++ b/cmd/reup.go @@ -8,8 +8,8 @@ import ( "strings" "github.com/spf13/cobra" - "github.com/tinynetwork/tn/internal/pkg/shell" - "github.com/tinynetwork/tn/internal/pkg/utils" + "github.com/tinynetwork/tinet/internal/pkg/shell" + "github.com/tinynetwork/tinet/internal/pkg/utils" ) // reupCmd represents the reup command diff --git a/cmd/root.go b/cmd/root.go index d8bf02d..1a60670 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -6,8 +6,8 @@ import ( "os" "github.com/spf13/cobra" - "github.com/tinynetwork/tn/internal/pkg/shell" - "github.com/tinynetwork/tn/internal/pkg/utils" + "github.com/tinynetwork/tinet/internal/pkg/shell" + "github.com/tinynetwork/tinet/internal/pkg/utils" "github.com/spf13/viper" ) diff --git a/cmd/test.go b/cmd/test.go index f96658d..c369103 100644 --- a/cmd/test.go +++ b/cmd/test.go @@ -6,8 +6,8 @@ import ( "strings" "github.com/spf13/cobra" - "github.com/tinynetwork/tn/internal/pkg/shell" - "github.com/tinynetwork/tn/internal/pkg/utils" + "github.com/tinynetwork/tinet/internal/pkg/shell" + "github.com/tinynetwork/tinet/internal/pkg/utils" ) // testCmd represents the test command diff --git a/cmd/up.go b/cmd/up.go index a09ee6f..a10d9f9 100644 --- a/cmd/up.go +++ b/cmd/up.go @@ -8,8 +8,8 @@ import ( "strings" "github.com/spf13/cobra" - "github.com/tinynetwork/tn/internal/pkg/shell" - "github.com/tinynetwork/tn/internal/pkg/utils" + "github.com/tinynetwork/tinet/internal/pkg/shell" + "github.com/tinynetwork/tinet/internal/pkg/utils" ) // upCmd represents the up command diff --git a/cmd/upconf.go b/cmd/upconf.go index ce8bc1c..3124d41 100644 --- a/cmd/upconf.go +++ b/cmd/upconf.go @@ -8,8 +8,8 @@ import ( "strings" "github.com/spf13/cobra" - "github.com/tinynetwork/tn/internal/pkg/shell" - "github.com/tinynetwork/tn/internal/pkg/utils" + "github.com/tinynetwork/tinet/internal/pkg/shell" + "github.com/tinynetwork/tinet/internal/pkg/utils" ) // upconfCmd represents the upconf command diff --git a/internal/pkg/shell/shell.go b/internal/pkg/shell/shell.go index c8da3d3..603efe9 100644 --- a/internal/pkg/shell/shell.go +++ b/internal/pkg/shell/shell.go @@ -8,7 +8,7 @@ import ( l "github.com/sirupsen/logrus" "gopkg.in/yaml.v2" - "github.com/tinynetwork/tn/internal/pkg/utils" + "github.com/tinynetwork/tinet/internal/pkg/utils" ) var log = l.New() diff --git a/main.go b/main.go index f8890ad..3615890 100644 --- a/main.go +++ b/main.go @@ -16,7 +16,7 @@ limitations under the License. package main -import "github.com/tinynetwork/tn/cmd" +import "github.com/tinynetwork/tinet/cmd" func main() { cmd.Execute()