3
0

Fix import paths (corteza-server => corteza/server)

This commit is contained in:
Denis Arh
2022-11-16 16:12:24 +01:00
parent 627da636b6
commit 29eacc9f65
1091 changed files with 3561 additions and 3563 deletions

View File

@@ -1,7 +1,7 @@
package cli
import (
"github.com/cortezaproject/corteza-server/pkg/version"
"github.com/cortezaproject/corteza/server/pkg/version"
"github.com/spf13/cobra"
)

View File

@@ -5,7 +5,7 @@ import (
"path"
"sort"
"github.com/cortezaproject/corteza-server/pkg/errors"
"github.com/cortezaproject/corteza/server/pkg/errors"
"github.com/joho/godotenv"
"github.com/spf13/cobra"
)