From d6a8a0249333f52662d066d354896f81a15b0259 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Feb 2026 01:05:57 +0000 Subject: [PATCH] fix(deps): update module github.com/go-chi/chi/v5 to v5.2.2 [security] --- experimental/examples/petstore-expanded/chi/go.mod | 2 +- experimental/examples/petstore-expanded/chi/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/experimental/examples/petstore-expanded/chi/go.mod b/experimental/examples/petstore-expanded/chi/go.mod index 3c9d10741..58fa2448d 100644 --- a/experimental/examples/petstore-expanded/chi/go.mod +++ b/experimental/examples/petstore-expanded/chi/go.mod @@ -3,7 +3,7 @@ module github.com/oapi-codegen/oapi-codegen/experimental/examples/petstore-expan go 1.24.0 require ( - github.com/go-chi/chi/v5 v5.2.0 + github.com/go-chi/chi/v5 v5.2.2 github.com/google/uuid v1.6.0 github.com/oapi-codegen/oapi-codegen/experimental v0.0.0 ) diff --git a/experimental/examples/petstore-expanded/chi/go.sum b/experimental/examples/petstore-expanded/chi/go.sum index ad495c890..54ce010d7 100644 --- a/experimental/examples/petstore-expanded/chi/go.sum +++ b/experimental/examples/petstore-expanded/chi/go.sum @@ -1,4 +1,4 @@ -github.com/go-chi/chi/v5 v5.2.0 h1:Aj1EtB0qR2Rdo2dG4O94RIU35w2lvQSj6BRA4+qwFL0= -github.com/go-chi/chi/v5 v5.2.0/go.mod h1:DslCQbL2OYiznFReuXYUmQ2hGd1aDpCnlMNITLSKoi8= +github.com/go-chi/chi/v5 v5.2.2 h1:CMwsvRVTbXVytCk1Wd72Zy1LAsAh9GxMmSNWLHCG618= +github.com/go-chi/chi/v5 v5.2.2/go.mod h1:L2yAIGWB3H+phAw1NxKwWM+7eUH/lU8pOMm5hHcoops= github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0= github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=