Skip to content

Commit c3c10ee

Browse files
Update module github.com/stoewer/go-strcase to v1.3.1
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent bd5fd8f commit c3c10ee

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ require (
1313
golang.org/x/crypto v0.46.0
1414
gopkg.in/yaml.v3 v3.0.1
1515
k8s.io/api v0.34.3
16+
k8s.io/apiextensions-apiserver v0.34.3
1617
k8s.io/apimachinery v0.34.3
1718
k8s.io/client-go v0.34.3
1819
k8s.io/component-base v0.34.3
@@ -102,7 +103,7 @@ require (
102103
github.com/prometheus/common v0.67.4 // indirect
103104
github.com/prometheus/procfs v0.19.2 // indirect
104105
github.com/russross/blackfriday/v2 v2.1.0 // indirect
105-
github.com/stoewer/go-strcase v1.3.0 // indirect
106+
github.com/stoewer/go-strcase v1.3.1 // indirect
106107
github.com/x448/float16 v0.8.4 // indirect
107108
github.com/xlab/treeprint v1.2.0 // indirect
108109
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
@@ -131,7 +132,6 @@ require (
131132
google.golang.org/protobuf v1.36.11 // indirect
132133
gopkg.in/evanphx/json-patch.v4 v4.13.0 // indirect
133134
gopkg.in/inf.v0 v0.9.1 // indirect
134-
k8s.io/apiextensions-apiserver v0.34.3 // indirect
135135
k8s.io/apiserver v0.34.3 // indirect
136136
k8s.io/cli-runtime v0.34.3 // indirect
137137
k8s.io/cluster-bootstrap v0.34.3 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -316,8 +316,8 @@ github.com/spf13/pflag v1.0.9/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An
316316
github.com/spf13/pflag v1.0.10 h1:4EBh2KAYBwaONj6b2Ye1GiHfwjqyROoF4RwYO+vPwFk=
317317
github.com/spf13/pflag v1.0.10/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
318318
github.com/stoewer/go-strcase v1.2.0/go.mod h1:IBiWB2sKIp3wVVQ3Y035++gc+knqhUQag1KpM8ahLw8=
319-
github.com/stoewer/go-strcase v1.3.0 h1:g0eASXYtp+yvN9fK8sH94oCIk0fau9uV1/ZdJ0AVEzs=
320-
github.com/stoewer/go-strcase v1.3.0/go.mod h1:fAH5hQ5pehh+j3nZfvwdk2RgEgQjAoM8wodgtPmh1xo=
319+
github.com/stoewer/go-strcase v1.3.1 h1:iS0MdW+kVTxgMoE1LAZyMiYJFKlOzLooE4MxjirtkAs=
320+
github.com/stoewer/go-strcase v1.3.1/go.mod h1:fAH5hQ5pehh+j3nZfvwdk2RgEgQjAoM8wodgtPmh1xo=
321321
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
322322
github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw=
323323
github.com/stretchr/objx v0.5.0/go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpEOglKo=

0 commit comments

Comments
 (0)