2021-08-10 16:56:44 +02:00
|
|
|
module gitbase.de/apairon/fstrigger
|
|
|
|
|
|
|
|
go 1.16
|
|
|
|
|
|
|
|
require (
|
2021-09-07 18:24:30 +02:00
|
|
|
github.com/davecgh/go-spew v1.1.1
|
2021-08-11 11:46:05 +02:00
|
|
|
github.com/domodwyer/mailyak/v3 v3.3.3
|
2021-08-10 16:56:44 +02:00
|
|
|
github.com/flosch/pongo2/v4 v4.0.2
|
|
|
|
github.com/rjeczalik/notify v0.9.2
|
|
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
|
|
|
|
)
|