aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorEthel Morgan <eth@ethulhu.co.uk>2020-06-24 23:29:18 +0100
committerEthel Morgan <eth@ethulhu.co.uk>2020-06-24 23:29:18 +0100
commit7fb447f8e846fd54ea2bbbf5b383102980d566d7 (patch)
treed3e4801f6b14ab6c0ce4e2349b80ce47b236fa0c /go.mod
parentee95cf1f3a8b8d38e551261479fc66a113ebeedb (diff)
update catbus library version to v0.0.3
Diffstat (limited to '')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index d33884c..ad9647a 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.2
+ go.eth.moe/catbus v0.0.3
go.eth.moe/logger v0.0.1
)