Skip to content

Commit 7e94c56

Browse files
authored
Merge pull request #297 from kubernetes-csi/dependabot/go_modules/github.com/iancoleman/strcase-0.3.0
Bump github.com/iancoleman/strcase from 0.0.0-20190422225806-e506e3ef7365 to 0.3.0
2 parents 5251fff + 7e8858f commit 7e94c56

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.6.1
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
@@ -36,8 +36,8 @@ github.com/google/go-cmp v0.4.0/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/
3636
github.com/google/go-cmp v0.5.0 h1:/QaMHBdZ26BB3SSst0Iwl10Epc+xhTquomWX0oZEB6w=
3737
github.com/google/go-cmp v0.5.0/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
3838
github.com/google/uuid v1.1.2/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
39-
github.com/iancoleman/strcase v0.0.0-20190422225806-e506e3ef7365 h1:ECW73yc9MY7935nNYXUkK7Dz17YuSUI9yqRqYS8aBww=
40-
github.com/iancoleman/strcase v0.0.0-20190422225806-e506e3ef7365/go.mod h1:SK73tn/9oHe+/Y0h39VT4UCxmurVJkR5NA7kMEAOgSE=
39+
github.com/iancoleman/strcase v0.3.0 h1:nTXanmYxhfFAMjZL34Ov6gkzEsSJZ5DbhxWjvSASxEI=
40+
github.com/iancoleman/strcase v0.3.0/go.mod h1:iwCmte+B7n89clKwxIoIXy/HfoL7AsD47ZCWhYzw7ho=
4141
github.com/konsorten/go-windows-terminal-sequences v1.0.1/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ=
4242
github.com/mauriciopoppe/gengo v0.0.0-20210525224835-9c78f58f3486 h1:+l047vEi0SyAzdVToIaAcfoY5DwwGW+OyqTdH/P3TTg=
4343
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
@@ -26,8 +26,8 @@ github.com/google/go-cmp/cmp/internal/diff
2626
github.com/google/go-cmp/cmp/internal/flags
2727
github.com/google/go-cmp/cmp/internal/function
2828
github.com/google/go-cmp/cmp/internal/value
29-
# github.com/iancoleman/strcase v0.0.0-20190422225806-e506e3ef7365
30-
## explicit
29+
# github.com/iancoleman/strcase v0.3.0
30+
## explicit; go 1.16
3131
github.com/iancoleman/strcase
3232
# github.com/kubernetes-csi/csi-proxy/client v0.0.0-00010101000000-000000000000 => ./client
3333
## explicit; go 1.16

0 commit comments

Comments
 (0)