feat(rename): Rename app

This commit is contained in:
Matthieu 'JP' DERASSE
2022-07-28 22:03:57 +00:00
parent a3c953c7a4
commit 13903329c8
14 changed files with 29 additions and 14 deletions

View File

@ -8,8 +8,8 @@ import (
"os"
"strings"
"git.home.m-and-m.ovh/mderasse/boot/helpers"
"git.home.m-and-m.ovh/mderasse/boot/helpers/api_type"
"git.home.m-and-m.ovh/mderasse/gouick/helpers"
"git.home.m-and-m.ovh/mderasse/gouick/helpers/api_type"
"github.com/spf13/cobra"
log "github.com/sirupsen/logrus"

View File

@ -7,7 +7,7 @@ package cmd
import (
"os"
"git.home.m-and-m.ovh/mderasse/boot/helpers/dependencies"
"git.home.m-and-m.ovh/mderasse/gouick/helpers/dependencies"
"github.com/spf13/cobra"
log "github.com/sirupsen/logrus"

View File

@ -7,7 +7,7 @@ package cmd
import (
"github.com/spf13/cobra"
"git.home.m-and-m.ovh/mderasse/boot/helpers"
"git.home.m-and-m.ovh/mderasse/gouick/helpers"
log "github.com/sirupsen/logrus"
)