From bd3799df2f4b82a2611492f2b7f8b633c33a44f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Dec 2022 21:50:02 +0000 Subject: [PATCH 1/2] Bump github.com/iancoleman/strcase from 0.1.3 to 0.2.0 Bumps [github.com/iancoleman/strcase](https://github.com/iancoleman/strcase) from 0.1.3 to 0.2.0. - [Release notes](https://github.com/iancoleman/strcase/releases) - [Commits](https://github.com/iancoleman/strcase/compare/v0.1.3...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 2cd325dd..d73fa7b5 100644 --- a/go.mod +++ b/go.mod @@ -14,7 +14,7 @@ require ( github.com/go-openapi/validate v0.20.2 github.com/go-ozzo/ozzo-validation v3.6.0+incompatible github.com/hashicorp/go-cleanhttp v0.5.1 - github.com/iancoleman/strcase v0.1.3 + github.com/iancoleman/strcase v0.2.0 github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 github.com/stretchr/testify v1.8.1 diff --git a/go.sum b/go.sum index 1dadcec0..2179d334 100644 --- a/go.sum +++ b/go.sum @@ -245,8 +245,8 @@ github.com/hashicorp/go-cleanhttp v0.5.1 h1:dH3aiDG9Jvb5r5+bYHsikaOUIpcM0xvgMXVo github.com/hashicorp/go-cleanhttp v0.5.1/go.mod h1:JpRdi6/HCYpAwUzNwuwqhbovhLtngrth3wmdIIUrZ80= github.com/hashicorp/golang-lru v0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= github.com/hashicorp/golang-lru v0.5.1/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= -github.com/iancoleman/strcase v0.1.3 h1:dJBk1m2/qjL1twPLf68JND55vvivMupZ4wIzE8CTdBw= -github.com/iancoleman/strcase v0.1.3/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= github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc= github.com/inconshreveable/mousetrap v1.0.0/go.mod h1:PxqpIevigyE2G7u3NXJIT2ANytuPF1OarO4DADm73n8= github.com/jmespath/go-jmespath v0.4.0/go.mod h1:T8mJZnbsbmF+m6zOOFylbeCJqk5+pHWvzYPziyZiYoo= From ee05ac046bc4fae92ebb1fff3ed3788df2114820 Mon Sep 17 00:00:00 2001 From: Paras Prajapati Date: Wed, 14 Dec 2022 15:18:29 -0500 Subject: [PATCH 2/2] changelog --- .changelog/145.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .changelog/145.txt diff --git a/.changelog/145.txt b/.changelog/145.txt new file mode 100644 index 00000000..6dc9044d --- /dev/null +++ b/.changelog/145.txt @@ -0,0 +1,3 @@ +```release-note:improvement +Bump github.com/iancoleman/strcase from 0.1.3 to 0.2.0 +``` \ No newline at end of file