Skip to content

Commit 078c2bf

Browse files
authored
Merge pull request #35 from pangum/dependabot-go_modules-github.com-eclipse-paho.mqtt.golang-1.5.0
Bump github.com/eclipse/paho.mqtt.golang from 1.4.3 to 1.5.0
2 parents 5b6fc8b + a387851 commit 078c2bf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/pangum/mqtt
33
go 1.18
44

55
require (
6-
github.com/eclipse/paho.mqtt.golang v1.4.3
6+
github.com/eclipse/paho.mqtt.golang v1.5.0
77
github.com/goexl/gox v0.1.6
88
github.com/goexl/mengpo v0.2.4
99
github.com/goexl/xiren v0.0.5
@@ -26,7 +26,7 @@ require (
2626
github.com/goexl/gfx v0.1.6 // indirect
2727
github.com/goexl/simaqian v0.2.1 // indirect
2828
github.com/google/uuid v1.3.0 // indirect
29-
github.com/gorilla/websocket v1.5.0 // indirect
29+
github.com/gorilla/websocket v1.5.3 // indirect
3030
github.com/leodido/go-urn v1.2.1 // indirect
3131
github.com/pelletier/go-toml v1.9.5 // indirect
3232
github.com/pkg/errors v0.9.1 // indirect
@@ -42,7 +42,7 @@ require (
4242
go.uber.org/multierr v1.8.0 // indirect
4343
go.uber.org/zap v1.24.0 // indirect
4444
golang.org/x/crypto v0.31.0 // indirect
45-
golang.org/x/net v0.23.0 // indirect
45+
golang.org/x/net v0.27.0 // indirect
4646
golang.org/x/sync v0.10.0 // indirect
4747
golang.org/x/sys v0.28.0 // indirect
4848
golang.org/x/text v0.21.0 // indirect

0 commit comments

Comments
 (0)