update-repos/go.mod
Thorsten Schubert ec8bcfd6bc
All checks were successful
/ build (push) Successful in 11s
Add systemd service detection
2024-05-02 15:15:36 +02:00

14 lines
265 B
Modula-2

module update-repos
go 1.22
require (
github.com/rs/zerolog v1.32.0
golang.org/x/sys v0.19.0
)
require (
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
)