blob: 6268b2140af777bedea1f8577ea5fe43de501514 (
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.1
go.eth.moe/logger v0.0.1
)
|