From 4a85887fa7c68404baba622f84c10ee6cddeea54 Mon Sep 17 00:00:00 2001 From: stefanprodan <3797675+stefanprodan@users.noreply.github.com> Date: Sun, 26 Jul 2026 06:25:12 +0000 Subject: [PATCH] Prepare for release Signed-off-by: GitHub --- git/internal/e2e/go.mod | 2 +- tests/integration/go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/git/internal/e2e/go.mod b/git/internal/e2e/go.mod index c46131d4..f313bb6c 100644 --- a/git/internal/e2e/go.mod +++ b/git/internal/e2e/go.mod @@ -13,7 +13,7 @@ replace ( require ( github.com/fluxcd/go-git-providers v0.28.0 - github.com/fluxcd/pkg/auth v0.54.1 + github.com/fluxcd/pkg/auth v0.54.2 github.com/fluxcd/pkg/git v0.52.0 github.com/fluxcd/pkg/gittestserver v0.29.0 github.com/fluxcd/pkg/ssh v0.25.0 diff --git a/tests/integration/go.mod b/tests/integration/go.mod index 3ac9eb6d..b26b3374 100644 --- a/tests/integration/go.mod +++ b/tests/integration/go.mod @@ -24,7 +24,7 @@ require ( github.com/elazarl/goproxy v1.8.0 github.com/fluxcd/cli-utils v1.2.2 github.com/fluxcd/pkg/apis/meta v1.30.1 - github.com/fluxcd/pkg/auth v0.54.1 + github.com/fluxcd/pkg/auth v0.54.2 github.com/fluxcd/pkg/cache v0.14.0 github.com/fluxcd/pkg/git v0.52.0 github.com/fluxcd/pkg/runtime v0.110.1