fix:_renamed import path to volker-raschek
This commit is contained in:
@ -6,11 +6,11 @@ import (
|
||||
|
||||
"time"
|
||||
|
||||
"github.com/go-flucky/flucky/pkg/internal/format"
|
||||
"github.com/go-flucky/flucky/pkg/rgbled"
|
||||
"github.com/go-flucky/flucky/pkg/sensor"
|
||||
"github.com/volker-raschek/flucky/pkg/internal/format"
|
||||
"github.com/volker-raschek/flucky/pkg/rgbled"
|
||||
"github.com/volker-raschek/flucky/pkg/sensor"
|
||||
|
||||
"github.com/go-flucky/flucky/pkg/types"
|
||||
"github.com/volker-raschek/flucky/pkg/types"
|
||||
uuid "github.com/satori/go.uuid"
|
||||
)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
package config
|
||||
|
||||
import "github.com/go-flucky/flucky/pkg/types"
|
||||
import "github.com/volker-raschek/flucky/pkg/types"
|
||||
|
||||
var (
|
||||
humiditySensorModels = map[types.SensorModel]types.SensorModel{
|
||||
|
Reference in New Issue
Block a user