scron/go.mod
kekskurse b80ac51326
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
feat: add dump-conig function
2025-08-26 13:43:53 +02:00

21 lines
584 B
Modula-2

module git.keks.cloud/kekskurse/scron
go 1.24.1
require (
github.com/rs/zerolog v1.34.0
github.com/stretchr/testify v1.10.0
github.com/urfave/cli/v3 v3.4.1
gopkg.in/mail.v2 v2.3.1
gopkg.in/yaml.v2 v2.4.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/sys v0.12.0 // indirect
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)