@@ -3,7 +3,7 @@ module github.com/pangum/mqtt
33go 1.18
44
55require (
6- github.com/eclipse/paho.mqtt.golang v1.4.3
6+ github.com/eclipse/paho.mqtt.golang v1.5.0
77github.com/goexl/gox v0.1.6
88github.com/goexl/mengpo v0.2.4
99github.com/goexl/xiren v0.0.5
@@ -26,7 +26,7 @@ require (
2626github.com/goexl/gfx v0.1.6 // indirect
2727github.com/goexl/simaqian v0.2.1 // indirect
2828github.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
3030github.com/leodido/go-urn v1.2.1 // indirect
3131github.com/pelletier/go-toml v1.9.5 // indirect
3232github.com/pkg/errors v0.9.1 // indirect
@@ -42,7 +42,7 @@ require (
4242go.uber.org/multierr v1.8.0 // indirect
4343go.uber.org/zap v1.24.0 // indirect
4444golang.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
4646golang.org/x/sync v0.10.0 // indirect
4747golang.org/x/sys v0.28.0 // indirect
4848golang.org/x/text v0.21.0 // indirect
0 commit comments