aboutsummaryrefslogtreecommitdiff
path: root/go.mod
blob: cb9c28c616d6cc7b91f455f94cd9c421a0358b48 (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.5
	go.eth.moe/logger v0.0.1
)