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