Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
f7464e3
:arrow_up: Bump golang.org/x/mod from 0.26.0 to 0.27.0 in /utils
dependabot[bot] Aug 8, 2025
5f97185
📰 Automatic changes ⚙ Adding news file
monty-bot Aug 8, 2025
8727501
📰 Automatic changes ⚙ Adding news file
monty-bot Aug 8, 2025
37f0b27
📰 Automatic changes ⚙ Adding news file
monty-bot Aug 8, 2025
e741e26
📰 Automatic changes ⚙ Adding news file
monty-bot Aug 8, 2025
ec943c1
📰 Automatic changes ⚙ Adding news file
monty-bot Aug 8, 2025
95ed393
📰 Automatic changes ⚙ Adding news file
monty-bot Aug 8, 2025
448a9ed
📰 Automatic changes ⚙ Adding news file
monty-bot Aug 8, 2025
3c04e6a
📰 Automatic changes ⚙ Adding news file
monty-bot Aug 8, 2025
9f14204
📰 Automatic changes ⚙ Adding news file
monty-bot Aug 8, 2025
97a6660
📰 Automatic changes ⚙ Adding news file
monty-bot Aug 8, 2025
5345ab8
📰 Automatic changes ⚙ Adding news file
monty-bot Aug 8, 2025
5034742
📰 Automatic changes ⚙ Adding news file
monty-bot Aug 8, 2025
3dc95bc
📰 Automatic changes ⚙ Adding news file
monty-bot Aug 8, 2025
476caec
📰 Automatic changes ⚙ Adding news file
monty-bot Aug 8, 2025
cff9412
📰 Automatic changes ⚙ Adding news file
monty-bot Aug 8, 2025
c948fa5
📰 Automatic changes ⚙ Adding news file
monty-bot Aug 8, 2025
26f386f
📰 Automatic changes ⚙ Adding news file
monty-bot Aug 8, 2025
4ec7374
📰 Automatic changes ⚙ Adding news file
monty-bot Aug 8, 2025
485821b
📰 Automatic changes ⚙ Adding news file
monty-bot Aug 8, 2025
2c6c3b5
📰 Automatic changes ⚙ Adding news file
monty-bot Aug 8, 2025
79597b0
📰 Automatic changes ⚙ Adding news file
monty-bot Aug 8, 2025
e8f22de
📰 Automatic changes ⚙ Adding news file
monty-bot Aug 8, 2025
083e3b2
📰 Automatic changes ⚙ Adding news file
monty-bot Aug 8, 2025
aa2ee15
📰 Automatic changes ⚙ Adding news file
monty-bot Aug 8, 2025
628088a
📰 Automatic changes ⚙ Adding news file
monty-bot Aug 8, 2025
2216c4b
📰 Automatic changes ⚙ Adding news file
monty-bot Aug 8, 2025
b9d2d70
📰 Automatic changes ⚙ Adding news file
monty-bot Aug 8, 2025
5b4ab45
📰 Automatic changes ⚙ Adding news file
monty-bot Aug 8, 2025
92b5f62
📰 Automatic changes ⚙ Adding news file
monty-bot Aug 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
2 changes: 1 addition & 1 deletion utils/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ require (
go.uber.org/zap v1.27.0
golang.org/x/crypto v0.40.0
golang.org/x/exp v0.0.0-20250718183923-645b1fa84792
golang.org/x/mod v0.26.0
golang.org/x/mod v0.27.0
golang.org/x/net v0.42.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 @@ -260,8 +260,8 @@ golang.org/x/crypto v0.40.0 h1:r4x+VvoG5Fm+eJcxMaY8CQM7Lb0l1lsmjGBQ6s8BfKM=
golang.org/x/crypto v0.40.0/go.mod h1:Qr1vMER5WyS2dfPHAlsOj01wgLbsyWtFn/aY+5+ZdxY=
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.26.0 h1:EGMPT//Ezu+ylkCijjPc+f4Aih7sZvaAr+O3EHBxvZg=
golang.org/x/mod v0.26.0/go.mod h1:/j6NAhSk8iQ723BGAUyoAcn7SlD7s15Dp9Nd/SfeaFQ=
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/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