htmx_mqtt/go.mod

12 lines
285 B
Modula-2

module git.metznet.ca/MetzNet/htmx_mqtt
go 1.21.5
require (
github.com/eclipse/paho.mqtt.golang v1.4.3 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
golang.org/x/net v0.8.0 // indirect
golang.org/x/sync v0.1.0 // indirect
nhooyr.io/websocket v1.8.10 // indirect
)