go.mod
changeset 246 0998f404dd31
parent 242 2a9ec03fe5a1
child 247 1ca743b3eb80
--- a/go.mod	Sun Jan 13 12:58:50 2019 +0100
+++ b/go.mod	Sun Jan 13 13:41:09 2019 +0100
@@ -2,21 +2,19 @@
 
 require (
 	github.com/BurntSushi/toml v0.3.1 // indirect
-	github.com/McKael/madon/v2 v2.3.1-0.20180929094633-c679abc985d6
-	github.com/cpuguy83/go-md2man v1.0.9-0.20180619205630-691ee98543af // indirect
+	github.com/McKael/madon/v2 v2.3.1-0.20190113122558-9d8259932fb8
 	github.com/ghodss/yaml v1.0.0
 	github.com/inconshreveable/mousetrap v1.0.0 // indirect
 	github.com/kr/pretty v0.1.0 // indirect
 	github.com/kr/text v0.1.0
 	github.com/mattn/go-isatty v0.0.4
-	github.com/pkg/errors v0.8.0
-	github.com/russross/blackfriday v2.0.0+incompatible // indirect
-	github.com/shurcooL/sanitized_anchor_name v0.0.0-20170918181015-86672fcb3f95 // indirect
+	github.com/pkg/errors v0.8.1
 	github.com/spf13/cobra v0.0.3
-	github.com/spf13/pflag v1.0.2
+	github.com/spf13/pflag v1.0.3
 	github.com/spf13/viper v1.2.1
 	github.com/stretchr/testify v1.2.2
 	golang.org/x/net v0.0.0-20180926154720-4dfa2610cdf3
 	golang.org/x/sys v0.0.0-20180928133829-e4b3c5e90611 // indirect
 	gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
+	gopkg.in/yaml.v2 v2.2.2 // indirect
 )