Skip to content

Commit e7e61e7

Browse files
fix(deps): update non-minor dependencies (#324)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0744c9a commit e7e61e7

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ require (
1313
github.com/onsi/gomega v1.38.2
1414
github.com/pkg/errors v0.9.1
1515
github.com/prometheus/client_golang v1.23.0
16-
github.com/sap/go-generics v0.2.36
16+
github.com/sap/go-generics v0.2.37
1717
github.com/spf13/cast v1.9.2
1818
github.com/spf13/cobra v1.9.1
19-
github.com/spf13/pflag v1.0.7
19+
github.com/spf13/pflag v1.0.9
2020
k8s.io/api v0.33.4
2121
k8s.io/apiextensions-apiserver v0.33.4
2222
k8s.io/apimachinery v0.33.4

go.sum

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,8 @@ github.com/sap/go-generics v0.2.35 h1:hxrsunpCjPuWKynirgS5cF4Bj1hJSZy0H0+d5l2cKg
185185
github.com/sap/go-generics v0.2.35/go.mod h1:mzzZYU9jPRVhyqnbK3yTQVZuz4OWqE22BoLos0VmQro=
186186
github.com/sap/go-generics v0.2.36 h1:QwfwuYCzKYW1vX3vvIc8CNyF37y7s6QL+N090BGeh1Q=
187187
github.com/sap/go-generics v0.2.36/go.mod h1:lYfx/ECpWLj5oAw7JxIS+vkfqxASLaY/oKB1kLvUEc0=
188+
github.com/sap/go-generics v0.2.37 h1:D1u7gpKzqOV56N/aWQP4EqmKtfXM6EftOpH5D/KUt5E=
189+
github.com/sap/go-generics v0.2.37/go.mod h1:T8UY8vmYTBNajJbv+3qXK+FIIZYszWY9nyg+3bgx/ew=
188190
github.com/sergi/go-diff v1.0.0/go.mod h1:0CfEIISq7TuYL3j771MWULgwwjU+GofnZX9QAmXWZgo=
189191
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 h1:n661drycOFuPLCN3Uc8sB6B/s6Z4t2xvBgU1htSHuq8=
190192
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3/go.mod h1:A0bzQcvG0E7Rwjx0REVgAGH58e96+X0MeOfepqsbeW4=
@@ -197,6 +199,8 @@ github.com/spf13/cobra v1.9.1/go.mod h1:nDyEzZ8ogv936Cinf6g1RU9MRY64Ir93oCnqb9wx
197199
github.com/spf13/pflag v1.0.6/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
198200
github.com/spf13/pflag v1.0.7 h1:vN6T9TfwStFPFM5XzjsvmzZkLuaLX+HS+0SeFLRgU6M=
199201
github.com/spf13/pflag v1.0.7/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
202+
github.com/spf13/pflag v1.0.9 h1:9exaQaMOCwffKiiiYk6/BndUBv+iRViNW+4lEMi0PvY=
203+
github.com/spf13/pflag v1.0.9/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
200204
github.com/src-d/gcfg v1.4.0 h1:xXbNR5AlLSA315x2UO+fTSSAXCDf+Ar38/6oyGbDKQ4=
201205
github.com/src-d/gcfg v1.4.0/go.mod h1:p/UMsR43ujA89BJY9duynAwIpvqEujIH/jFlfL7jWoI=
202206
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=

0 commit comments

Comments
 (0)