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 Jan 23, 2025
1 parent 637c844 commit 6b699f2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the manager binary
FROM --platform=$BUILDPLATFORM golang:1.23.4 AS builder
FROM --platform=$BUILDPLATFORM golang:1.23.5 AS builder
ARG TARGETOS
ARG TARGETARCH

Expand Down
20 changes: 10 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
module github.com/sap/component-operator

go 1.23.4
go 1.23.5

require (
filippo.io/age v1.2.1
github.com/drone/envsubst v1.0.3
github.com/fluxcd/source-controller/api v1.4.1
github.com/getsops/sops/v3 v3.9.2
github.com/getsops/sops/v3 v3.9.3
github.com/go-logr/logr v1.4.2
github.com/pkg/errors v0.9.1
github.com/sap/component-operator-runtime v0.3.59
github.com/sap/go-generics v0.2.21
k8s.io/apiextensions-apiserver v0.32.0
k8s.io/apimachinery v0.32.0
k8s.io/client-go v0.32.0
k8s.io/code-generator v0.32.0
k8s.io/kube-aggregator v0.32.0
github.com/sap/component-operator-runtime v0.3.65
github.com/sap/go-generics v0.2.25
k8s.io/apiextensions-apiserver v0.32.1
k8s.io/apimachinery v0.32.1
k8s.io/client-go v0.32.1
k8s.io/code-generator v0.32.1
k8s.io/kube-aggregator v0.32.1
sigs.k8s.io/controller-runtime v0.19.3
sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20241206182001-aea2e32a9365
sigs.k8s.io/controller-runtime/tools/setup-envtest 09740a350f8a
sigs.k8s.io/controller-tools v0.16.5
sigs.k8s.io/yaml v1.4.0
)
Expand Down

0 comments on commit 6b699f2

Please sign in to comment.