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

@ -1,6 +1,6 @@
package collect
import "github.com/volker-raschek/flucky/pkg/types"
import "github.com/go-flucky/flucky/pkg/types"
func Humidities(humidityChannel <-chan *types.Humidity) []*types.Humidity {
humidityList := make([]*types.Humidity, 0)

View File

@ -1,7 +1,7 @@
package collect
import (
"github.com/volker-raschek/flucky/pkg/types"
"github.com/go-flucky/flucky/pkg/types"
)
func Temperatures(temperatureChannel <-chan *types.Temperature) []*types.Temperature {

View File

@ -4,8 +4,8 @@ import (
"fmt"
"time"
"github.com/volker-raschek/flucky/pkg/config"
"github.com/volker-raschek/flucky/pkg/types"
"github.com/go-flucky/flucky/pkg/config"
"github.com/go-flucky/flucky/pkg/types"
)
// GetSensorsByTemperatures returns commulated list of sensors by temperature values