24 lines
684 B
Modula-2
24 lines
684 B
Modula-2
module git.luzifer.io/luzifer/birthday-notifier
|
|
|
|
go 1.22.0
|
|
|
|
require (
|
|
github.com/Luzifer/go_helpers/v2 v2.23.0
|
|
github.com/Luzifer/rconfig/v2 v2.5.0
|
|
github.com/emersion/go-vcard v0.0.0-20230815062825-8fda7d206ec9
|
|
github.com/emersion/go-webdav v0.5.0
|
|
github.com/gregdel/pushover v1.3.0
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/robfig/cron/v3 v3.0.1
|
|
github.com/sirupsen/logrus v1.9.3
|
|
github.com/stretchr/testify v1.8.4
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
golang.org/x/sys v0.18.0 // indirect
|
|
gopkg.in/validator.v2 v2.0.1 // indirect
|
|
)
|