blob: 99fc0159502783817a4d15427a87347629b1a712 (
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.4
go.eth.moe/logger v0.0.1
)
|