build: upgrade periph.io dependencies
This commit is contained in:
		@@ -2,9 +2,9 @@ package led
 | 
			
		||||
 | 
			
		||||
import (
 | 
			
		||||
	log "github.com/sirupsen/logrus"
 | 
			
		||||
	"periph.io/x/periph/conn/gpio"
 | 
			
		||||
	"periph.io/x/periph/host"
 | 
			
		||||
	"periph.io/x/periph/host/bcm283x"
 | 
			
		||||
	"periph.io/x/conn/v3/gpio"
 | 
			
		||||
	"periph.io/x/host/v3"
 | 
			
		||||
	"periph.io/x/host/v3/bcm283x"
 | 
			
		||||
	"sync"
 | 
			
		||||
	"time"
 | 
			
		||||
)
 | 
			
		||||
 
 | 
			
		||||
@@ -1,7 +1,7 @@
 | 
			
		||||
package led
 | 
			
		||||
 | 
			
		||||
import (
 | 
			
		||||
	"periph.io/x/periph/conn/gpio"
 | 
			
		||||
	"periph.io/x/conn/v3/gpio"
 | 
			
		||||
	"sync"
 | 
			
		||||
	"testing"
 | 
			
		||||
	"time"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user