build: upgrade periph.io dependencies

This commit is contained in:
2021-09-01 21:41:28 +02:00
parent 8b5888ee1b
commit 3393931a05
174 changed files with 6750 additions and 744 deletions

View File

@@ -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"
)

View File

@@ -1,7 +1,7 @@
package led
import (
"periph.io/x/periph/conn/gpio"
"periph.io/x/conn/v3/gpio"
"sync"
"testing"
"time"