aboutsummaryrefslogtreecommitdiff
path: root/go.mod
blob: 4a884faa4472996cf89df375f13dd4f7af4089a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// SPDX-FileCopyrightText: 2020 Ethel Morgan
//
// SPDX-License-Identifier: MIT

module go.eth.moe/catbus-actuator-wakeonlan

go 1.14

require (
	github.com/eclipse/paho.mqtt.golang v1.2.0
	github.com/sirupsen/logrus v1.6.0
	golang.org/x/net v0.0.0-20200602114024-627f9648deb9 // indirect
)