Skip to content

Commit

Permalink
fix(deps): update module github.com/sap/component-operator-runtime to…
Browse files Browse the repository at this point in the history
… v0.3.4
  • Loading branch information
renovate[bot] authored Feb 28, 2024
1 parent 8b9d130 commit 05b29bf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.21.7

require (
github.com/pkg/errors v0.9.1
github.com/sap/component-operator-runtime v0.3.3
github.com/sap/component-operator-runtime v0.3.4
k8s.io/apiextensions-apiserver v0.29.2
k8s.io/apimachinery v0.29.2
k8s.io/client-go v0.29.2
Expand Down Expand Up @@ -50,7 +50,7 @@ require (
github.com/prometheus/client_model v0.6.0 // indirect
github.com/prometheus/common v0.47.0 // indirect
github.com/prometheus/procfs v0.12.0 // indirect
github.com/sap/go-generics v0.1.10 // indirect
github.com/sap/go-generics v0.2.0 // indirect
github.com/shopspring/decimal v1.3.1 // indirect
github.com/spf13/cast v1.6.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
Expand Down
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,12 @@ github.com/sap/component-operator-runtime v0.3.2 h1:QNTqd6ENyByp0RiWCi5aWAtH7CtT
github.com/sap/component-operator-runtime v0.3.2/go.mod h1:34vwhRIS4yMu1Qnkp7W4vdISIOB78oIWTTUQ1v6GkUY=
github.com/sap/component-operator-runtime v0.3.3 h1:5eQj7DPFkGP+76MJjel1468TObtBPAvqtwaaSSt0PgI=
github.com/sap/component-operator-runtime v0.3.3/go.mod h1:34vwhRIS4yMu1Qnkp7W4vdISIOB78oIWTTUQ1v6GkUY=
github.com/sap/component-operator-runtime v0.3.4 h1:fKIZCer89Z2w1lCVT6rKImCarUkIknlRJ8zLb104Bk8=
github.com/sap/component-operator-runtime v0.3.4/go.mod h1:9daNXxB9MFrglgBDzGYTBwizlKfo8AJiN3srBpPnAVo=
github.com/sap/go-generics v0.1.10 h1:1dc/6WiS6kYoSk8s+slwJTU+zOt5U5gPOV+pAZmhhzg=
github.com/sap/go-generics v0.1.10/go.mod h1:P0+/APImYIlDC3RkF43EVj12aoYBks29dMTbPotqdso=
github.com/sap/go-generics v0.2.0 h1:uXjK6eZDj4XFe52KiMfX7YsHJ+YyOrhUgohe1hNT/78=
github.com/sap/go-generics v0.2.0/go.mod h1:LPjEUR4matw9C7GZdHYMExVN8+LeNK5LmrL24JKr8eg=
github.com/shopspring/decimal v1.2.0/go.mod h1:DKyhrW/HYNuLGql+MJL6WCR6knT2jwCFRcu2hWCYk4o=
github.com/shopspring/decimal v1.3.1 h1:2Usl1nmF/WZucqkFZhnfFYxxxu8LG21F6nPQBE5gKV8=
github.com/shopspring/decimal v1.3.1/go.mod h1:DKyhrW/HYNuLGql+MJL6WCR6knT2jwCFRcu2hWCYk4o=
Expand Down

0 comments on commit 05b29bf

Please sign in to comment.