From 75d10177573b19da644d4c51faae5d6193b716b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 11:27:04 +0000 Subject: [PATCH 01/15] :arrow_up: Bump golang.org/x/text from 0.28.0 to 0.29.0 in /utils Bumps [golang.org/x/text](https://github.com/golang/text) from 0.28.0 to 0.29.0. - [Release notes](https://github.com/golang/text/releases) - [Commits](https://github.com/golang/text/compare/v0.28.0...v0.29.0) --- updated-dependencies: - dependency-name: golang.org/x/text dependency-version: 0.29.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- utils/go.mod | 6 +++--- utils/go.sum | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/utils/go.mod b/utils/go.mod index 34e2d28478..056d3f4a99 100644 --- a/utils/go.mod +++ b/utils/go.mod @@ -1,6 +1,6 @@ module github.com/ARM-software/golang-utils/utils -go 1.23.0 +go 1.24.0 toolchain go1.24.1 @@ -51,9 +51,9 @@ require ( golang.org/x/mod v0.27.0 golang.org/x/net v0.43.0 golang.org/x/oauth2 v0.30.0 - golang.org/x/sync v0.16.0 + golang.org/x/sync v0.17.0 golang.org/x/sys v0.35.0 - golang.org/x/text v0.28.0 + golang.org/x/text v0.29.0 ) require ( diff --git a/utils/go.sum b/utils/go.sum index aeb67cf944..cbf862a993 100644 --- a/utils/go.sum +++ b/utils/go.sum @@ -285,8 +285,8 @@ golang.org/x/net v0.43.0/go.mod h1:vhO1fvI4dGsIjh73sWfUVjj3N7CA9WkKJNQm2svM6Jg= golang.org/x/oauth2 v0.30.0 h1:dnDm7JmhM45NNpd8FDDeLhK6FwqbOf4MLCM9zb1BOHI= golang.org/x/oauth2 v0.30.0/go.mod h1:B++QgG3ZKulg6sRPGD/mqlHQs5rB3Ml9erfeDY7xKlU= golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.16.0 h1:ycBJEhp9p4vXvUZNszeOq0kGTPghopOL8q0fq3vstxw= -golang.org/x/sync v0.16.0/go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA= +golang.org/x/sync v0.17.0 h1:l60nONMj9l5drqw6jlhIELNv9I0A4OFgRsG9k2oT9Ug= +golang.org/x/sync v0.17.0/go.mod h1:9KTHXmSnoGruLpwFjVSX0lNNA75CykiMECbovNTZqGI= golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= @@ -324,8 +324,8 @@ golang.org/x/term v0.34.0/go.mod h1:5jC53AEywhIVebHgPVeg0mj8OD3VO9OzclacVrqpaAw= golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= -golang.org/x/text v0.28.0 h1:rhazDwis8INMIwQ4tpjLDzUhx6RlXqZNPEM0huQojng= -golang.org/x/text v0.28.0/go.mod h1:U8nCwOR8jO/marOQ0QbDiOngZVEBB7MAiitBuMjXiNU= +golang.org/x/text v0.29.0 h1:1neNs90w9YzJ9BocxfsQNHKuAT4pkghyXc4nhZ6sJvk= +golang.org/x/text v0.29.0/go.mod h1:7MhJOA9CD2qZyOKYazxdYMF85OwPdEr9jTtBpO7ydH4= golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.36.0 h1:kWS0uv/zsvHEle1LbV5LE8QujrxB3wfQyxHfhOk0Qkg= golang.org/x/tools v0.36.0/go.mod h1:WBDiHKJK8YgLHlcQPYQzNCkUxUypCaa5ZegCVutKm+s= From a11c6bb41b480954a089263da0373958538df48e Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Mon, 8 Sep 2025 11:27:32 +0000 Subject: [PATCH 02/15] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20250908112732.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20250908112732.bugfix diff --git a/changes/20250908112732.bugfix b/changes/20250908112732.bugfix new file mode 100644 index 0000000000..3fb9d32311 --- /dev/null +++ b/changes/20250908112732.bugfix @@ -0,0 +1 @@ +Dependency upgrade: text-0.29.0 From ffd8a7dacf4645583d73de4e20b871f90b31eb49 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Mon, 8 Sep 2025 11:27:40 +0000 Subject: [PATCH 03/15] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20250908112740.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20250908112740.bugfix diff --git a/changes/20250908112740.bugfix b/changes/20250908112740.bugfix new file mode 100644 index 0000000000..3fb9d32311 --- /dev/null +++ b/changes/20250908112740.bugfix @@ -0,0 +1 @@ +Dependency upgrade: text-0.29.0 From afdda2a5babb9b6c216a119920efca47063fdeaa Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Mon, 8 Sep 2025 11:27:59 +0000 Subject: [PATCH 04/15] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20250908112759.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20250908112759.bugfix diff --git a/changes/20250908112759.bugfix b/changes/20250908112759.bugfix new file mode 100644 index 0000000000..3fb9d32311 --- /dev/null +++ b/changes/20250908112759.bugfix @@ -0,0 +1 @@ +Dependency upgrade: text-0.29.0 From 89ec794481f2cb7e088667d1b22250578f0918ad Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Mon, 8 Sep 2025 11:28:23 +0000 Subject: [PATCH 05/15] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20250908112823.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20250908112823.bugfix diff --git a/changes/20250908112823.bugfix b/changes/20250908112823.bugfix new file mode 100644 index 0000000000..3fb9d32311 --- /dev/null +++ b/changes/20250908112823.bugfix @@ -0,0 +1 @@ +Dependency upgrade: text-0.29.0 From 5140305812a820345426d007ee9263e2e4324ead Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Mon, 8 Sep 2025 11:28:28 +0000 Subject: [PATCH 06/15] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20250908112828.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20250908112828.bugfix diff --git a/changes/20250908112828.bugfix b/changes/20250908112828.bugfix new file mode 100644 index 0000000000..3fb9d32311 --- /dev/null +++ b/changes/20250908112828.bugfix @@ -0,0 +1 @@ +Dependency upgrade: text-0.29.0 From 19751eb94aeba3212ced687d5152ac198029d673 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Mon, 8 Sep 2025 11:28:54 +0000 Subject: [PATCH 07/15] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20250908112854.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20250908112854.bugfix diff --git a/changes/20250908112854.bugfix b/changes/20250908112854.bugfix new file mode 100644 index 0000000000..3fb9d32311 --- /dev/null +++ b/changes/20250908112854.bugfix @@ -0,0 +1 @@ +Dependency upgrade: text-0.29.0 From bafeeaedd97ffd2ed2a30f0ec37d4bc7ef4e6e02 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Mon, 8 Sep 2025 11:29:00 +0000 Subject: [PATCH 08/15] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20250908112900.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20250908112900.bugfix diff --git a/changes/20250908112900.bugfix b/changes/20250908112900.bugfix new file mode 100644 index 0000000000..3fb9d32311 --- /dev/null +++ b/changes/20250908112900.bugfix @@ -0,0 +1 @@ +Dependency upgrade: text-0.29.0 From c2262d7bf7800ef9afe290961705cd47267c494c Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Mon, 8 Sep 2025 11:29:23 +0000 Subject: [PATCH 09/15] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20250908112923.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20250908112923.bugfix diff --git a/changes/20250908112923.bugfix b/changes/20250908112923.bugfix new file mode 100644 index 0000000000..3fb9d32311 --- /dev/null +++ b/changes/20250908112923.bugfix @@ -0,0 +1 @@ +Dependency upgrade: text-0.29.0 From 0a89aff44093918b4fb73d802ffcbfdfae2a132e Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Mon, 8 Sep 2025 11:29:27 +0000 Subject: [PATCH 10/15] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20250908112927.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20250908112927.bugfix diff --git a/changes/20250908112927.bugfix b/changes/20250908112927.bugfix new file mode 100644 index 0000000000..3fb9d32311 --- /dev/null +++ b/changes/20250908112927.bugfix @@ -0,0 +1 @@ +Dependency upgrade: text-0.29.0 From 698588202952b76e7405f24e922eb9d1d70697bf Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Mon, 8 Sep 2025 11:29:51 +0000 Subject: [PATCH 11/15] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20250908112951.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20250908112951.bugfix diff --git a/changes/20250908112951.bugfix b/changes/20250908112951.bugfix new file mode 100644 index 0000000000..3fb9d32311 --- /dev/null +++ b/changes/20250908112951.bugfix @@ -0,0 +1 @@ +Dependency upgrade: text-0.29.0 From 5e57915c166d60f63e6e7d3d601fb89effc1dc0c Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Mon, 8 Sep 2025 11:29:57 +0000 Subject: [PATCH 12/15] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20250908112957.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20250908112957.bugfix diff --git a/changes/20250908112957.bugfix b/changes/20250908112957.bugfix new file mode 100644 index 0000000000..3fb9d32311 --- /dev/null +++ b/changes/20250908112957.bugfix @@ -0,0 +1 @@ +Dependency upgrade: text-0.29.0 From 4aaa139ca52c3bcd837f4be39574dcf6c304abce Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Mon, 8 Sep 2025 11:30:25 +0000 Subject: [PATCH 13/15] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20250908113025.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20250908113025.bugfix diff --git a/changes/20250908113025.bugfix b/changes/20250908113025.bugfix new file mode 100644 index 0000000000..3fb9d32311 --- /dev/null +++ b/changes/20250908113025.bugfix @@ -0,0 +1 @@ +Dependency upgrade: text-0.29.0 From 3d0759b88e6af5fc24e977e672ab10299a28243d Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Mon, 8 Sep 2025 11:30:38 +0000 Subject: [PATCH 14/15] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20250908113038.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20250908113038.bugfix diff --git a/changes/20250908113038.bugfix b/changes/20250908113038.bugfix new file mode 100644 index 0000000000..3fb9d32311 --- /dev/null +++ b/changes/20250908113038.bugfix @@ -0,0 +1 @@ +Dependency upgrade: text-0.29.0 From ddb73bd2fde6e4c03f85968ba0c04d0ea5c216f3 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Mon, 8 Sep 2025 11:31:16 +0000 Subject: [PATCH 15/15] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20250908113116.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20250908113116.bugfix diff --git a/changes/20250908113116.bugfix b/changes/20250908113116.bugfix new file mode 100644 index 0000000000..3fb9d32311 --- /dev/null +++ b/changes/20250908113116.bugfix @@ -0,0 +1 @@ +Dependency upgrade: text-0.29.0