diff options
author | Ethel Morgan <eth@ethulhu.co.uk> | 2020-06-28 21:59:12 +0100 |
---|---|---|
committer | Ethel Morgan <eth@ethulhu.co.uk> | 2020-06-28 21:59:12 +0100 |
commit | 20e1d9a1c840384c7fe28c70c40342f666b690a6 (patch) | |
tree | 3229391ba327979bbc5cead58cea8c62885781ff /go.mod | |
parent | 7fb447f8e846fd54ea2bbbf5b383102980d566d7 (diff) |
update Catbus version, add a logging statement
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.3 + go.eth.moe/catbus v0.0.4 go.eth.moe/logger v0.0.1 ) |