Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
95dd49d
:arrow_up: Bump golang.org/x/mod from 0.27.0 to 0.28.0 in /utils
dependabot[bot] Sep 8, 2025
d9bf046
📰 Automatic changes ⚙ Adding news file
monty-bot Sep 8, 2025
e214392
📰 Automatic changes ⚙ Adding news file
monty-bot Sep 8, 2025
be1ce49
📰 Automatic changes ⚙ Adding news file
monty-bot Sep 8, 2025
c0aeefa
📰 Automatic changes ⚙ Adding news file
monty-bot Sep 8, 2025
36c0235
📰 Automatic changes ⚙ Adding news file
monty-bot Sep 8, 2025
58b257c
📰 Automatic changes ⚙ Adding news file
monty-bot Sep 8, 2025
d79a590
📰 Automatic changes ⚙ Adding news file
monty-bot Sep 8, 2025
1c23db5
📰 Automatic changes ⚙ Adding news file
monty-bot Sep 8, 2025
7f50664
📰 Automatic changes ⚙ Adding news file
monty-bot Sep 8, 2025
99bce9e
📰 Automatic changes ⚙ Adding news file
monty-bot Sep 8, 2025
9b53eb7
📰 Automatic changes ⚙ Adding news file
monty-bot Sep 8, 2025
bf0a7b8
📰 Automatic changes ⚙ Adding news file
monty-bot Sep 8, 2025
2b1a5e4
📰 Automatic changes ⚙ Adding news file
monty-bot Sep 8, 2025
4881ab3
📰 Automatic changes ⚙ Adding news file
monty-bot Sep 8, 2025
938ab0d
📰 Automatic changes ⚙ Adding news file
monty-bot Sep 8, 2025
6c444c5
📰 Automatic changes ⚙ Adding news file
monty-bot Sep 8, 2025
2d9d9ee
📰 Automatic changes ⚙ Adding news file
monty-bot Sep 8, 2025
04bcce5
📰 Automatic changes ⚙ Adding news file
monty-bot Sep 8, 2025
4211a13
📰 Automatic changes ⚙ Adding news file
monty-bot Sep 8, 2025
ddc72f2
📰 Automatic changes ⚙ Adding news file
monty-bot Sep 8, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changes/20250908102349.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Dependency upgrade: mod-0.28.0
4 changes: 2 additions & 2 deletions utils/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/ARM-software/golang-utils/utils

go 1.23.0
go 1.24.0

toolchain go1.24.1

Expand Down Expand Up @@ -48,7 +48,7 @@ require (
go.uber.org/zap v1.27.0
golang.org/x/crypto v0.41.0
golang.org/x/exp v0.0.0-20250718183923-645b1fa84792
golang.org/x/mod v0.27.0
golang.org/x/mod v0.28.0
golang.org/x/net v0.43.0
golang.org/x/oauth2 v0.30.0
golang.org/x/sync v0.16.0
Expand Down
4 changes: 2 additions & 2 deletions utils/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -272,8 +272,8 @@ golang.org/x/crypto v0.41.0 h1:WKYxWedPGCTVVl5+WHSSrOBT0O8lx32+zxmHxijgXp4=
golang.org/x/crypto v0.41.0/go.mod h1:pO5AFd7FA68rFak7rOAGVuygIISepHftHnr8dr6+sUc=
golang.org/x/exp v0.0.0-20250718183923-645b1fa84792 h1:R9PFI6EUdfVKgwKjZef7QIwGcBKu86OEFpJ9nUEP2l4=
golang.org/x/exp v0.0.0-20250718183923-645b1fa84792/go.mod h1:A+z0yzpGtvnG90cToK5n2tu8UJVP2XUATh+r+sfOOOc=
golang.org/x/mod v0.27.0 h1:kb+q2PyFnEADO2IEF935ehFUXlWiNjJWtRNgBLSfbxQ=
golang.org/x/mod v0.27.0/go.mod h1:rWI627Fq0DEoudcK+MBkNkCe0EetEaDSwJJkCcjpazc=
golang.org/x/mod v0.28.0 h1:gQBtGhjxykdjY9YhZpSlZIsbnaE2+PgjfLWUQTnoZ1U=
golang.org/x/mod v0.28.0/go.mod h1:yfB/L0NOf/kmEbXjzCPOx1iK1fRutOydrCMsqRhEBxI=
golang.org/x/net v0.0.0-20180906233101-161cd47e91fd/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg=
golang.org/x/net v0.0.0-20200520004742-59133d7f0dd7/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A=
Expand Down
Loading