Skip to content

Commit f5bfb45

Browse files
authored
Merge pull request #864 from ComplianceAsCode/konflux/mintmaker/master/github.com-stoewer-go-strcase-1.x
chore(deps): update module github.com/stoewer/go-strcase to v1.3.1
2 parents 3ac9187 + 94c9485 commit f5bfb45

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
@@ -62,7 +62,7 @@ require (
6262
github.com/prometheus/alertmanager v0.27.0 // indirect
6363
github.com/prometheus/sigv4 v0.1.0 // indirect
6464
github.com/rogpeppe/go-internal v1.13.2-0.20241226121412-a5dc8ff20d0a // indirect
65-
github.com/stoewer/go-strcase v1.3.0 // indirect
65+
github.com/stoewer/go-strcase v1.3.1 // indirect
6666
go.mongodb.org/mongo-driver v1.14.0 // indirect
6767
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
6868
go.opentelemetry.io/collector/pdata v1.22.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -434,8 +434,8 @@ github.com/spf13/pflag v1.0.6 h1:jFzHGLGAlb3ruxLB8MhbI6A8+AQX/2eW4qeyNZXNp2o=
434434
github.com/spf13/pflag v1.0.6/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
435435
github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf h1:pvbZ0lM0XWPBqUKqFU8cmavspvIl9nulOYwdy6IFRRo=
436436
github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf/go.mod h1:RJID2RhlZKId02nZ62WenDCkgHFerpIOmW0iT7GKmXM=
437-
github.com/stoewer/go-strcase v1.3.0 h1:g0eASXYtp+yvN9fK8sH94oCIk0fau9uV1/ZdJ0AVEzs=
438-
github.com/stoewer/go-strcase v1.3.0/go.mod h1:fAH5hQ5pehh+j3nZfvwdk2RgEgQjAoM8wodgtPmh1xo=
437+
github.com/stoewer/go-strcase v1.3.1 h1:iS0MdW+kVTxgMoE1LAZyMiYJFKlOzLooE4MxjirtkAs=
438+
github.com/stoewer/go-strcase v1.3.1/go.mod h1:fAH5hQ5pehh+j3nZfvwdk2RgEgQjAoM8wodgtPmh1xo=
439439
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
440440
github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw=
441441
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
@@ -939,7 +939,7 @@ github.com/spf13/pflag
939939
# github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf
940940
## explicit
941941
github.com/ssor/bom
942-
# github.com/stoewer/go-strcase v1.3.0
942+
# github.com/stoewer/go-strcase v1.3.1
943943
## explicit; go 1.11
944944
github.com/stoewer/go-strcase
945945
# github.com/stretchr/testify v1.11.1

0 commit comments

Comments
 (0)