Skip to content

Commit

Permalink
fix(deps): update non-minor dependencies (#75)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 11, 2024
1 parent 2a7bae5 commit b6fc68b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
module github.com/sap/clustersecret-operator-cop

go 1.23.2
go 1.23.3

require (
github.com/pkg/errors v0.9.1
github.com/sap/component-operator-runtime v0.3.48
github.com/sap/component-operator-runtime v0.3.49
k8s.io/apiextensions-apiserver v0.31.2
k8s.io/apimachinery v0.31.2
k8s.io/client-go v0.31.2
Expand Down Expand Up @@ -68,7 +68,7 @@ require (
golang.org/x/sys v0.26.0 // indirect
golang.org/x/term v0.25.0 // indirect
golang.org/x/text v0.19.0 // indirect
golang.org/x/time v0.7.0 // indirect
golang.org/x/time v0.8.0 // indirect
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
google.golang.org/appengine v1.6.8 // indirect
google.golang.org/protobuf v1.35.1 // indirect
Expand Down
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,8 @@ github.com/sap/component-operator-runtime v0.3.47 h1:Q7ZMuknISH95gLOmjMz5ezGZEKn
github.com/sap/component-operator-runtime v0.3.47/go.mod h1:E/IzmwpLq41dv6yfEehAzv1xDoEr0ohwKfuB8skf6ws=
github.com/sap/component-operator-runtime v0.3.48 h1:waSsdtHOaonrni5OcIbMTR6YK18iXVEZorLmWKRYT2Y=
github.com/sap/component-operator-runtime v0.3.48/go.mod h1:M47jAUWWYriUGdZuTnY6qNzDweLCahsshw6a+JGCj0k=
github.com/sap/component-operator-runtime v0.3.49 h1:+61iPTc0Y/eHjIPSX5sbvhtKzoa2mQ+c5xbNxIixi/c=
github.com/sap/component-operator-runtime v0.3.49/go.mod h1:g/Sm+gZHWeKoJ5L5tqhz2Ss605XGJSm7Qh+/0TZh++Q=
github.com/sap/go-generics v0.2.13 h1:rSED7M+S7aw/9AomJq7omjgZtwvoixHsfVbOiCWs4cM=
github.com/sap/go-generics v0.2.13/go.mod h1:G6v+AnJtKlUGB/ATd+zdUcosvBdUSyrHg7/kn5UKgx8=
github.com/sap/go-generics v0.2.18 h1:vkfXvxG9KICMxZw2PoLQE78tvSCrY0Qemrclg2MVniY=
Expand Down Expand Up @@ -301,6 +303,8 @@ golang.org/x/time v0.6.0 h1:eTDhh4ZXt5Qf0augr54TN6suAUudPcawVZeIAPU7D4U=
golang.org/x/time v0.6.0/go.mod h1:3BpzKBy/shNhVucY/MWOyx10tF3SFh9QdLuxbVysPQM=
golang.org/x/time v0.7.0 h1:ntUhktv3OPE6TgYxXWv9vKvUSJyIFJlyohwbkEwPrKQ=
golang.org/x/time v0.7.0/go.mod h1:3BpzKBy/shNhVucY/MWOyx10tF3SFh9QdLuxbVysPQM=
golang.org/x/time v0.8.0 h1:9i3RxcPv3PZnitoVGMPDKZSq1xW1gK1Xy3ArNOGZfEg=
golang.org/x/time v0.8.0/go.mod h1:3BpzKBy/shNhVucY/MWOyx10tF3SFh9QdLuxbVysPQM=
golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo=
golang.org/x/tools v0.0.0-20200619180055-7c47624df98f/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE=
Expand Down

0 comments on commit b6fc68b

Please sign in to comment.