summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2020-09-11 05:59:07 +0000
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2020-09-11 22:06:42 +0200
commit75fa4c5c950a43e33dfadfa138f61126b548ac40 (patch)
tree6b5ab4f23ee42e28e3a4bb27106a54d1db8b0ecd /go.mod
parentfd7969e0b09e282d1cd83281bc0f5a62080afe5a (diff)
build(deps): bump github.com/spf13/viper from 1.6.1 to 1.7.1
Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.6.1 to 1.7.1. - [Release notes](https://github.com/spf13/viper/releases) - [Commits](https://github.com/spf13/viper/compare/v1.6.1...v1.7.1) Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod8
1 files changed, 2 insertions, 6 deletions
diff --git a/go.mod b/go.mod
index b78cde071..f17269aa6 100644
--- a/go.mod
+++ b/go.mod
@@ -50,20 +50,16 @@ require (
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.6.1
+ github.com/spf13/viper v1.7.1
github.com/tdewolff/minify/v2 v2.6.2
github.com/yuin/goldmark v1.2.1
github.com/yuin/goldmark-highlighting v0.0.0-20200307114337-60d527fdb691
- go.opencensus.io v0.22.0 // indirect
gocloud.dev v0.15.0
golang.org/x/image v0.0.0-20191214001246-9130b4cfad52
golang.org/x/net v0.0.0-20200202094626-16171245cfb2
- golang.org/x/oauth2 v0.0.0-20190523182746-aaccbc9213b0 // indirect
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
golang.org/x/text v0.3.3
- google.golang.org/api v0.5.0
- google.golang.org/appengine v1.6.0 // indirect
- google.golang.org/genproto v0.0.0-20190522204451-c2c4e71fbf69 // indirect
+ google.golang.org/api v0.13.0
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/ini.v1 v1.51.1 // indirect
gopkg.in/yaml.v2 v2.3.0