diff options
author | Ethel Morgan <eth@ethulhu.co.uk> | 2020-06-24 23:29:18 +0100 |
---|---|---|
committer | Ethel Morgan <eth@ethulhu.co.uk> | 2020-06-24 23:29:18 +0100 |
commit | 7fb447f8e846fd54ea2bbbf5b383102980d566d7 (patch) | |
tree | d3e4801f6b14ab6c0ce4e2349b80ce47b236fa0c /go.mod | |
parent | ee95cf1f3a8b8d38e551261479fc66a113ebeedb (diff) |
update catbus library version to v0.0.3
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ) |