Peter Kurfer
bd27081aa6
- reload markdown if changed - allow to monitor other files if wanted - disable HTTP cache to force reload - extend example - replace almost everything with layered file systems
22 lines
733 B
Modula-2
22 lines
733 B
Modula-2
module github.com/baez90/go-reveal-slides
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/Masterminds/goutils v1.1.0 // indirect
|
|
github.com/Masterminds/semver v1.5.0 // indirect
|
|
github.com/Masterminds/sprig v2.22.0+incompatible
|
|
github.com/bmatcuk/doublestar/v2 v2.0.4
|
|
github.com/fsnotify/fsnotify v1.4.9
|
|
github.com/gobuffalo/here v0.6.2 // indirect
|
|
github.com/google/uuid v1.1.2 // indirect
|
|
github.com/huandu/xstrings v1.3.2 // indirect
|
|
github.com/imdario/mergo v0.3.11 // indirect
|
|
github.com/markbates/pkger v0.17.1
|
|
github.com/mitchellh/copystructure v1.0.0 // indirect
|
|
github.com/mitchellh/go-homedir v1.1.0
|
|
github.com/sirupsen/logrus v1.7.0
|
|
github.com/spf13/cobra v1.1.1
|
|
github.com/spf13/viper v1.7.1
|
|
go.uber.org/multierr v1.6.0
|
|
)
|