From 642f47a90b93d3bb6ec3fe5e71b52f21e3716955 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 21:22:48 +0000 Subject: [PATCH] chore(deps): bump github.com/getkin/kin-openapi in /go/action_kit_api Bumps [github.com/getkin/kin-openapi](https://github.com/getkin/kin-openapi) from 0.145.0 to 0.146.0. - [Release notes](https://github.com/getkin/kin-openapi/releases) - [Commits](https://github.com/getkin/kin-openapi/compare/v0.145.0...v0.146.0) --- updated-dependencies: - dependency-name: github.com/getkin/kin-openapi dependency-version: 0.146.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go/action_kit_api/go.mod | 2 +- go/action_kit_api/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go/action_kit_api/go.mod b/go/action_kit_api/go.mod index 105f091c..464d8604 100644 --- a/go/action_kit_api/go.mod +++ b/go/action_kit_api/go.mod @@ -3,7 +3,7 @@ module github.com/steadybit/action-kit/go/action_kit_api/v2 go 1.26.5 require ( - github.com/getkin/kin-openapi v0.145.0 + github.com/getkin/kin-openapi v0.146.0 github.com/google/uuid v1.6.0 github.com/oapi-codegen/runtime v1.6.0 github.com/stretchr/testify v1.11.1 diff --git a/go/action_kit_api/go.sum b/go/action_kit_api/go.sum index 8c032458..e2405fcc 100644 --- a/go/action_kit_api/go.sum +++ b/go/action_kit_api/go.sum @@ -8,8 +8,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.145.0 h1:htBX+Q7SevVaCUqymFegUKzH2WCbewl9tsmyn2FMGWY= -github.com/getkin/kin-openapi v0.145.0/go.mod h1:3BH9M9XDe/y9M5DSvEocVYAYq1w0qrhJHjC/vZi0AaY= +github.com/getkin/kin-openapi v0.146.0 h1:RA/1RdxrSJW4oc1+6IfnYB6AO9CaGy8GTKPh0k4Ordo= +github.com/getkin/kin-openapi v0.146.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=