From 1de592703d141792abe62ecba828df92fff5729a Mon Sep 17 00:00:00 2001 From: "alaudaa-renovate[bot]" <219066560+alaudaa-renovate[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 08:23:37 +0000 Subject: [PATCH] fix(deps): update module github.com/gorilla/csrf to v1.7.3 [security] --- subtree/harbor/src/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subtree/harbor/src/go.mod b/subtree/harbor/src/go.mod index 93ad1055fd..b0026a14c1 100644 --- a/subtree/harbor/src/go.mod +++ b/subtree/harbor/src/go.mod @@ -36,7 +36,7 @@ require ( github.com/gomodule/redigo v2.0.0+incompatible github.com/google/go-containerregistry v0.20.2 github.com/google/uuid v1.6.0 - github.com/gorilla/csrf v1.7.2 + github.com/gorilla/csrf v1.7.3 github.com/gorilla/handlers v1.5.2 github.com/gorilla/mux v1.8.1 github.com/graph-gophers/dataloader v5.0.0+incompatible