From ddfdf04dd7cb9a2b774f4c5848bc2170ca575671 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 05:37:33 +0000 Subject: [PATCH] chore(deps): Bump the go-openapi-dependencies group across 3 directories with 2 updates Bumps the go-openapi-dependencies group with 2 updates in the / directory: [github.com/go-openapi/swag/conv](https://github.com/go-openapi/swag) and [github.com/go-openapi/swag/pools](https://github.com/go-openapi/swag). Bumps the go-openapi-dependencies group with 1 update in the /formatting/testdata/corpus directory: [github.com/go-openapi/swag/conv](https://github.com/go-openapi/swag). Bumps the go-openapi-dependencies group with 1 update in the /mangling directory: [github.com/go-openapi/swag/pools](https://github.com/go-openapi/swag). Updates `github.com/go-openapi/swag/conv` from 0.29.0 to 0.29.1 - [Release notes](https://github.com/go-openapi/swag/releases) - [Commits](https://github.com/go-openapi/swag/compare/v0.29.0...v0.29.1) Updates `github.com/go-openapi/swag/pools` from 0.29.0 to 0.29.1 - [Release notes](https://github.com/go-openapi/swag/releases) - [Commits](https://github.com/go-openapi/swag/compare/v0.29.0...v0.29.1) Updates `github.com/go-openapi/swag/conv` from 0.29.0 to 0.29.1 - [Release notes](https://github.com/go-openapi/swag/releases) - [Commits](https://github.com/go-openapi/swag/compare/v0.29.0...v0.29.1) Updates `github.com/go-openapi/swag/pools` from 0.29.0 to 0.29.1 - [Release notes](https://github.com/go-openapi/swag/releases) - [Commits](https://github.com/go-openapi/swag/compare/v0.29.0...v0.29.1) --- updated-dependencies: - dependency-name: github.com/go-openapi/swag/conv dependency-version: 0.29.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-openapi-dependencies - dependency-name: github.com/go-openapi/swag/pools dependency-version: 0.29.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-openapi-dependencies - dependency-name: github.com/go-openapi/swag/conv dependency-version: 0.29.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-openapi-dependencies - dependency-name: github.com/go-openapi/swag/pools dependency-version: 0.29.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-openapi-dependencies ... Signed-off-by: dependabot[bot] --- formatting/testdata/corpus/go.mod | 2 +- formatting/testdata/corpus/go.sum | 8 ++++---- go.mod | 4 ++-- go.sum | 12 ++++++------ mangling/go.mod | 2 +- mangling/go.sum | 4 ++-- 6 files changed, 16 insertions(+), 16 deletions(-) diff --git a/formatting/testdata/corpus/go.mod b/formatting/testdata/corpus/go.mod index 06d51ca..7a89714 100644 --- a/formatting/testdata/corpus/go.mod +++ b/formatting/testdata/corpus/go.mod @@ -10,6 +10,6 @@ module github.com/go-openapi/codegen/formatting/testdata/corpus go 1.25.0 require ( - github.com/go-openapi/swag/conv v0.29.0 + github.com/go-openapi/swag/conv v0.29.1 gopkg.in/yaml.v3 v3.0.1 ) diff --git a/formatting/testdata/corpus/go.sum b/formatting/testdata/corpus/go.sum index 8e89b02..bbc6acc 100644 --- a/formatting/testdata/corpus/go.sum +++ b/formatting/testdata/corpus/go.sum @@ -1,7 +1,7 @@ -github.com/go-openapi/swag/conv v0.29.0 h1:4+1TogWpOIzMPzVKrvx1BfqBYlApB7D7DW3EAWpwmp4= -github.com/go-openapi/swag/conv v0.29.0/go.mod h1:ch1l7V87F6zQXuLs5s0RFvrro6aFvrVcfVXn2PTZnu8= -github.com/go-openapi/swag/typeutils v0.29.0 h1:HrWCYZeXVVNDo/7QQPRaYk33XeIDxksbxpalID3bWR8= -github.com/go-openapi/swag/typeutils v0.29.0/go.mod h1:hxpgDZJVBkBsi/d3MIUosafoFdE5exaQRmVp0zwu3YE= +github.com/go-openapi/swag/conv v0.29.1 h1:AC4Eh/5c/eUDOUCzzsRC9ghmFgOSBHeRMGIngY0ZUGA= +github.com/go-openapi/swag/conv v0.29.1/go.mod h1:S1X7/ZrBEZOC0Wc8AGxjbcGS92l3WEjA7aPtpl+RaqM= +github.com/go-openapi/swag/typeutils v0.29.1 h1:Nzv9nhnlLCRBPQqfOX+7lB6Guju370or8StT+lIOf6M= +github.com/go-openapi/swag/typeutils v0.29.1/go.mod h1:hxpgDZJVBkBsi/d3MIUosafoFdE5exaQRmVp0zwu3YE= github.com/go-openapi/testify/v2 v2.6.1 h1:6CNJhTjMzgaeaH8WhshcsZNPIvRemiOcFpU7seO/y7Q= github.com/go-openapi/testify/v2 v2.6.1/go.mod h1:SgsVHtfooshd0tublTtJ50FPKhujf47YRqauXXOUxfw= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM= diff --git a/go.mod b/go.mod index ee8493a..ea1ff1c 100644 --- a/go.mod +++ b/go.mod @@ -5,8 +5,8 @@ go 1.25.0 require ( github.com/go-openapi/codegen/mangling v0.0.1 github.com/go-openapi/inflect v1.0.0 - github.com/go-openapi/swag/conv v0.29.0 - github.com/go-openapi/swag/pools v0.29.0 + github.com/go-openapi/swag/conv v0.29.1 + github.com/go-openapi/swag/pools v0.29.1 github.com/go-openapi/testify/v2 v2.6.1 golang.org/x/mod v0.40.0 golang.org/x/tools v0.49.0 diff --git a/go.sum b/go.sum index 190e71b..9224d96 100644 --- a/go.sum +++ b/go.sum @@ -1,11 +1,11 @@ github.com/go-openapi/inflect v1.0.0 h1:IzG7K5YBu97odaCXhjODGGt25WaNtEYLJc9NfUcW4AI= github.com/go-openapi/inflect v1.0.0/go.mod h1:ksYcnLD7j24H79hdqOMmWaLXjFXd0LTkRoBA0UazLW8= -github.com/go-openapi/swag/conv v0.29.0 h1:4+1TogWpOIzMPzVKrvx1BfqBYlApB7D7DW3EAWpwmp4= -github.com/go-openapi/swag/conv v0.29.0/go.mod h1:ch1l7V87F6zQXuLs5s0RFvrro6aFvrVcfVXn2PTZnu8= -github.com/go-openapi/swag/pools v0.29.0 h1:uMQcoJeHJ8fWkdfEXJZMMpqk6hpfW8qTL5Q/IoRFFII= -github.com/go-openapi/swag/pools v0.29.0/go.mod h1:leDcaghjkRAhCuCRv9NfJU5f0mjoU3cT/XZObhMk3pc= -github.com/go-openapi/swag/typeutils v0.29.0 h1:HrWCYZeXVVNDo/7QQPRaYk33XeIDxksbxpalID3bWR8= -github.com/go-openapi/swag/typeutils v0.29.0/go.mod h1:hxpgDZJVBkBsi/d3MIUosafoFdE5exaQRmVp0zwu3YE= +github.com/go-openapi/swag/conv v0.29.1 h1:AC4Eh/5c/eUDOUCzzsRC9ghmFgOSBHeRMGIngY0ZUGA= +github.com/go-openapi/swag/conv v0.29.1/go.mod h1:S1X7/ZrBEZOC0Wc8AGxjbcGS92l3WEjA7aPtpl+RaqM= +github.com/go-openapi/swag/pools v0.29.1 h1:NRogYxdEW9SjRM4mkAOji9iefO4MRXq3p/ZJcoQbUKg= +github.com/go-openapi/swag/pools v0.29.1/go.mod h1:leDcaghjkRAhCuCRv9NfJU5f0mjoU3cT/XZObhMk3pc= +github.com/go-openapi/swag/typeutils v0.29.1 h1:Nzv9nhnlLCRBPQqfOX+7lB6Guju370or8StT+lIOf6M= +github.com/go-openapi/swag/typeutils v0.29.1/go.mod h1:hxpgDZJVBkBsi/d3MIUosafoFdE5exaQRmVp0zwu3YE= github.com/go-openapi/testify/v2 v2.6.1 h1:6CNJhTjMzgaeaH8WhshcsZNPIvRemiOcFpU7seO/y7Q= github.com/go-openapi/testify/v2 v2.6.1/go.mod h1:SgsVHtfooshd0tublTtJ50FPKhujf47YRqauXXOUxfw= github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8= diff --git a/mangling/go.mod b/mangling/go.mod index 188f289..4272b38 100644 --- a/mangling/go.mod +++ b/mangling/go.mod @@ -3,6 +3,6 @@ module github.com/go-openapi/codegen/mangling go 1.25.0 require ( - github.com/go-openapi/swag/pools v0.29.0 + github.com/go-openapi/swag/pools v0.29.1 github.com/go-openapi/testify/v2 v2.6.1 ) diff --git a/mangling/go.sum b/mangling/go.sum index 22dae3c..501eae6 100644 --- a/mangling/go.sum +++ b/mangling/go.sum @@ -1,4 +1,4 @@ -github.com/go-openapi/swag/pools v0.29.0 h1:uMQcoJeHJ8fWkdfEXJZMMpqk6hpfW8qTL5Q/IoRFFII= -github.com/go-openapi/swag/pools v0.29.0/go.mod h1:leDcaghjkRAhCuCRv9NfJU5f0mjoU3cT/XZObhMk3pc= +github.com/go-openapi/swag/pools v0.29.1 h1:NRogYxdEW9SjRM4mkAOji9iefO4MRXq3p/ZJcoQbUKg= +github.com/go-openapi/swag/pools v0.29.1/go.mod h1:leDcaghjkRAhCuCRv9NfJU5f0mjoU3cT/XZObhMk3pc= github.com/go-openapi/testify/v2 v2.6.1 h1:6CNJhTjMzgaeaH8WhshcsZNPIvRemiOcFpU7seO/y7Q= github.com/go-openapi/testify/v2 v2.6.1/go.mod h1:SgsVHtfooshd0tublTtJ50FPKhujf47YRqauXXOUxfw=