aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorEthel Morgan <eth@ethulhu.co.uk>2020-06-24 12:25:50 +0100
committerEthel Morgan <eth@ethulhu.co.uk>2020-06-24 12:25:50 +0100
commitee95cf1f3a8b8d38e551261479fc66a113ebeedb (patch)
tree06814f780b3f05be700171b8b5870e9b592a9bde /go.mod
parentceacceca1d01956a2a8576cc6fee6327808a8ef2 (diff)
update catbus library
Diffstat (limited to '')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 6268b21..d33884c 100644
--- a/go.mod
+++ b/go.mod
@@ -7,6 +7,6 @@ module go.eth.moe/catbus-wakeonlan
go 1.14
require (
- go.eth.moe/catbus v0.0.1
+ go.eth.moe/catbus v0.0.2
go.eth.moe/logger v0.0.1
)