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:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-07-27 14:24:26 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2021-07-27 15:05:28 +0300
commit81265af2cccd3247df87f05eebf8907a14e978a4 (patch)
treeea5f86ee943734ced3b20ca6fbb51cf74d6b7b77 /go.mod
parentc102c9719b3a29406ef59dc18eca6bd280e4dc43 (diff)
build(deps): bump github.com/spf13/cobra from 1.1.3 to 1.2.1
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.1.3 to 1.2.1. - [Release notes](https://github.com/spf13/cobra/releases) - [Changelog](https://github.com/spf13/cobra/blob/master/CHANGELOG.md) - [Commits](https://github.com/spf13/cobra/compare/v1.1.3...v1.2.1) --- updated-dependencies: - dependency-name: github.com/spf13/cobra dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod5
1 files changed, 2 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index 6441a3bbe..9520051fb 100644
--- a/go.mod
+++ b/go.mod
@@ -50,11 +50,11 @@ require (
github.com/sanity-io/litter v1.5.0
github.com/spf13/afero v1.6.0
github.com/spf13/cast v1.3.1
- github.com/spf13/cobra v1.1.3
+ github.com/spf13/cobra v1.2.1
github.com/spf13/fsync v0.9.0
github.com/spf13/jwalterweatherman v1.1.0
github.com/spf13/pflag v1.0.5
- github.com/spf13/viper v1.7.0
+ github.com/spf13/viper v1.8.1
github.com/tdewolff/minify/v2 v2.9.19
github.com/yuin/goldmark v1.4.0
github.com/yuin/goldmark-highlighting v0.0.0-20200307114337-60d527fdb691
@@ -65,7 +65,6 @@ require (
golang.org/x/text v0.3.6
google.golang.org/api v0.45.0
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
- gopkg.in/ini.v1 v1.51.1 // indirect
gopkg.in/yaml.v2 v2.4.0
)