Skip to content

Commit 2bbfd72

Browse files
committed
fix(deps): update non-minor dependencies
1 parent e4737d7 commit 2bbfd72

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

go.mod

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ require (
1010
github.com/onsi/gomega v1.27.10
1111
github.com/pkg/errors v0.9.1
1212
github.com/redis/go-redis/v9 v9.2.0
13-
github.com/sap/admission-webhook-runtime v0.1.3
14-
github.com/sap/component-operator-runtime v0.1.11
15-
github.com/sap/go-generics v0.1.4
13+
github.com/sap/admission-webhook-runtime v0.1.4
14+
github.com/sap/component-operator-runtime v0.1.12
15+
github.com/sap/go-generics v0.1.5
1616
golang.org/x/mod v0.12.0
1717
k8s.io/api v0.28.2
1818
k8s.io/apiextensions-apiserver v0.28.2

go.sum

+6
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,8 @@ github.com/sap/admission-webhook-runtime v0.1.2 h1:yI3DkgaAhS+EKGr3poCPWtGRw/7Ip
187187
github.com/sap/admission-webhook-runtime v0.1.2/go.mod h1:PZ0/lKwFJjxsCsv9gY5/2PPi1KWt2aDymXf4ta5+WWY=
188188
github.com/sap/admission-webhook-runtime v0.1.3 h1:Y0tErBT1O3XnFtPXGQ6oCd56/C9sKe/JEPUme85fbDI=
189189
github.com/sap/admission-webhook-runtime v0.1.3/go.mod h1:C6Gx72plzFGYJdfDX73H8Fp/FLcl0XX4kt/OJaAutfo=
190+
github.com/sap/admission-webhook-runtime v0.1.4 h1:8qChQb6OmN5fbe+Yi3wSJiuCiLBCHZNb2OqfMaidLFQ=
191+
github.com/sap/admission-webhook-runtime v0.1.4/go.mod h1:CZuk2hLfVgxftyvyLSvgHQKxyY1mM7WL8A9p8v2y4tw=
190192
github.com/sap/component-operator-runtime v0.1.8 h1:fmuoLDzaR9B5TG7CentqTIVtVlzqejJLet0SoFrm054=
191193
github.com/sap/component-operator-runtime v0.1.8/go.mod h1:Zk1pQlvYpiG7jEn8eN72vVmDOXiYW2ycL6+qzlmmEHA=
192194
github.com/sap/component-operator-runtime v0.1.9 h1:fn3UuS+nD3WnEeNK4HgFjCGGSqQb5XITZxVE5rhVPgM=
@@ -195,6 +197,8 @@ github.com/sap/component-operator-runtime v0.1.10 h1:XQY9vGiP+JEBu1xeM13si5tAumc
195197
github.com/sap/component-operator-runtime v0.1.10/go.mod h1:N+2ZV+6VNxKhEItyaTA008Nz1gtA0YFs1Y1TkpCQxsU=
196198
github.com/sap/component-operator-runtime v0.1.11 h1:i5cisMQXfFvMdTtM0HbKUKjd0V7FoAFmc+7ssDW4P+c=
197199
github.com/sap/component-operator-runtime v0.1.11/go.mod h1:IZB5DPu3nvMbIeOuNoI1UWJqJQ2guElNFKuY79S2j48=
200+
github.com/sap/component-operator-runtime v0.1.12 h1:RmOS7g9uVSUXhe8uMNb5wQB6WN4jaVy/zPMlE/N6R2k=
201+
github.com/sap/component-operator-runtime v0.1.12/go.mod h1:gPqi2LU1FldRoXf6fiMhFk+z0c1aWrJbD5kWXeQNvtQ=
198202
github.com/sap/go-generics v0.1.1 h1:3T4McSGF5epH8Yp4bbxD07oa5J0pH7Nfx4r4zwdsr4o=
199203
github.com/sap/go-generics v0.1.1/go.mod h1:8L5jyDKi/FHKG/R+qwyy9h1TymA7XO5YSu+J/27gTCg=
200204
github.com/sap/go-generics v0.1.2 h1:b8N97g3B49z3DzednuA+7pp6jJHy9RtUtm26/c3J3Is=
@@ -203,6 +207,8 @@ github.com/sap/go-generics v0.1.3 h1:dbskMl826Xyqdg9+eIiPlKhJDn3aemNxa9IHnA9pxcs
203207
github.com/sap/go-generics v0.1.3/go.mod h1:AEKGOLA8ZRlFfqnUnx/XcZbPRfBW5jZ9B4tszghrJkg=
204208
github.com/sap/go-generics v0.1.4 h1:Zu8uGtd4uVAznN3HfuSP4KseKJAkvkKFKWsBIjReqPI=
205209
github.com/sap/go-generics v0.1.4/go.mod h1:AEKGOLA8ZRlFfqnUnx/XcZbPRfBW5jZ9B4tszghrJkg=
210+
github.com/sap/go-generics v0.1.5 h1:LYyDv0EBpoaTi9r4FOAHEBS59zC9q4lXKti7CjTzoj4=
211+
github.com/sap/go-generics v0.1.5/go.mod h1:AEKGOLA8ZRlFfqnUnx/XcZbPRfBW5jZ9B4tszghrJkg=
206212
github.com/sergi/go-diff v1.1.0 h1:we8PVUC3FE2uYfodKH/nBHMSetSfHDR6scGdBi+erh0=
207213
github.com/sergi/go-diff v1.1.0/go.mod h1:STckp+ISIX8hZLjrqAeVduY0gWCT9IjLuqbuNXdaHfM=
208214
github.com/shopspring/decimal v1.2.0 h1:abSATXmQEYyShuxI4/vyW3tV1MrKAJzCZ/0zLUXYbsQ=

0 commit comments

Comments
 (0)