Implement worker status

This commit is contained in:
Samuel Lorch 2024-04-28 01:59:54 +02:00
parent cf000931e4
commit 0be5af70c3
5 changed files with 62 additions and 1 deletions

2
go.mod
View file

@ -6,5 +6,7 @@ require github.com/BurntSushi/toml v1.3.2
require (
github.com/google/uuid v1.6.0 // indirect
github.com/mackerelio/go-osstat v0.2.4 // indirect
golang.org/x/sys v0.6.0 // indirect
nhooyr.io/websocket v1.8.11 // indirect
)