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.5.0

This commit is contained in:
renovate[bot]
2025-06-17 09:55:46 +00:00
committed by Christian Nicolai
parent 3586a6e990
commit 2558f33f56
2 changed files with 9 additions and 3 deletions

6
go.mod
View File

@ -4,7 +4,7 @@ go 1.23.0
require (
github.com/currantlabs/gatt v0.0.0-20161006170101-f949eac78f4e
github.com/eclipse/paho.mqtt.golang v1.4.3
github.com/eclipse/paho.mqtt.golang v1.5.0
github.com/go-ble/ble v0.0.0-20200120171844-0a73a9da88eb
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.10.0
@ -12,7 +12,7 @@ require (
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/gorilla/websocket v1.5.3 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.17 // indirect
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
@ -20,7 +20,7 @@ require (
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/raff/goble v0.0.0-20200327175727-d63360dcfd80 // indirect
golang.org/x/net v0.38.0 // indirect
golang.org/x/sync v0.1.0 // indirect
golang.org/x/sync v0.7.0 // indirect
golang.org/x/sys v0.31.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)