From ee5582c562d4c1acafb3b5ed3dfce7a56996fb93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 19:04:20 +0000 Subject: [PATCH] deps: bump github.com/doordash-oss/oapi-codegen-dd/v3 Bumps [github.com/doordash-oss/oapi-codegen-dd/v3](https://github.com/doordash-oss/oapi-codegen-dd) from 3.75.5 to 3.75.7. - [Release notes](https://github.com/doordash-oss/oapi-codegen-dd/releases) - [Commits](https://github.com/doordash-oss/oapi-codegen-dd/compare/v3.75.5...v3.75.7) --- updated-dependencies: - dependency-name: github.com/doordash-oss/oapi-codegen-dd/v3 dependency-version: 3.75.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index f70031d..7bd90f7 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/mockzilla/mockzilla-codegen-template go 1.25.3 require ( - github.com/doordash-oss/oapi-codegen-dd/v3 v3.75.5 + github.com/doordash-oss/oapi-codegen-dd/v3 v3.75.7 github.com/go-chi/chi/v5 v5.2.5 github.com/go-playground/validator/v10 v10.30.1 github.com/joho/godotenv v1.5.1 diff --git a/go.sum b/go.sum index a358a10..2bd31db 100644 --- a/go.sum +++ b/go.sum @@ -23,8 +23,8 @@ github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f h1:lO4WD4F/r github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f/go.mod h1:cuUVRXasLTGF7a8hSLbxyZXjz+1KgoB3wDUb6vlszIc= github.com/dlclark/regexp2 v1.12.0 h1:0j4c5qQmnC6XOWNjP3PIXURXN2gWx76rd3KvgdPkCz8= github.com/dlclark/regexp2 v1.12.0/go.mod h1:DHkYz0B9wPfa6wondMfaivmHpzrQ3v9q8cnmRbL6yW8= -github.com/doordash-oss/oapi-codegen-dd/v3 v3.75.5 h1:0aocYIVXTZltwnXgTAc0EiYpoaNBOelSSxKnRN3b+4s= -github.com/doordash-oss/oapi-codegen-dd/v3 v3.75.5/go.mod h1:B/2dCvBVmDo+pdBf+wfc583utG8j07DvR+5IxnKMJuw= +github.com/doordash-oss/oapi-codegen-dd/v3 v3.75.7 h1:1DhVuviDsADtjzrXFCwew36I3udIloyzT2u/Wlglhng= +github.com/doordash-oss/oapi-codegen-dd/v3 v3.75.7/go.mod h1:B/2dCvBVmDo+pdBf+wfc583utG8j07DvR+5IxnKMJuw= github.com/gabriel-vasile/mimetype v1.4.13 h1:46nXokslUBsAJE/wMsp5gtO500a4F3Nkz9Ufpk2AcUM= github.com/gabriel-vasile/mimetype v1.4.13/go.mod h1:d+9Oxyo1wTzWdyVUPMmXFvp4F9tea18J8ufA774AB3s= github.com/go-chi/chi/v5 v5.2.5 h1:Eg4myHZBjyvJmAFjFvWgrqDTXFyOzjj7YIm3L3mu6Ug=