Skip to content

Commit 7e8858f

Browse files
Bump github.com/iancoleman/strcase
Bumps [github.com/iancoleman/strcase](https://github.com/iancoleman/strcase) from 0.0.0-20190422225806-e506e3ef7365 to 0.3.0. - [Commits](https://github.com/iancoleman/strcase/commits/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] <[email protected]>
1 parent 152e54e commit 7e8858f

File tree

9 files changed

+160
-115
lines changed

9 files changed

+160
-115
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.20
55
require (
66
github.com/Microsoft/go-winio v0.4.16
77
github.com/google/go-cmp v0.5.0
8-
github.com/iancoleman/strcase v0.0.0-20190422225806-e506e3ef7365
8+
github.com/iancoleman/strcase v0.3.0
99
github.com/kubernetes-csi/csi-proxy/client v0.0.0-00010101000000-000000000000
1010
github.com/pkg/errors v0.9.1
1111
github.com/sergi/go-diff v1.0.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ github.com/google/go-cmp v0.4.0/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/
3535
github.com/google/go-cmp v0.5.0 h1:/QaMHBdZ26BB3SSst0Iwl10Epc+xhTquomWX0oZEB6w=
3636
github.com/google/go-cmp v0.5.0/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
3737
github.com/google/uuid v1.1.2/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
38-
github.com/iancoleman/strcase v0.0.0-20190422225806-e506e3ef7365 h1:ECW73yc9MY7935nNYXUkK7Dz17YuSUI9yqRqYS8aBww=
39-
github.com/iancoleman/strcase v0.0.0-20190422225806-e506e3ef7365/go.mod h1:SK73tn/9oHe+/Y0h39VT4UCxmurVJkR5NA7kMEAOgSE=
38+
github.com/iancoleman/strcase v0.3.0 h1:nTXanmYxhfFAMjZL34Ov6gkzEsSJZ5DbhxWjvSASxEI=
39+
github.com/iancoleman/strcase v0.3.0/go.mod h1:iwCmte+B7n89clKwxIoIXy/HfoL7AsD47ZCWhYzw7ho=
4040
github.com/konsorten/go-windows-terminal-sequences v1.0.1/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ=
4141
github.com/mauriciopoppe/gengo v0.0.0-20210525224835-9c78f58f3486 h1:+l047vEi0SyAzdVToIaAcfoY5DwwGW+OyqTdH/P3TTg=
4242
github.com/mauriciopoppe/gengo v0.0.0-20210525224835-9c78f58f3486/go.mod h1:xXv3T4UXTLta31wMhVezwVkc26OLei4hMbLeBJbPmxc=

vendor/github.com/iancoleman/strcase/.travis.yml

Lines changed: 7 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/iancoleman/strcase/README.md

Lines changed: 46 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/iancoleman/strcase/acronyms.go

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/iancoleman/strcase/camel.go

Lines changed: 36 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/iancoleman/strcase/numbers.go

Lines changed: 0 additions & 38 deletions
This file was deleted.

vendor/github.com/iancoleman/strcase/snake.go

Lines changed: 53 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ github.com/google/go-cmp/cmp/internal/diff
2323
github.com/google/go-cmp/cmp/internal/flags
2424
github.com/google/go-cmp/cmp/internal/function
2525
github.com/google/go-cmp/cmp/internal/value
26-
# github.com/iancoleman/strcase v0.0.0-20190422225806-e506e3ef7365
27-
## explicit
26+
# github.com/iancoleman/strcase v0.3.0
27+
## explicit; go 1.16
2828
github.com/iancoleman/strcase
2929
# github.com/kubernetes-csi/csi-proxy/client v0.0.0-00010101000000-000000000000 => ./client
3030
## explicit; go 1.16

0 commit comments

Comments
 (0)