mqttim

MQTT ↔ Instant Messaging Bridge
git clone https://git.instinctive.eu/mqttim.git
Log | Files | Refs | README | LICENSE

go.mod (336B)


      1 module instinctive.eu/go/mqttim
      2 
      3 go 1.21.9
      4 
      5 require (
      6 	github.com/go-mqtt/mqtt v0.0.0-20210702165922-b33ea0451b0b
      7 	github.com/pelletier/go-toml/v2 v2.2.3
      8 	github.com/thoj/go-ircevent v0.0.0-20210723090443-73e444401d64
      9 )
     10 
     11 require (
     12 	golang.org/x/net v0.0.0-20210614182718-04defd469f4e // indirect
     13 	golang.org/x/text v0.3.6 // indirect
     14 )