From 556cd29a46f398b4881b204b0dc65cde41d5efd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2020 06:42:00 +0000 Subject: [PATCH] build(deps): bump github.com/ssgreg/nlreturn/v2 from 2.0.2 to 2.1.0 Bumps [github.com/ssgreg/nlreturn/v2](https://github.com/ssgreg/nlreturn) from 2.0.2 to 2.1.0. - [Release notes](https://github.com/ssgreg/nlreturn/releases) - [Changelog](https://github.com/ssgreg/nlreturn/blob/master/.goreleaser.yml) - [Commits](https://github.com/ssgreg/nlreturn/compare/v2.0.2...v2.1.0) Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 8b2c5c213a6a..84d6f7be5d98 100644 --- a/go.mod +++ b/go.mod @@ -48,7 +48,7 @@ require ( github.com/spf13/cobra v1.0.0 github.com/spf13/pflag v1.0.5 github.com/spf13/viper v1.7.1 - github.com/ssgreg/nlreturn/v2 v2.0.2 + github.com/ssgreg/nlreturn/v2 v2.1.0 github.com/stretchr/testify v1.6.1 github.com/tdakkota/asciicheck v0.0.0-20200416190851-d7f85be797a2 github.com/tetafro/godot v0.4.8 diff --git a/go.sum b/go.sum index b8aa9c387cd7..db7c5feae31b 100644 --- a/go.sum +++ b/go.sum @@ -355,8 +355,11 @@ github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An github.com/spf13/viper v1.4.0/go.mod h1:PTJ7Z/lr49W6bUbkmS1V3by4uWynFiR9p7+dSq/yZzE= 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/ssgreg/nlreturn v1.0.5 h1:K4QpNjmqF0OmJ+JyCXy3HIllKJf9ZpowLX2IIeOdMOA= github.com/ssgreg/nlreturn/v2 v2.0.2 h1:dDDKolU4T4RNuRfb9RKXVjlXFopG1K9UStsRw8nw958= github.com/ssgreg/nlreturn/v2 v2.0.2/go.mod h1:E/iiPB78hV7Szg2YfRgyIrk1AD6JVMTRkkxBiELzh2I= +github.com/ssgreg/nlreturn/v2 v2.1.0 h1:6/s4Rc49L6Uo6RLjhWZGBpWWjfzk2yrf1nIW8m4wgVA= +github.com/ssgreg/nlreturn/v2 v2.1.0/go.mod h1:E/iiPB78hV7Szg2YfRgyIrk1AD6JVMTRkkxBiELzh2I= github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= github.com/stretchr/objx v0.1.1 h1:2vfRuCMp5sSVIDSqO8oNnWJq7mPa6KVP3iPIwFBuy8A= github.com/stretchr/objx v0.1.1/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=