diff options
Diffstat (limited to '')
-rw-r--r-- | go.mod | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -0,0 +1,8 @@ +module go.eth.moe/catbus-actuator-wakeonlan + +go 1.14 + +require ( + github.com/eclipse/paho.mqtt.golang v1.2.0 + golang.org/x/net v0.0.0-20200602114024-627f9648deb9 // indirect +) |