From 59111fb84abf7e7caf68d5cb82c9be94842c0d4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 22:52:39 +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.74.0 to 3.74.6. - [Release notes](https://github.com/doordash-oss/oapi-codegen-dd/releases) - [Commits](https://github.com/doordash-oss/oapi-codegen-dd/compare/v3.74.0...v3.74.6) --- updated-dependencies: - dependency-name: github.com/doordash-oss/oapi-codegen-dd/v3 dependency-version: 3.74.6 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 a72fa4c..b00faba 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/mockzilla/connexions-codegen-template go 1.25.3 require ( - github.com/doordash-oss/oapi-codegen-dd/v3 v3.74.0 + github.com/doordash-oss/oapi-codegen-dd/v3 v3.74.6 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 0727d68..8609133 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.74.0 h1:cASUCUeFL/5GpFLGH9iF3yhocD/1kKteoRNP9D9++tY= -github.com/doordash-oss/oapi-codegen-dd/v3 v3.74.0/go.mod h1:B/2dCvBVmDo+pdBf+wfc583utG8j07DvR+5IxnKMJuw= +github.com/doordash-oss/oapi-codegen-dd/v3 v3.74.6 h1:d9Jtl0A8+qxI5mGiqCN1vhkDUY5nA5+ei1qo5X3ENP8= +github.com/doordash-oss/oapi-codegen-dd/v3 v3.74.6/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=