Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ require (
github.com/redis/go-redis/v9 v9.22.0
github.com/sap/admission-webhook-runtime v0.1.104
github.com/sap/component-operator-runtime v0.3.160
github.com/sap/go-generics v0.2.69
github.com/sap/go-generics v0.2.70
golang.org/x/mod v0.38.0
k8s.io/api v0.36.3
k8s.io/apiextensions-apiserver v0.36.3
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,8 @@ github.com/sap/admission-webhook-runtime v0.1.104 h1:rMAlC0VMQtpJIGkIoDxz2SAZ7gY
github.com/sap/admission-webhook-runtime v0.1.104/go.mod h1:gnpIDb8Z9dLAdo0oo34Jc/PZdAc7d7k8dyP04a2/kTM=
github.com/sap/component-operator-runtime v0.3.160 h1:wfrsK0cPI24tYSWd2uNamLwAQ6i2WzD4HsXw67/Fjbo=
github.com/sap/component-operator-runtime v0.3.160/go.mod h1:/5S7S9LIxaw0c80Rsvy9OLWUV3wUyYYHWfLxFkfwo+Q=
github.com/sap/go-generics v0.2.69 h1:1oesg8WXTDxniapNYs+7b69HkmVCGZftTNqtARWGO5s=
github.com/sap/go-generics v0.2.69/go.mod h1:DAXERYSdB/u0kt/+EOUWMgR7h98s8NbJh46Vz2c4ZpE=
github.com/sap/go-generics v0.2.70 h1:T06iQqGfKwmHSEDJQ2ykyuVCWa8kGGgJ007tGNlsh4E=
github.com/sap/go-generics v0.2.70/go.mod h1:DAXERYSdB/u0kt/+EOUWMgR7h98s8NbJh46Vz2c4ZpE=
github.com/sergi/go-diff v1.4.0 h1:n/SP9D5ad1fORl+llWyN+D6qoUETXNZARKjyY2/KVCw=
github.com/sergi/go-diff v1.4.0/go.mod h1:A0bzQcvG0E7Rwjx0REVgAGH58e96+X0MeOfepqsbeW4=
github.com/shopspring/decimal v1.4.0 h1:bxl37RwXBklmTi0C79JfXCEBD1cqqHt0bbgBAGFp81k=
Expand Down