Skip to content

deps(deps): update all non-major dependencies #599

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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 Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the manager binary
FROM --platform=$TARGETPLATFORM golang:1.24.0-alpine3.20 AS builder
FROM --platform=$TARGETPLATFORM golang:1.24.2-alpine3.20 AS builder
ARG TARGETOS
ARG TARGETARCH

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.devspace
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the manager binary
FROM --platform=$TARGETPLATFORM golang:1.24.0-alpine3.20 as builder
FROM --platform=$TARGETPLATFORM golang:1.24.2-alpine3.20 as builder
ARG TARGETOS
ARG TARGETARCH

Expand Down
32 changes: 16 additions & 16 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,26 @@ go 1.23.6
require (
github.com/L30Bola/aws-policy v0.0.0-20230126045340-5e6118545ac1
github.com/aws/aws-sdk-go-v2 v1.36.3
github.com/aws/aws-sdk-go-v2/config v1.29.8
github.com/aws/aws-sdk-go-v2/credentials v1.17.61
github.com/aws/aws-sdk-go-v2/service/ec2 v1.206.0
github.com/aws/aws-sdk-go-v2/service/efs v1.35.0
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing v1.29.0
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 v1.44.0
github.com/aws/aws-sdk-go-v2/service/iam v1.40.0
github.com/aws/aws-sdk-go-v2/service/servicequotas v1.26.0
github.com/aws/aws-sdk-go-v2/service/sts v1.33.16
github.com/aws/aws-sdk-go-v2/config v1.29.14
github.com/aws/aws-sdk-go-v2/credentials v1.17.67
github.com/aws/aws-sdk-go-v2/service/ec2 v1.213.0
github.com/aws/aws-sdk-go-v2/service/efs v1.35.3
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing v1.29.3
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 v1.45.2
github.com/aws/aws-sdk-go-v2/service/iam v1.41.1
github.com/aws/aws-sdk-go-v2/service/servicequotas v1.27.0
github.com/aws/aws-sdk-go-v2/service/sts v1.33.19
github.com/go-logr/logr v1.4.2
github.com/onsi/ginkgo/v2 v2.22.2
github.com/onsi/gomega v1.36.2
github.com/onsi/ginkgo/v2 v2.23.4
github.com/onsi/gomega v1.37.0
github.com/stretchr/testify v1.10.0
github.com/validator-labs/validator v0.1.16
golang.org/x/exp v0.0.0-20250228200357-dead58393ab7
k8s.io/api v0.32.2
k8s.io/apimachinery v0.32.2
k8s.io/client-go v0.32.2
sigs.k8s.io/cluster-api v1.9.5
sigs.k8s.io/controller-runtime v0.20.2
k8s.io/api v0.33.0
k8s.io/apimachinery v0.33.0
k8s.io/client-go v0.33.0
sigs.k8s.io/cluster-api v1.10.1
sigs.k8s.io/controller-runtime v0.20.4
)

require (
Expand Down
Loading