From 17d1761fbdb406f7b19c67c7511457b773df5ba1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Dec 2022 00:19:18 +0000 Subject: [PATCH] build(deps): bump github.com/alexkohler/nakedret in /tools/mod Bumps [github.com/alexkohler/nakedret](https://github.com/alexkohler/nakedret) from 1.0.0 to 1.0.1. - [Release notes](https://github.com/alexkohler/nakedret/releases) - [Commits](https://github.com/alexkohler/nakedret/compare/v1.0...v1.0.1) --- updated-dependencies: - dependency-name: github.com/alexkohler/nakedret dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- tools/mod/go.mod | 2 +- tools/mod/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/mod/go.mod b/tools/mod/go.mod index 83aff8740..ae2356cdd 100644 --- a/tools/mod/go.mod +++ b/tools/mod/go.mod @@ -3,7 +3,7 @@ module go.etcd.io/etcd/tools/v3 go 1.19 require ( - github.com/alexkohler/nakedret v1.0.0 + github.com/alexkohler/nakedret v1.0.1 github.com/chzchzchz/goword v0.0.0-20170907005317-a9744cb52b03 github.com/coreos/license-bill-of-materials v0.0.0-20190913234955-13baff47494e github.com/gogo/protobuf v1.3.2 diff --git a/tools/mod/go.sum b/tools/mod/go.sum index b745c4a01..8e1fc6baa 100644 --- a/tools/mod/go.sum +++ b/tools/mod/go.sum @@ -15,8 +15,8 @@ github.com/alecthomas/assert/v2 v2.0.3 h1:WKqJODfOiQG0nEJKFKzDIG3E29CN2/4zR9XGJz github.com/alecthomas/participle/v2 v2.0.0-beta.5 h1:y6dsSYVb1G5eK6mgmy+BgI3Mw35a3WghArZ/Hbebrjo= github.com/alecthomas/participle/v2 v2.0.0-beta.5/go.mod h1:RC764t6n4L8D8ITAJv0qdokritYSNR3wV5cVwmIEaMM= github.com/alecthomas/repr v0.1.1 h1:87P60cSmareLAxMc4Hro0r2RBY4ROm0dYwkJNpS4pPs= -github.com/alexkohler/nakedret v1.0.0 h1:S/bzOFhZHYUJp6qPmdXdFHS5nlWGFmLmoc8QOydvotE= -github.com/alexkohler/nakedret v1.0.0/go.mod h1:tfDQbtPt67HhBK/6P0yNktIX7peCxfOp0jO9007DrLE= +github.com/alexkohler/nakedret v1.0.1 h1:cYUUKLoQ//kuZ3ww60tGjniwOOZW0cfnClt6SGX5qr0= +github.com/alexkohler/nakedret v1.0.1/go.mod h1:FIP5ubTIqmK2D35Xct6bjnYc4O027gqCYLqXLQM4xuY= github.com/antihax/optional v1.0.0/go.mod h1:uupD/76wgC+ih3iEmQUL+0Ugr19nfwCT1kdvxnR2qWY= github.com/asaskevich/govalidator v0.0.0-20200907205600-7a23bdc65eef h1:46PFijGLmAjMPwCCCo7Jf0W6f9slllCkkv7vyc1yOSg= github.com/asaskevich/govalidator v0.0.0-20200907205600-7a23bdc65eef/go.mod h1:WaHUgvxTVq04UNunO+XhnAqY/wQc+bxr74GqbsZ/Jqw=