refact(pkg): adapt go dependancies
This commit is contained in:
		@@ -3,9 +3,9 @@ package sensor
 | 
			
		||||
import (
 | 
			
		||||
	"sync"
 | 
			
		||||
 | 
			
		||||
	"github.com/volker-raschek/flucky/pkg/internal/collect"
 | 
			
		||||
	"github.com/volker-raschek/flucky/pkg/internal/prittyprint"
 | 
			
		||||
	"github.com/volker-raschek/flucky/pkg/types"
 | 
			
		||||
	"github.com/go-flucky/flucky/pkg/internal/collect"
 | 
			
		||||
	"github.com/go-flucky/flucky/pkg/internal/prittyprint"
 | 
			
		||||
	"github.com/go-flucky/flucky/pkg/types"
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
// ReadHumidities returns a list of measured humidities by humidity sensors
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user