fix: rename packages
This commit is contained in:
		@@ -4,9 +4,9 @@ import (
 | 
			
		||||
	"fmt"
 | 
			
		||||
	"log"
 | 
			
		||||
 | 
			
		||||
	"git.cryptic.systems/fh-trier/go-flucky/pkg/config"
 | 
			
		||||
	"git.cryptic.systems/fh-trier/go-flucky/pkg/types"
 | 
			
		||||
	"github.com/spf13/cobra"
 | 
			
		||||
	"github.com/volker-raschek/flucky/pkg/config"
 | 
			
		||||
	"github.com/volker-raschek/flucky/pkg/types"
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
var enabled bool
 | 
			
		||||
 
 | 
			
		||||
@@ -3,8 +3,8 @@ package sensor
 | 
			
		||||
import (
 | 
			
		||||
	"log"
 | 
			
		||||
 | 
			
		||||
	"git.cryptic.systems/fh-trier/go-flucky/pkg/config"
 | 
			
		||||
	"github.com/spf13/cobra"
 | 
			
		||||
	"github.com/volker-raschek/flucky/pkg/config"
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
var disableSensorCmd = &cobra.Command{
 | 
			
		||||
 
 | 
			
		||||
@@ -3,8 +3,8 @@ package sensor
 | 
			
		||||
import (
 | 
			
		||||
	"log"
 | 
			
		||||
 | 
			
		||||
	"git.cryptic.systems/fh-trier/go-flucky/pkg/config"
 | 
			
		||||
	"github.com/spf13/cobra"
 | 
			
		||||
	"github.com/volker-raschek/flucky/pkg/config"
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
var enableSensorCmd = &cobra.Command{
 | 
			
		||||
 
 | 
			
		||||
@@ -4,9 +4,9 @@ import (
 | 
			
		||||
	"log"
 | 
			
		||||
	"os"
 | 
			
		||||
 | 
			
		||||
	"git.cryptic.systems/fh-trier/go-flucky/pkg/cli"
 | 
			
		||||
	"git.cryptic.systems/fh-trier/go-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{
 | 
			
		||||
 
 | 
			
		||||
@@ -4,8 +4,8 @@ import (
 | 
			
		||||
	"fmt"
 | 
			
		||||
	"log"
 | 
			
		||||
 | 
			
		||||
	"git.cryptic.systems/fh-trier/go-flucky/pkg/config"
 | 
			
		||||
	"github.com/spf13/cobra"
 | 
			
		||||
	"github.com/volker-raschek/flucky/pkg/config"
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
var renameSensorCmd = &cobra.Command{
 | 
			
		||||
 
 | 
			
		||||
@@ -3,8 +3,8 @@ package sensor
 | 
			
		||||
import (
 | 
			
		||||
	"log"
 | 
			
		||||
 | 
			
		||||
	"git.cryptic.systems/fh-trier/go-flucky/pkg/config"
 | 
			
		||||
	"github.com/spf13/cobra"
 | 
			
		||||
	"github.com/volker-raschek/flucky/pkg/config"
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
var rmSensorCmd = &cobra.Command{
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user