Skip to content

Commit 2722578

Browse files
authored
Merge pull request #1187 from GoogleCloudPlatform/dependabot/go_modules/github.com/stoewer/go-strcase-1.3.1
Bump github.com/stoewer/go-strcase from 1.3.0 to 1.3.1
2 parents 3d62722 + cc9ffa8 commit 2722578

File tree

6 files changed

+28
-26
lines changed

6 files changed

+28
-26
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ require (
9595
github.com/spf13/cobra v1.8.1 // indirect
9696
github.com/spf13/pflag v1.0.5 // indirect
9797
github.com/spiffe/go-spiffe/v2 v2.6.0 // indirect
98-
github.com/stoewer/go-strcase v1.3.0 // indirect
98+
github.com/stoewer/go-strcase v1.3.1 // indirect
9999
github.com/vishvananda/netns v0.0.5 // indirect
100100
github.com/x448/float16 v0.8.4 // indirect
101101
go.opentelemetry.io/auto/sdk v1.2.1 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,8 @@ github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=
183183
github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
184184
github.com/spiffe/go-spiffe/v2 v2.6.0 h1:l+DolpxNWYgruGQVV0xsfeya3CsC7m8iBzDnMpsbLuo=
185185
github.com/spiffe/go-spiffe/v2 v2.6.0/go.mod h1:gm2SeUoMZEtpnzPNs2Csc0D/gX33k1xIx7lEzqblHEs=
186-
github.com/stoewer/go-strcase v1.3.0 h1:g0eASXYtp+yvN9fK8sH94oCIk0fau9uV1/ZdJ0AVEzs=
187-
github.com/stoewer/go-strcase v1.3.0/go.mod h1:fAH5hQ5pehh+j3nZfvwdk2RgEgQjAoM8wodgtPmh1xo=
186+
github.com/stoewer/go-strcase v1.3.1 h1:iS0MdW+kVTxgMoE1LAZyMiYJFKlOzLooE4MxjirtkAs=
187+
github.com/stoewer/go-strcase v1.3.1/go.mod h1:fAH5hQ5pehh+j3nZfvwdk2RgEgQjAoM8wodgtPmh1xo=
188188
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
189189
github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw=
190190
github.com/stretchr/objx v0.5.0/go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpEOglKo=

vendor/github.com/stoewer/go-strcase/.golangci.yml

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

vendor/github.com/stoewer/go-strcase/camel.go

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

vendor/github.com/stoewer/go-strcase/helper.go

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

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ github.com/spiffe/go-spiffe/v2/internal/jwtutil
372372
github.com/spiffe/go-spiffe/v2/internal/pemutil
373373
github.com/spiffe/go-spiffe/v2/internal/x509util
374374
github.com/spiffe/go-spiffe/v2/spiffeid
375-
# github.com/stoewer/go-strcase v1.3.0
375+
# github.com/stoewer/go-strcase v1.3.1
376376
## explicit; go 1.11
377377
github.com/stoewer/go-strcase
378378
# github.com/vishvananda/netlink v1.3.1

0 commit comments

Comments
 (0)