From a41809c58f6eb77978919286ba51a412c624dac7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 04:24:00 +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.3 to 3.75.4. - [Release notes](https://github.com/doordash-oss/oapi-codegen-dd/releases) - [Commits](https://github.com/doordash-oss/oapi-codegen-dd/compare/v3.75.3...v3.75.4) --- updated-dependencies: - dependency-name: github.com/doordash-oss/oapi-codegen-dd/v3 dependency-version: 3.75.4 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 b2d2298..ce3a7d5 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.3 + github.com/doordash-oss/oapi-codegen-dd/v3 v3.75.4 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 046e3d2..d60cc32 100644 --- a/go.sum +++ b/go.sum @@ -16,8 +16,8 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f h1:lO4WD4F/rVNCu3HqELle0jiPLLBs70cWOduZpkS1E78= github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f/go.mod h1:cuUVRXasLTGF7a8hSLbxyZXjz+1KgoB3wDUb6vlszIc= -github.com/doordash-oss/oapi-codegen-dd/v3 v3.75.3 h1:D5zUrJMq5LemqFPw62Dclv8PAyH6N4bvM1Hd77tyf2E= -github.com/doordash-oss/oapi-codegen-dd/v3 v3.75.3/go.mod h1:B/2dCvBVmDo+pdBf+wfc583utG8j07DvR+5IxnKMJuw= +github.com/doordash-oss/oapi-codegen-dd/v3 v3.75.4 h1:8XODYiISHlu8CJwxkUyXPJobyebxlWAK6F36NGHwWY4= +github.com/doordash-oss/oapi-codegen-dd/v3 v3.75.4/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=