fix, 2
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Wolfgang Hottgenroth 2025-02-10 13:43:15 +01:00
parent 9846f70e5c
commit b0def60a92

View File

@ -1,6 +1,6 @@
module smq
go 1.21.3
go 1.22.5
require (
github.com/eclipse/paho.mqtt.golang v1.4.3
@ -10,6 +10,6 @@ require (
require (
github.com/gorilla/websocket v1.5.0 // indirect
golang.org/x/net v0.15.0 // indirect
golang.org/x/net v0.34.0 // indirect
golang.org/x/sync v0.1.0 // indirect
)