1
0
mirror of https://github.com/cmur2/miflorad.git synced 2025-06-26 22:30:24 +02:00

module: update module github.com/eclipse/paho.mqtt.golang to v1.4.1

This commit is contained in:
Renovate Bot
2022-06-09 01:52:09 +00:00
committed by Christian Nicolai
parent 2e9361ceea
commit 4a635752d8
2 changed files with 6 additions and 1 deletions

3
go.mod
View File

@ -4,7 +4,7 @@ go 1.18
require (
github.com/currantlabs/gatt v0.0.0-20161006170101-f949eac78f4e
github.com/eclipse/paho.mqtt.golang v1.3.5
github.com/eclipse/paho.mqtt.golang v1.4.1
github.com/go-ble/ble v0.0.0-20200120171844-0a73a9da88eb
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.7.2
@ -20,6 +20,7 @@ require (
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/raff/goble v0.0.0-20190909174656-72afc67d6a99 // indirect
golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)