go-repo/go.mod

14 lines
310 B
Modula-2
Raw Normal View History

2020-11-21 09:36:28 +00:00
module go.adphi.net/gorepo
go 1.14
require (
2020-11-21 11:01:43 +00:00
github.com/fsnotify/fsnotify v1.4.9
2020-11-21 11:09:47 +00:00
github.com/ghodss/yaml v1.0.0
2020-11-21 09:36:28 +00:00
github.com/gomarkdown/markdown v0.0.0-20200609195525-3f9352745725
github.com/sirupsen/logrus v1.6.0
2020-11-21 11:01:43 +00:00
github.com/spf13/cobra v1.1.1
2020-11-21 12:04:49 +00:00
github.com/spf13/viper v1.7.1
2020-11-21 09:36:28 +00:00
go.uber.org/multierr v1.5.0
)