From 5218bc8707b3c3c22c0ef6ab97a3d415a028b054 Mon Sep 17 00:00:00 2001 From: "bot-go-openapi[bot]" <246880138+bot-go-openapi[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 17:28:39 +0000 Subject: [PATCH] chore: prepare release v0.26.0 Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- conv/go.mod | 2 +- go.mod | 22 +++++++++---------- go.sum | 4 ++-- jsonutils/adapters/easyjson/go.mod | 6 ++--- .../testintegration/benchmarks/go.mod | 10 ++++----- jsonutils/adapters/testintegration/go.mod | 10 ++++----- jsonutils/go.mod | 6 ++--- loading/go.mod | 8 +++---- yamlutils/go.mod | 8 +++---- 9 files changed, 38 insertions(+), 38 deletions(-) diff --git a/conv/go.mod b/conv/go.mod index 5940991..4296631 100644 --- a/conv/go.mod +++ b/conv/go.mod @@ -1,7 +1,7 @@ module github.com/go-openapi/swag/conv require ( - github.com/go-openapi/swag/typeutils v0.25.5 + github.com/go-openapi/swag/typeutils v0.26.0 github.com/go-openapi/testify/v2 v2.4.2 ) diff --git a/go.mod b/go.mod index 5fb2f99..38252cd 100644 --- a/go.mod +++ b/go.mod @@ -3,17 +3,17 @@ module github.com/go-openapi/swag retract v0.24.0 // bad tagging of the main module: superseeded by v0.24.1 require ( - github.com/go-openapi/swag/cmdutils v0.25.5 - github.com/go-openapi/swag/conv v0.25.5 - github.com/go-openapi/swag/fileutils v0.25.5 - github.com/go-openapi/swag/jsonname v0.25.5 - github.com/go-openapi/swag/jsonutils v0.25.5 - github.com/go-openapi/swag/loading v0.25.5 - github.com/go-openapi/swag/mangling v0.25.5 - github.com/go-openapi/swag/netutils v0.25.5 - github.com/go-openapi/swag/stringutils v0.25.5 - github.com/go-openapi/swag/typeutils v0.25.5 - github.com/go-openapi/swag/yamlutils v0.25.5 + github.com/go-openapi/swag/cmdutils v0.26.0 + github.com/go-openapi/swag/conv v0.26.0 + github.com/go-openapi/swag/fileutils v0.26.0 + github.com/go-openapi/swag/jsonname v0.26.0 + github.com/go-openapi/swag/jsonutils v0.26.0 + github.com/go-openapi/swag/loading v0.26.0 + github.com/go-openapi/swag/mangling v0.26.0 + github.com/go-openapi/swag/netutils v0.26.0 + github.com/go-openapi/swag/stringutils v0.26.0 + github.com/go-openapi/swag/typeutils v0.26.0 + github.com/go-openapi/swag/yamlutils v0.26.0 github.com/go-openapi/testify/v2 v2.4.2 ) diff --git a/go.sum b/go.sum index 904017b..3942a56 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -github.com/go-openapi/testify/enable/yaml/v2 v2.4.1 h1:NZOrZmIb6PTv5LTFxr5/mKV/FjbUzGE7E6gLz7vFoOQ= -github.com/go-openapi/testify/enable/yaml/v2 v2.4.1/go.mod h1:r7dwsujEHawapMsxA69i+XMGZrQ5tRauhLAjV/sxg3Q= +github.com/go-openapi/testify/enable/yaml/v2 v2.4.2 h1:5zRca5jw7lzVREKCZVNBpysDNBjj74rBh0N2BGQbSR0= +github.com/go-openapi/testify/enable/yaml/v2 v2.4.2/go.mod h1:XVevPw5hUXuV+5AkI1u1PeAm27EQVrhXTTCPAF85LmE= github.com/go-openapi/testify/v2 v2.4.2 h1:tiByHpvE9uHrrKjOszax7ZvKB7QOgizBWGBLuq0ePx4= github.com/go-openapi/testify/v2 v2.4.2/go.mod h1:SgsVHtfooshd0tublTtJ50FPKhujf47YRqauXXOUxfw= go.yaml.in/yaml/v3 v3.0.4 h1:tfq32ie2Jv2UxXFdLJdh3jXuOzWiL1fo0bu/FbuKpbc= diff --git a/jsonutils/adapters/easyjson/go.mod b/jsonutils/adapters/easyjson/go.mod index 6bc676a..287db81 100644 --- a/jsonutils/adapters/easyjson/go.mod +++ b/jsonutils/adapters/easyjson/go.mod @@ -1,10 +1,10 @@ module github.com/go-openapi/swag/jsonutils/adapters/easyjson require ( - github.com/go-openapi/swag/conv v0.25.5 + github.com/go-openapi/swag/conv v0.26.0 github.com/go-openapi/swag/jsonutils v0.25.4 - github.com/go-openapi/swag/jsonutils/fixtures_test v0.25.5 - github.com/go-openapi/swag/typeutils v0.25.5 + github.com/go-openapi/swag/jsonutils/fixtures_test v0.26.0 + github.com/go-openapi/swag/typeutils v0.26.0 github.com/go-openapi/testify/v2 v2.4.2 github.com/mailru/easyjson v0.9.2 ) diff --git a/jsonutils/adapters/testintegration/benchmarks/go.mod b/jsonutils/adapters/testintegration/benchmarks/go.mod index 1e904ca..e02e821 100644 --- a/jsonutils/adapters/testintegration/benchmarks/go.mod +++ b/jsonutils/adapters/testintegration/benchmarks/go.mod @@ -1,16 +1,16 @@ module github.com/go-openapi/swag/jsonutils/adapters/testintegration/benchmarks require ( - github.com/go-openapi/swag/jsonutils v0.25.5 - github.com/go-openapi/swag/jsonutils/adapters/easyjson v0.25.5 - github.com/go-openapi/swag/jsonutils/fixtures_test v0.25.5 + github.com/go-openapi/swag/jsonutils v0.26.0 + github.com/go-openapi/swag/jsonutils/adapters/easyjson v0.26.0 + github.com/go-openapi/swag/jsonutils/fixtures_test v0.26.0 github.com/go-openapi/testify/v2 v2.4.2 github.com/mailru/easyjson v0.9.2 ) require ( - github.com/go-openapi/swag/conv v0.25.5 // indirect - github.com/go-openapi/swag/typeutils v0.25.5 // indirect + github.com/go-openapi/swag/conv v0.26.0 // indirect + github.com/go-openapi/swag/typeutils v0.26.0 // indirect github.com/go-openapi/testify/enable/yaml/v2 v2.4.2 // indirect github.com/josharian/intern v1.0.0 // indirect go.yaml.in/yaml/v3 v3.0.4 // indirect diff --git a/jsonutils/adapters/testintegration/go.mod b/jsonutils/adapters/testintegration/go.mod index e5dd0cc..cb81d03 100644 --- a/jsonutils/adapters/testintegration/go.mod +++ b/jsonutils/adapters/testintegration/go.mod @@ -1,16 +1,16 @@ module github.com/go-openapi/swag/jsonutils/adapters/testintegration require ( - github.com/go-openapi/swag/jsonutils v0.25.5 - github.com/go-openapi/swag/jsonutils/adapters/easyjson v0.25.5 - github.com/go-openapi/swag/jsonutils/fixtures_test v0.25.5 + github.com/go-openapi/swag/jsonutils v0.26.0 + github.com/go-openapi/swag/jsonutils/adapters/easyjson v0.26.0 + github.com/go-openapi/swag/jsonutils/fixtures_test v0.26.0 github.com/go-openapi/testify/v2 v2.4.2 github.com/mailru/easyjson v0.9.2 ) require ( - github.com/go-openapi/swag/conv v0.25.5 // indirect - github.com/go-openapi/swag/typeutils v0.25.5 // indirect + github.com/go-openapi/swag/conv v0.26.0 // indirect + github.com/go-openapi/swag/typeutils v0.26.0 // indirect github.com/go-openapi/testify/enable/yaml/v2 v2.4.2 // indirect github.com/josharian/intern v1.0.0 // indirect go.yaml.in/yaml/v3 v3.0.4 // indirect diff --git a/jsonutils/go.mod b/jsonutils/go.mod index 2e3138a..f4eafc9 100644 --- a/jsonutils/go.mod +++ b/jsonutils/go.mod @@ -1,9 +1,9 @@ module github.com/go-openapi/swag/jsonutils require ( - github.com/go-openapi/swag/conv v0.25.5 - github.com/go-openapi/swag/jsonutils/fixtures_test v0.25.5 - github.com/go-openapi/swag/typeutils v0.25.5 + github.com/go-openapi/swag/conv v0.26.0 + github.com/go-openapi/swag/jsonutils/fixtures_test v0.26.0 + github.com/go-openapi/swag/typeutils v0.26.0 github.com/go-openapi/testify/v2 v2.4.2 ) diff --git a/loading/go.mod b/loading/go.mod index 65b49ba..00386ab 100644 --- a/loading/go.mod +++ b/loading/go.mod @@ -1,15 +1,15 @@ module github.com/go-openapi/swag/loading require ( - github.com/go-openapi/swag/yamlutils v0.25.5 + github.com/go-openapi/swag/yamlutils v0.26.0 github.com/go-openapi/testify/enable/yaml/v2 v2.4.2 github.com/go-openapi/testify/v2 v2.4.2 ) require ( - github.com/go-openapi/swag/conv v0.25.5 // indirect - github.com/go-openapi/swag/jsonutils v0.25.5 // indirect - github.com/go-openapi/swag/typeutils v0.25.5 // indirect + github.com/go-openapi/swag/conv v0.26.0 // indirect + github.com/go-openapi/swag/jsonutils v0.26.0 // indirect + github.com/go-openapi/swag/typeutils v0.26.0 // indirect go.yaml.in/yaml/v3 v3.0.4 // indirect ) diff --git a/yamlutils/go.mod b/yamlutils/go.mod index 9636548..c5dfb18 100644 --- a/yamlutils/go.mod +++ b/yamlutils/go.mod @@ -1,10 +1,10 @@ module github.com/go-openapi/swag/yamlutils require ( - github.com/go-openapi/swag/conv v0.25.5 - github.com/go-openapi/swag/jsonutils v0.25.5 - github.com/go-openapi/swag/jsonutils/fixtures_test v0.25.5 - github.com/go-openapi/swag/typeutils v0.25.5 + github.com/go-openapi/swag/conv v0.26.0 + github.com/go-openapi/swag/jsonutils v0.26.0 + github.com/go-openapi/swag/jsonutils/fixtures_test v0.26.0 + github.com/go-openapi/swag/typeutils v0.26.0 github.com/go-openapi/testify/enable/yaml/v2 v2.4.2 github.com/go-openapi/testify/v2 v2.4.2 go.yaml.in/yaml/v3 v3.0.4