This repository has been archived on 2023-08-29. You can view files and clone it, but cannot push or open issues or pull requests.
automation/go.mod
Dreaded_X dace0eba29
All checks were successful
continuous-integration/drone/push Build is passing
Refactored code and added support for kasa smart plugs
2022-09-24 00:42:42 +02:00

16 lines
326 B
Modula-2

module automation
go 1.17
require (
github.com/eclipse/paho.mqtt.golang v1.3.5
github.com/joho/godotenv v1.4.0
github.com/r3labs/sse/v2 v2.8.1
)
require (
github.com/gorilla/websocket v1.4.2 // indirect
golang.org/x/net v0.0.0-20210410081132-afb366fc7cd1 // indirect
gopkg.in/cenkalti/backoff.v1 v1.1.0 // indirect
)