From cc5468866177fb3c5b60712af426eb895951d1ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Feb 2023 12:12:04 +0000 Subject: [PATCH] Bump github.com/iancoleman/strcase Bumps [github.com/iancoleman/strcase](https://github.com/iancoleman/strcase) from 0.0.0-20191112232945-16388991a334 to 0.2.0. - [Release notes](https://github.com/iancoleman/strcase/releases) - [Commits](https://github.com/iancoleman/strcase/commits/v0.2.0) --- updated-dependencies: - dependency-name: github.com/iancoleman/strcase dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index a1330dd..f68bf1e 100644 --- a/go.mod +++ b/go.mod @@ -2,4 +2,4 @@ module github.com/ttakuya50/github-actions-example go 1.13 -require github.com/iancoleman/strcase v0.0.0-20191112232945-16388991a334 +require github.com/iancoleman/strcase v0.2.0 diff --git a/go.sum b/go.sum index e4d62d5..52785b4 100644 --- a/go.sum +++ b/go.sum @@ -1,2 +1,2 @@ -github.com/iancoleman/strcase v0.0.0-20191112232945-16388991a334 h1:VHgatEHNcBFEB7inlalqfNqw65aNkM1lGX2yt3NmbS8= -github.com/iancoleman/strcase v0.0.0-20191112232945-16388991a334/go.mod h1:SK73tn/9oHe+/Y0h39VT4UCxmurVJkR5NA7kMEAOgSE= +github.com/iancoleman/strcase v0.2.0 h1:05I4QRnGpI0m37iZQRuskXh+w77mr6Z41lwQzuHLwW0= +github.com/iancoleman/strcase v0.2.0/go.mod h1:iwCmte+B7n89clKwxIoIXy/HfoL7AsD47ZCWhYzw7ho=