From 905cac9a12a064d4f69921f9946af8e067810ff0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Jun 2024 01:05:30 +0000 Subject: [PATCH] fix(deps): update module github.com/deepmap/oapi-codegen to v2 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index cf5dd8b..83b351a 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/welthee/dinonce/v2 go 1.20 require ( - github.com/deepmap/oapi-codegen v1.13.2 + github.com/deepmap/oapi-codegen/v2 v2.3.0 github.com/etherlabsio/healthcheck/v2 v2.0.0 github.com/getkin/kin-openapi v0.118.0 github.com/golang-migrate/migrate/v4 v4.16.2