From 7c39fb112f50636ab6eda92e4c8b14be92efb60e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 05:36:38 +0000 Subject: [PATCH] chore(deps): bump the golang-org-dependencies group across 5 directories with 3 updates Bumps the golang-org-dependencies group with 3 updates in the / directory: [golang.org/x/text](https://github.com/golang/text), [golang.org/x/tools](https://github.com/golang/tools) and [golang.org/x/term](https://github.com/golang/term). Bumps the golang-org-dependencies group with 2 updates in the /codegen directory: [golang.org/x/text](https://github.com/golang/text) and [golang.org/x/tools](https://github.com/golang/tools). Bumps the golang-org-dependencies group with 1 update in the /enable/colors directory: [golang.org/x/term](https://github.com/golang/term). Bumps the golang-org-dependencies group with 1 update in the /hack/migrate-testify directory: [golang.org/x/tools](https://github.com/golang/tools). Bumps the golang-org-dependencies group with 1 update in the /internal/testintegration directory: [golang.org/x/term](https://github.com/golang/term). Updates `golang.org/x/text` from 0.41.0 to 0.42.0 - [Release notes](https://github.com/golang/text/releases) - [Commits](https://github.com/golang/text/compare/v0.41.0...v0.42.0) Updates `golang.org/x/tools` from 0.49.0 to 0.50.0 - [Release notes](https://github.com/golang/tools/releases) - [Commits](https://github.com/golang/tools/compare/v0.49.0...v0.50.0) Updates `golang.org/x/term` from 0.45.0 to 0.46.0 - [Commits](https://github.com/golang/term/compare/v0.45.0...v0.46.0) Updates `golang.org/x/text` from 0.41.0 to 0.42.0 - [Release notes](https://github.com/golang/text/releases) - [Commits](https://github.com/golang/text/compare/v0.41.0...v0.42.0) Updates `golang.org/x/tools` from 0.49.0 to 0.50.0 - [Release notes](https://github.com/golang/tools/releases) - [Commits](https://github.com/golang/tools/compare/v0.49.0...v0.50.0) Updates `golang.org/x/term` from 0.45.0 to 0.46.0 - [Commits](https://github.com/golang/term/compare/v0.45.0...v0.46.0) Updates `golang.org/x/tools` from 0.49.0 to 0.50.0 - [Release notes](https://github.com/golang/tools/releases) - [Commits](https://github.com/golang/tools/compare/v0.49.0...v0.50.0) Updates `golang.org/x/term` from 0.45.0 to 0.46.0 - [Commits](https://github.com/golang/term/compare/v0.45.0...v0.46.0) --- updated-dependencies: - dependency-name: golang.org/x/text dependency-version: 0.42.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: golang-org-dependencies - dependency-name: golang.org/x/tools dependency-version: 0.50.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: golang-org-dependencies - dependency-name: golang.org/x/term dependency-version: 0.46.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: golang-org-dependencies - dependency-name: golang.org/x/text dependency-version: 0.42.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: golang-org-dependencies - dependency-name: golang.org/x/tools dependency-version: 0.50.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: golang-org-dependencies - dependency-name: golang.org/x/term dependency-version: 0.46.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: golang-org-dependencies - dependency-name: golang.org/x/tools dependency-version: 0.50.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: golang-org-dependencies - dependency-name: golang.org/x/term dependency-version: 0.46.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: golang-org-dependencies ... Signed-off-by: dependabot[bot] --- codegen/go.mod | 4 ++-- codegen/go.sum | 8 ++++---- enable/colors/go.mod | 2 +- enable/colors/go.sum | 4 ++-- hack/migrate-testify/go.mod | 2 +- hack/migrate-testify/go.sum | 4 ++-- internal/testintegration/go.mod | 2 +- internal/testintegration/go.sum | 4 ++-- 8 files changed, 15 insertions(+), 15 deletions(-) diff --git a/codegen/go.mod b/codegen/go.mod index 180004e93..da4ebc797 100644 --- a/codegen/go.mod +++ b/codegen/go.mod @@ -6,8 +6,8 @@ toolchain go1.27.0 require ( go.yaml.in/yaml/v3 v3.0.5 - golang.org/x/text v0.41.0 - golang.org/x/tools v0.49.0 + golang.org/x/text v0.42.0 + golang.org/x/tools v0.50.0 ) require ( diff --git a/codegen/go.sum b/codegen/go.sum index 8a8f59fb5..f4a90d632 100644 --- a/codegen/go.sum +++ b/codegen/go.sum @@ -6,7 +6,7 @@ golang.org/x/mod v0.41.0 h1:qJmnOUb4YB+FsEuM3HcWucdZASCPGhsX6uljO6pog0c= golang.org/x/mod v0.41.0/go.mod h1:Ek9pY8RKWXwsWvd3rQiHYtMqkjSUV+s1Rj7j4H5Ur6o= golang.org/x/sync v0.23.0 h1:KameEIfc1IkluZyXWLn39Wd4tURc6GbCiISGiZm2bQk= golang.org/x/sync v0.23.0/go.mod h1:sUUOizhqBxiL6pEWpqNLUiaJn1ShEbZ6BBqskPbjZm0= -golang.org/x/text v0.41.0 h1:vz/seA0lnX87Othu2f/0L24RcgrXD9/YFTSuGjj3rH8= -golang.org/x/text v0.41.0/go.mod h1:jvf1O8ajNzZqhSrQBPbutR/EB83Cc0CFrezNQIwbb5M= -golang.org/x/tools v0.49.0 h1:3NI7VXzL9+1WZD52Dx2ttoPwD5DWrFGpl9mFZDlmisI= -golang.org/x/tools v0.49.0/go.mod h1:SJNXV9DBKT0UbdttsQjbfJlAE/q+y36++zo3uL3N0Oo= +golang.org/x/text v0.42.0 h1:JbOZXgfeCPU9gacVtYliJqOhD+zhrEqK4LfdpmlUZqI= +golang.org/x/text v0.42.0/go.mod h1:ojzP1Z+2QtioaF8DTtO8K5q7JWVVYwZKenzujK0Zd0E= +golang.org/x/tools v0.50.0 h1:c2ifzfcuY7L90lZ2aKd8S4K2NpASF08SZx9ZuJkHmSU= +golang.org/x/tools v0.50.0/go.mod h1:7ulVMw3831Mwi5EZD6RomGyffr4VFjuNYXf2BbCEAV0= diff --git a/enable/colors/go.mod b/enable/colors/go.mod index e76a994b1..6bd4cf19e 100644 --- a/enable/colors/go.mod +++ b/enable/colors/go.mod @@ -2,7 +2,7 @@ module github.com/go-openapi/testify/enable/colors/v2 require ( github.com/go-openapi/testify/v2 v2.8.0 - golang.org/x/term v0.45.0 + golang.org/x/term v0.46.0 ) require golang.org/x/sys v0.48.0 // indirect diff --git a/enable/colors/go.sum b/enable/colors/go.sum index 682070bd9..cef82cb0b 100644 --- a/enable/colors/go.sum +++ b/enable/colors/go.sum @@ -1,4 +1,4 @@ golang.org/x/sys v0.48.0 h1:bbX/i/6MgT9BVLM9RT1thmxL04yeTAhbEz4SyadbXoo= golang.org/x/sys v0.48.0/go.mod h1:hNLxWAXmnKAxqDtdwIYC4bM9oQPEecfsnNMuSxOs3og= -golang.org/x/term v0.45.0 h1:NwWyBmoJCbfTHpxrWoZ9C6/VxOf7ic219I8xZZFdrf0= -golang.org/x/term v0.45.0/go.mod h1:9aqxs0blBcrm/n0L9QW0aRVD+ktan8ssZromtqJC43w= +golang.org/x/term v0.46.0 h1:3+OXuTbaKDgwk8jTi3aSLHRlmWqHEUDUtxnbFigO4YE= +golang.org/x/term v0.46.0/go.mod h1:+K02xbkittuwc0Am4abfA3Fc+XRGXkvBXNO88NCXPoc= diff --git a/hack/migrate-testify/go.mod b/hack/migrate-testify/go.mod index bd554189e..37a9ea887 100644 --- a/hack/migrate-testify/go.mod +++ b/hack/migrate-testify/go.mod @@ -4,7 +4,7 @@ go 1.26.0 require ( golang.org/x/mod v0.41.0 - golang.org/x/tools v0.49.0 + golang.org/x/tools v0.50.0 ) require golang.org/x/sync v0.23.0 // indirect diff --git a/hack/migrate-testify/go.sum b/hack/migrate-testify/go.sum index 780a7a060..9e40d21f5 100644 --- a/hack/migrate-testify/go.sum +++ b/hack/migrate-testify/go.sum @@ -4,5 +4,5 @@ golang.org/x/mod v0.41.0 h1:qJmnOUb4YB+FsEuM3HcWucdZASCPGhsX6uljO6pog0c= golang.org/x/mod v0.41.0/go.mod h1:Ek9pY8RKWXwsWvd3rQiHYtMqkjSUV+s1Rj7j4H5Ur6o= golang.org/x/sync v0.23.0 h1:KameEIfc1IkluZyXWLn39Wd4tURc6GbCiISGiZm2bQk= golang.org/x/sync v0.23.0/go.mod h1:sUUOizhqBxiL6pEWpqNLUiaJn1ShEbZ6BBqskPbjZm0= -golang.org/x/tools v0.49.0 h1:3NI7VXzL9+1WZD52Dx2ttoPwD5DWrFGpl9mFZDlmisI= -golang.org/x/tools v0.49.0/go.mod h1:SJNXV9DBKT0UbdttsQjbfJlAE/q+y36++zo3uL3N0Oo= +golang.org/x/tools v0.50.0 h1:c2ifzfcuY7L90lZ2aKd8S4K2NpASF08SZx9ZuJkHmSU= +golang.org/x/tools v0.50.0/go.mod h1:7ulVMw3831Mwi5EZD6RomGyffr4VFjuNYXf2BbCEAV0= diff --git a/internal/testintegration/go.mod b/internal/testintegration/go.mod index cceb8a9ad..2f0e10cc1 100644 --- a/internal/testintegration/go.mod +++ b/internal/testintegration/go.mod @@ -11,7 +11,7 @@ require ( require ( golang.org/x/sys v0.48.0 // indirect - golang.org/x/term v0.45.0 // indirect + golang.org/x/term v0.46.0 // indirect ) replace ( diff --git a/internal/testintegration/go.sum b/internal/testintegration/go.sum index fb7ec93e7..9f1f428f2 100644 --- a/internal/testintegration/go.sum +++ b/internal/testintegration/go.sum @@ -2,7 +2,7 @@ go.yaml.in/yaml/v3 v3.0.5 h1:N6y/pJk8buWs9NY5ERU2HSMfm+IuD/OtfdAnq6kESPw= go.yaml.in/yaml/v3 v3.0.5/go.mod h1:HVTZu1O7/Vkt2N+BFy8Zza+lnLsABggaTM2ZpNIGuKg= golang.org/x/sys v0.48.0 h1:bbX/i/6MgT9BVLM9RT1thmxL04yeTAhbEz4SyadbXoo= golang.org/x/sys v0.48.0/go.mod h1:hNLxWAXmnKAxqDtdwIYC4bM9oQPEecfsnNMuSxOs3og= -golang.org/x/term v0.45.0 h1:NwWyBmoJCbfTHpxrWoZ9C6/VxOf7ic219I8xZZFdrf0= -golang.org/x/term v0.45.0/go.mod h1:9aqxs0blBcrm/n0L9QW0aRVD+ktan8ssZromtqJC43w= +golang.org/x/term v0.46.0 h1:3+OXuTbaKDgwk8jTi3aSLHRlmWqHEUDUtxnbFigO4YE= +golang.org/x/term v0.46.0/go.mod h1:+K02xbkittuwc0Am4abfA3Fc+XRGXkvBXNO88NCXPoc= pgregory.net/rapid v1.3.0 h1:vBvO0VSqti75J1jjYqpgPNBLKMd1+gxa9fYo7vk/Exc= pgregory.net/rapid v1.3.0/go.mod h1:dPlE4OBBxgXPqkP79flB6sJL1dx5azpI7HQ9MY9Z7uk=