WIP: logging in the background process

This commit is contained in:
2025-06-24 19:47:21 +10:00
parent b22529be7b
commit ab987ffdf8
3 changed files with 54 additions and 20 deletions

3
go.mod
View File

@@ -3,6 +3,9 @@ module gitea.suyono.dev/suyono/go-agent
go 1.24
require (
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/rs/zerolog v1.34.0 // indirect
golang.org/x/net v0.41.0 // indirect
golang.org/x/sys v0.33.0 // indirect
golang.org/x/text v0.26.0 // indirect