change module path from github.com/omixlab to omixlab.com
This commit is contained in:
@@ -11,7 +11,7 @@ import (
|
||||
|
||||
"github.com/spf13/cobra"
|
||||
|
||||
"github.com/omixlab/mosis-portal/pkg/mospkg"
|
||||
"omixlab.com/mosis-portal/pkg/mospkg"
|
||||
)
|
||||
|
||||
// BuildCmd returns the build command
|
||||
|
||||
@@ -11,7 +11,7 @@ import (
|
||||
|
||||
"github.com/spf13/cobra"
|
||||
|
||||
"github.com/omixlab/mosis-portal/pkg/mospkg"
|
||||
"omixlab.com/mosis-portal/pkg/mospkg"
|
||||
)
|
||||
|
||||
// InitCmd returns the init command
|
||||
|
||||
@@ -15,7 +15,7 @@ import (
|
||||
"github.com/spf13/cobra"
|
||||
"github.com/spf13/viper"
|
||||
|
||||
"github.com/omixlab/mosis-portal/pkg/mospkg"
|
||||
"omixlab.com/mosis-portal/pkg/mospkg"
|
||||
)
|
||||
|
||||
// KeysCmd returns the keys command
|
||||
|
||||
@@ -13,7 +13,7 @@ import (
|
||||
"github.com/spf13/cobra"
|
||||
"github.com/spf13/viper"
|
||||
|
||||
"github.com/omixlab/mosis-portal/pkg/mospkg"
|
||||
"omixlab.com/mosis-portal/pkg/mospkg"
|
||||
)
|
||||
|
||||
// PublishCmd returns the publish command
|
||||
|
||||
@@ -9,7 +9,7 @@ import (
|
||||
"github.com/spf13/cobra"
|
||||
"github.com/spf13/viper"
|
||||
|
||||
"github.com/omixlab/mosis-portal/pkg/mospkg"
|
||||
"omixlab.com/mosis-portal/pkg/mospkg"
|
||||
)
|
||||
|
||||
// RunCmd returns the run command
|
||||
|
||||
@@ -8,7 +8,7 @@ import (
|
||||
|
||||
"github.com/spf13/cobra"
|
||||
|
||||
"github.com/omixlab/mosis-portal/pkg/mospkg"
|
||||
"omixlab.com/mosis-portal/pkg/mospkg"
|
||||
)
|
||||
|
||||
// SignCmd returns the sign command
|
||||
|
||||
@@ -12,7 +12,7 @@ import (
|
||||
"github.com/spf13/cobra"
|
||||
"github.com/spf13/viper"
|
||||
|
||||
"github.com/omixlab/mosis-portal/pkg/mospkg"
|
||||
"omixlab.com/mosis-portal/pkg/mospkg"
|
||||
)
|
||||
|
||||
// StatusCmd returns the status command
|
||||
|
||||
@@ -10,7 +10,7 @@ import (
|
||||
|
||||
"github.com/spf13/cobra"
|
||||
|
||||
"github.com/omixlab/mosis-portal/pkg/mospkg"
|
||||
"omixlab.com/mosis-portal/pkg/mospkg"
|
||||
)
|
||||
|
||||
// ValidateCmd returns the validate command
|
||||
|
||||
@@ -7,7 +7,7 @@ import (
|
||||
"github.com/spf13/cobra"
|
||||
"github.com/spf13/viper"
|
||||
|
||||
"github.com/omixlab/mosis-portal/cmd/mosis/cmd"
|
||||
"omixlab.com/mosis-portal/cmd/mosis/cmd"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
||||
@@ -10,9 +10,9 @@ import (
|
||||
"syscall"
|
||||
"time"
|
||||
|
||||
"github.com/omixlab/mosis-portal/internal/api"
|
||||
"github.com/omixlab/mosis-portal/internal/config"
|
||||
"github.com/omixlab/mosis-portal/internal/database"
|
||||
"omixlab.com/mosis-portal/internal/api"
|
||||
"omixlab.com/mosis-portal/internal/config"
|
||||
"omixlab.com/mosis-portal/internal/database"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
||||
Reference in New Issue
Block a user