From 0c6e5198105abaf68939f4232ff2871544c4c2dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 00:56:15 +0000 Subject: [PATCH] chore(deps): bump github.com/getkin/kin-openapi Bumps [github.com/getkin/kin-openapi](https://github.com/getkin/kin-openapi) from 0.142.0 to 0.145.0. - [Release notes](https://github.com/getkin/kin-openapi/releases) - [Commits](https://github.com/getkin/kin-openapi/compare/v0.142.0...v0.145.0) --- updated-dependencies: - dependency-name: github.com/getkin/kin-openapi dependency-version: 0.145.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go/discovery_kit_test/go.mod | 2 +- go/discovery_kit_test/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go/discovery_kit_test/go.mod b/go/discovery_kit_test/go.mod index 7b5b043..6fab78f 100644 --- a/go/discovery_kit_test/go.mod +++ b/go/discovery_kit_test/go.mod @@ -3,7 +3,7 @@ module github.com/steadybit/discovery-kit/go/discovery_kit_test go 1.26.5 require ( - github.com/getkin/kin-openapi v0.142.0 + github.com/getkin/kin-openapi v0.145.0 github.com/go-resty/resty/v2 v2.17.2 github.com/jarcoal/httpmock v1.4.2 github.com/steadybit/discovery-kit/go/discovery_kit_api v1.7.1 diff --git a/go/discovery_kit_test/go.sum b/go/discovery_kit_test/go.sum index d9d0f43..6d6fa23 100644 --- a/go/discovery_kit_test/go.sum +++ b/go/discovery_kit_test/go.sum @@ -7,8 +7,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/dlclark/regexp2 v1.11.0 h1:G/nrcoOa7ZXlpoa/91N3X7mM3r8eIlMBBJZvsz/mxKI= github.com/dlclark/regexp2 v1.11.0/go.mod h1:DHkYz0B9wPfa6wondMfaivmHpzrQ3v9q8cnmRbL6yW8= -github.com/getkin/kin-openapi v0.142.0 h1:izj0vBdFprMhitfzaX8sTqztsEQyvwhssBoB6n8NO7w= -github.com/getkin/kin-openapi v0.142.0/go.mod h1:3BH9M9XDe/y9M5DSvEocVYAYq1w0qrhJHjC/vZi0AaY= +github.com/getkin/kin-openapi v0.145.0 h1:htBX+Q7SevVaCUqymFegUKzH2WCbewl9tsmyn2FMGWY= +github.com/getkin/kin-openapi v0.145.0/go.mod h1:3BH9M9XDe/y9M5DSvEocVYAYq1w0qrhJHjC/vZi0AaY= github.com/go-openapi/jsonpointer v0.22.5 h1:8on/0Yp4uTb9f4XvTrM2+1CPrV05QPZXu+rvu2o9jcA= github.com/go-openapi/jsonpointer v0.22.5/go.mod h1:gyUR3sCvGSWchA2sUBJGluYMbe1zazrYWIkWPjjMUY0= github.com/go-openapi/swag/jsonname v0.25.5 h1:8p150i44rv/Drip4vWI3kGi9+4W9TdI3US3uUYSFhSo=