pcf8523: bump minimal go version to 1.18

This commit is contained in:
Thomas Richner
2023-09-19 00:49:53 +02:00
committed by deadprogram
parent cfa50fd3c2
commit 485ed702c8
2 changed files with 11 additions and 37 deletions
+10 -2
View File
@@ -1,6 +1,6 @@
module tinygo.org/x/drivers
go 1.15
go 1.18
require (
github.com/eclipse/paho.mqtt.golang v1.2.0
@@ -9,4 +9,12 @@ require (
golang.org/x/net v0.7.0
tinygo.org/x/tinyfont v0.3.0
tinygo.org/x/tinyterm v0.1.0
)
)
require (
github.com/google/go-cmp v0.5.2 // indirect
github.com/kr/pretty v0.2.1 // indirect
github.com/kr/text v0.1.0 // indirect
golang.org/x/text v0.7.0 // indirect
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 // indirect
)