Skip to content

Commit

Permalink
fix(deps): update non-minor dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 4, 2024
1 parent 594bc2d commit eea6b36
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
module github.com/sap/cf-service-operator-cop

go 1.22.1
go 1.22.2

require (
github.com/pkg/errors v0.9.1
github.com/sap/component-operator-runtime v0.3.15
github.com/sap/component-operator-runtime v0.3.17
k8s.io/apiextensions-apiserver v0.29.3
k8s.io/apimachinery v0.29.3
k8s.io/client-go v0.29.3
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ github.com/sap/component-operator-runtime v0.3.14 h1:fSmetcoCLO0HB2h2+K90lc+X01q
github.com/sap/component-operator-runtime v0.3.14/go.mod h1:EScoC75FdB/90YAS7drrz/XvBvs+gd5to8pxUZz+ibA=
github.com/sap/component-operator-runtime v0.3.15 h1:ztlALA9q8NsNeRKZmjnvzkNX0gEeAQeKJnK7gLxBIkE=
github.com/sap/component-operator-runtime v0.3.15/go.mod h1:Yr60OwpoevTbRySItABfMMeHtYeMZ/J9F0OSP+gmxAo=
github.com/sap/component-operator-runtime v0.3.17 h1:jLTZVRy/82N8X4KFFonA6TniXxJASD1PLQn42ZJ3/Ao=
github.com/sap/component-operator-runtime v0.3.17/go.mod h1:hj6qxV2YhXDTeV5tRA2xxcS/XlQWqTdRS3hmum3s6Uk=
github.com/sap/go-generics v0.2.4 h1:ptpYEQ9/42rGVn8m21mq/1KrlxEUvWHdPazrJtNVVF0=
github.com/sap/go-generics v0.2.4/go.mod h1:TtoBdtBmR4Xv+eMN+WAvq+XPkifDgdupsHum+jUcw9Y=
github.com/sap/go-generics v0.2.5 h1:d/RzPpxqmnCdT7gIOO6ekFKnd+Vcse6U0lopoLr1uPU=
Expand Down

0 comments on commit eea6b36

Please sign in to comment.