13 lines
273 B
Modula-2
13 lines
273 B
Modula-2
module go.adphi.net/gorepo
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/fsnotify/fsnotify v1.4.9
|
|
github.com/gomarkdown/markdown v0.0.0-20200609195525-3f9352745725
|
|
github.com/sirupsen/logrus v1.6.0
|
|
github.com/spf13/cobra v1.1.1
|
|
go.uber.org/multierr v1.5.0
|
|
gopkg.in/yaml.v2 v2.2.8
|
|
)
|