blob: 01b1d95acd6d479d8ecfb4f680fd11ab9e33cb3b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
// SPDX-FileCopyrightText: 2020 Ethel Morgan
//
// SPDX-License-Identifier: MIT
module go.eth.moe/catbus-wakeonlan
go 1.14
require (
github.com/eclipse/paho.mqtt.golang v1.2.0
github.com/sirupsen/logrus v1.6.0
go.eth.moe/catbus v0.0.0-20200623152511-b8209be849b8
go.eth.moe/logger v0.0.0-20200623151751-52b7892858e7
golang.org/x/net v0.0.0-20200602114024-627f9648deb9 // indirect
)
|