modules: update go version and dependency

Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
deadprogram
2020-07-31 19:27:53 +02:00
parent 9130e61c55
commit 857e45f18d
2 changed files with 5 additions and 1 deletions
+3 -1
View File
@@ -1,3 +1,5 @@
module tinygo.org/x/drivers
go 1.13
go 1.14
require github.com/eclipse/paho.mqtt.golang v1.2.0
+2
View File
@@ -0,0 +1,2 @@
github.com/eclipse/paho.mqtt.golang v1.2.0 h1:1F8mhG9+aO5/xpdtFkW4SxOJB67ukuDC3t2y2qayIX0=
github.com/eclipse/paho.mqtt.golang v1.2.0/go.mod h1:H9keYFcgq3Qr5OUJm/JZI/i6U7joQ8SYLhZwfeOo6Ts=