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

module go.eth.moe/catbus-wakeonlan

go 1.14

require (
	go.eth.moe/catbus v0.0.2
	go.eth.moe/logger v0.0.1
)