3
0

Fix imports on settings & users command

This commit is contained in:
Denis Arh
2020-01-18 07:06:54 +01:00
parent 50fdd5c4c3
commit 90a2bde536
2 changed files with 1 additions and 3 deletions

View File

@@ -2,7 +2,6 @@ package commands
import (
"encoding/json"
"github.com/cortezaproject/corteza-server/pkg/auth"
"os"
"strings"

View File

@@ -2,8 +2,6 @@ package commands
import (
"fmt"
"github.com/cortezaproject/corteza-server/pkg/auth"
"github.com/cortezaproject/corteza-server/pkg/rh"
"strconv"
"syscall"
@@ -13,6 +11,7 @@ import (
"github.com/cortezaproject/corteza-server/pkg/auth"
"github.com/cortezaproject/corteza-server/pkg/cli"
"github.com/cortezaproject/corteza-server/pkg/rh"
"github.com/cortezaproject/corteza-server/system/repository"
"github.com/cortezaproject/corteza-server/system/service"
"github.com/cortezaproject/corteza-server/system/types"