Bump github.com/iancoleman/strcase from 0.2.0 to 0.3.0 (#155)

Bumps [github.com/iancoleman/strcase](https://github.com/iancoleman/strcase) from 0.2.0 to 0.3.0.
- [Commits](https://github.com/iancoleman/strcase/compare/v0.2.0...v0.3.0)

---
updated-dependencies:
- dependency-name: github.com/iancoleman/strcase
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-07-14 11:13:16 +10:00
committed by GitHub
parent 2a1e101d56
commit 0891f2de04
2 changed files with 3 additions and 2 deletions

2
go.mod
View File

@@ -6,7 +6,7 @@ require (
github.com/golangci/golangci-lint v1.53.3
github.com/goreleaser/goreleaser v1.19.2
github.com/hashicorp/go-version v1.6.0
github.com/iancoleman/strcase v0.2.0
github.com/iancoleman/strcase v0.3.0
github.com/stretchr/testify v1.8.4
github.com/tj/assert v0.0.3
github.com/ulikunitz/xz v0.5.11