WIP: logging in the background process
This commit is contained in:
3
go.mod
3
go.mod
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user