Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorAnthony Fok <foka@debian.org>2020-10-24 12:39:53 +0300
committerAnthony Fok <foka@debian.org>2020-10-24 12:39:53 +0300
commit3261678f63fd66810db77ccaf9a0c0e426be5380 (patch)
tree926dfc19b4358b8749a38f2ae49059ec766d34c7 /go.mod
parentf465c5c3079261eb7fa513e2d2793851b9c52b83 (diff)
deps: Bump github.com/spf13/cobra from 0.0.7 to 1.1.1
Cobra 1.1.1 fixes internal formatting for go-md2man v2 (which caused man page generation e.g. "hugo gen man" to be broken since Cobra 0.0.6). See spf13/cobra#1049 for context.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 3fb958888..d349c8a6b 100644
--- a/go.mod
+++ b/go.mod
@@ -47,7 +47,7 @@ require (
github.com/sanity-io/litter v1.3.0
github.com/spf13/afero v1.4.1
github.com/spf13/cast v1.3.1
- github.com/spf13/cobra v0.0.7
+ github.com/spf13/cobra v1.1.1
github.com/spf13/fsync v0.9.0
github.com/spf13/jwalterweatherman v1.1.0
github.com/spf13/pflag v1.0.5