From 5202ca88ebf3ad3a880731bd343c15a8bf5d9b16 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 18:03:48 +0000 Subject: [PATCH] Update module github.com/deepmap/oapi-codegen/v2 to v2.3.0 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 690b353..e905ccd 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.21 require ( github.com/Masterminds/sprig/v3 v3.2.3 github.com/deepmap/oapi-codegen v1.16.3 - github.com/deepmap/oapi-codegen/v2 v2.2.0 + github.com/deepmap/oapi-codegen/v2 v2.3.0 github.com/getkin/kin-openapi v0.126.0 github.com/stretchr/testify v1.9.0 gopkg.in/yaml.v3 v3.0.1