refact(pkg): adapt go dependancies

This commit is contained in:
2019-06-15 15:58:41 +02:00
parent 05cd62c624
commit 518855bedf
25 changed files with 47 additions and 54 deletions

View File

@ -4,9 +4,9 @@ import (
"fmt"
"log"
"github.com/go-flucky/flucky/pkg/config"
"github.com/go-flucky/flucky/pkg/types"
"github.com/spf13/cobra"
"github.com/volker-raschek/flucky/pkg/config"
"github.com/volker-raschek/flucky/pkg/types"
)
var enabled bool

View File

@ -3,8 +3,8 @@ package sensor
import (
"log"
"github.com/go-flucky/flucky/pkg/config"
"github.com/spf13/cobra"
"github.com/volker-raschek/flucky/pkg/config"
)
var disableSensorCmd = &cobra.Command{

View File

@ -3,8 +3,8 @@ package sensor
import (
"log"
"github.com/go-flucky/flucky/pkg/config"
"github.com/spf13/cobra"
"github.com/volker-raschek/flucky/pkg/config"
)
var enableSensorCmd = &cobra.Command{

View File

@ -4,9 +4,9 @@ import (
"log"
"os"
"github.com/go-flucky/flucky/pkg/cli"
"github.com/go-flucky/flucky/pkg/config"
"github.com/spf13/cobra"
"github.com/volker-raschek/flucky/pkg/cli"
"github.com/volker-raschek/flucky/pkg/config"
)
var listSensorCmd = &cobra.Command{

View File

@ -3,8 +3,8 @@ package sensor
import (
"log"
"github.com/go-flucky/flucky/pkg/config"
"github.com/spf13/cobra"
"github.com/volker-raschek/flucky/pkg/config"
)
var rmSensorCmd = &cobra.Command{

View File

@ -4,8 +4,8 @@ import (
"fmt"
"log"
"github.com/go-flucky/flucky/pkg/config"
"github.com/spf13/cobra"
"github.com/volker-raschek/flucky/pkg/config"
)
var renameSensorCmd = &cobra.Command{