update-repos/go.mod
Thorsten Schubert 38dc165aa5
All checks were successful
/ build (push) Successful in 26s
Migrate from woodpecker CI to act runner
2024-04-18 20:19:33 +02:00

13 lines
211 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/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
)