From 03fdceac4e29ed3cb5ccbbacaf33f644d8b830a2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2020 06:15:04 +0000 Subject: [PATCH] Bump github.com/spf13/viper from 1.7.0 to 1.7.1 Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.7.0 to 1.7.1. - [Release notes](https://github.com/spf13/viper/releases) - [Commits](https://github.com/spf13/viper/compare/v1.7.0...v1.7.1) Signed-off-by: dependabot-preview[bot] --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index b094bf13..397f7ee7 100644 --- a/go.mod +++ b/go.mod @@ -27,7 +27,7 @@ require ( github.com/rs/cors v1.7.0 github.com/shurcooL/githubv4 v0.0.0-20190119021625-d9689b595017 github.com/shurcooL/graphql v0.0.0-20181231061246-d48a9a75455f // indirect - github.com/spf13/viper v1.7.0 + github.com/spf13/viper v1.7.1 github.com/srvc/appctx v0.1.0 github.com/volatiletech/inflect v0.0.0-20170731032912-e7201282ae8d // indirect github.com/volatiletech/null v8.0.0+incompatible diff --git a/go.sum b/go.sum index 740a897e..be78f0cb 100644 --- a/go.sum +++ b/go.sum @@ -1337,6 +1337,8 @@ github.com/spf13/viper v1.6.1/go.mod h1:t3iDnF5Jlj76alVNuyFBk5oUMCvsrkbvZK0WQdfD github.com/spf13/viper v1.6.2/go.mod h1:t3iDnF5Jlj76alVNuyFBk5oUMCvsrkbvZK0WQdfDi5k= github.com/spf13/viper v1.7.0 h1:xVKxvI7ouOI5I+U9s2eeiUfMaWBVoXA3AWskkrqK0VM= github.com/spf13/viper v1.7.0/go.mod h1:8WkrPz2fc9jxqZNCJI/76HCieCp4Q8HaLFoCha5qpdg= +github.com/spf13/viper v1.7.1 h1:pM5oEahlgWv/WnHXpgbKz7iLIxRf65tye2Ci+XFK5sk= +github.com/spf13/viper v1.7.1/go.mod h1:8WkrPz2fc9jxqZNCJI/76HCieCp4Q8HaLFoCha5qpdg= github.com/sqs/goreturns v0.0.0-20181028201513-538ac6014518 h1:iD+PFTQwKEmbwSdwfvP5ld2WEI/g7qbdhmHJ2ASfYGs= github.com/sqs/goreturns v0.0.0-20181028201513-538ac6014518/go.mod h1:CKI4AZ4XmGV240rTHfO0hfE83S6/a3/Q1siZJ/vXf7A= github.com/srvc/appctx v0.1.0 h1:x44Sw4dU567bIWMl5U70XxBrSxxJGzu2DI2zcaljdCA=