Skip to content

Commit d379b1b

Browse files
Update module github.com/stoewer/go-strcase to v1.3.1
Signed-off-by: red-hat-konflux-kflux-prd-rh02 <190377777+red-hat-konflux-kflux-prd-rh02[bot]@users.noreply.github.com>
1 parent b522011 commit d379b1b

6 files changed

Lines changed: 29 additions & 27 deletions

File tree

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ require (
1616
k8s.io/client-go v0.34.2
1717
k8s.io/utils v0.0.0-20250604170112-4c0f3b243397
1818
sigs.k8s.io/controller-runtime v0.22.3
19+
sigs.k8s.io/yaml v1.6.0
1920
)
2021

2122
require (
@@ -76,7 +77,7 @@ require (
7677
github.com/sirupsen/logrus v1.9.3 // indirect
7778
github.com/spf13/cobra v1.10.2 // indirect
7879
github.com/spf13/pflag v1.0.10 // indirect
79-
github.com/stoewer/go-strcase v1.3.0 // indirect
80+
github.com/stoewer/go-strcase v1.3.1 // indirect
8081
github.com/vbatts/tar-split v0.12.2 // indirect
8182
github.com/vincent-petithory/dataurl v1.0.0 // indirect
8283
github.com/x448/float16 v0.8.4 // indirect
@@ -120,5 +121,4 @@ require (
120121
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
121122
sigs.k8s.io/randfill v1.0.0 // indirect
122123
sigs.k8s.io/structured-merge-diff/v6 v6.3.0 // indirect
123-
sigs.k8s.io/yaml v1.6.0 // indirect
124124
)

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,8 @@ github.com/spf13/cobra v1.10.2/go.mod h1:7C1pvHqHw5A4vrJfjNwvOdzYu0Gml16OCs2GRiT
168168
github.com/spf13/pflag v1.0.9/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
169169
github.com/spf13/pflag v1.0.10 h1:4EBh2KAYBwaONj6b2Ye1GiHfwjqyROoF4RwYO+vPwFk=
170170
github.com/spf13/pflag v1.0.10/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
171-
github.com/stoewer/go-strcase v1.3.0 h1:g0eASXYtp+yvN9fK8sH94oCIk0fau9uV1/ZdJ0AVEzs=
172-
github.com/stoewer/go-strcase v1.3.0/go.mod h1:fAH5hQ5pehh+j3nZfvwdk2RgEgQjAoM8wodgtPmh1xo=
171+
github.com/stoewer/go-strcase v1.3.1 h1:iS0MdW+kVTxgMoE1LAZyMiYJFKlOzLooE4MxjirtkAs=
172+
github.com/stoewer/go-strcase v1.3.1/go.mod h1:fAH5hQ5pehh+j3nZfvwdk2RgEgQjAoM8wodgtPmh1xo=
173173
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
174174
github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw=
175175
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
@@ -321,7 +321,7 @@ github.com/spf13/cobra
321321
# github.com/spf13/pflag v1.0.10
322322
## explicit; go 1.12
323323
github.com/spf13/pflag
324-
# github.com/stoewer/go-strcase v1.3.0
324+
# github.com/stoewer/go-strcase v1.3.1
325325
## explicit; go 1.11
326326
github.com/stoewer/go-strcase
327327
# github.com/vbatts/tar-split v0.12.2

0 commit comments

Comments
 (0)