From 52e141f7e1a8fc528e3a942d646be1089bb5fb51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Aug 2021 20:11:29 +0000 Subject: [PATCH] Bump github.com/getkin/kin-openapi from 0.63.0 to 0.75.0 Bumps [github.com/getkin/kin-openapi](https://github.com/getkin/kin-openapi) from 0.63.0 to 0.75.0. - [Release notes](https://github.com/getkin/kin-openapi/releases) - [Commits](https://github.com/getkin/kin-openapi/compare/v0.63.0...v0.75.0) --- updated-dependencies: - dependency-name: github.com/getkin/kin-openapi dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 484b774..d0e8c9c 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/huk-coburg/openapirouter go 1.15 require ( - github.com/getkin/kin-openapi v0.63.0 + github.com/getkin/kin-openapi v0.75.0 github.com/go-openapi/swag v0.19.15 // indirect github.com/mailru/easyjson v0.7.7 // indirect github.com/stretchr/testify v1.7.0