diff --git a/go.mod b/go.mod index 9b0ac08..a9d9fd5 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module miflorad require ( github.com/coreos/go-systemd v0.0.0-20190401025500-95778dfbb74e // indirect github.com/currantlabs/gatt v0.0.0-20161006170101-f949eac78f4e - github.com/eclipse/paho.mqtt.golang v1.1.1 + github.com/eclipse/paho.mqtt.golang v1.2.0 github.com/fatih/structs v1.1.0 // indirect github.com/go-ble/ble v0.0.0-20181002102605-e78417b510a3 github.com/godbus/dbus v0.0.0-20181031085051-66d97ae // indirect diff --git a/go.sum b/go.sum index 51c5d5c..5d96d65 100644 --- a/go.sum +++ b/go.sum @@ -11,6 +11,7 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/eclipse/paho.mqtt.golang v1.1.1 h1:iPJYXJLaViCshRTW/PSqImSS6HJ2Rf671WR0bXZ2GIU= github.com/eclipse/paho.mqtt.golang v1.1.1/go.mod h1:H9keYFcgq3Qr5OUJm/JZI/i6U7joQ8SYLhZwfeOo6Ts= +github.com/eclipse/paho.mqtt.golang v1.2.0/go.mod h1:H9keYFcgq3Qr5OUJm/JZI/i6U7joQ8SYLhZwfeOo6Ts= github.com/fatih/structs v1.0.0/go.mod h1:9NiDSp5zOcgEDl+j00MP/WkGVPOlPRLejGD8Ga6PJ7M= github.com/fatih/structs v1.1.0 h1:Q7juDM0QtcnhCpeyLGQKyg4TOIghuNXrkL32pHAUMxo= github.com/fatih/structs v1.1.0/go.mod h1:9NiDSp5zOcgEDl+j00MP/WkGVPOlPRLejGD8Ga6PJ7M=