goveal/go.mod

23 lines
733 B
Modula-2
Raw Normal View History

module github.com/baez90/go-reveal-slides
2020-08-13 07:01:26 +00:00
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
2020-08-13 07:01:26 +00:00
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
2020-08-13 07:01:26 +00:00
github.com/spf13/viper v1.7.1
go.uber.org/multierr v1.6.0
)