Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️ Bump golang.org/x/text from 0.23.0 to 0.24.0 in /utils #593

Merged
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
7e1c525
:arrow_up: Bump golang.org/x/text from 0.23.0 to 0.24.0 in /utils
dependabot[bot] Apr 7, 2025
a67112c
📰 Automatic changes ⚙ Adding news file
monty-bot Apr 7, 2025
ee9fea0
📰 Automatic changes ⚙ Adding news file
monty-bot Apr 7, 2025
ec63bcb
📰 Automatic changes ⚙ Adding news file
monty-bot Apr 7, 2025
5ee2ddf
📰 Automatic changes ⚙ Adding news file
monty-bot Apr 7, 2025
313e8c0
📰 Automatic changes ⚙ Adding news file
monty-bot Apr 7, 2025
a30bce0
📰 Automatic changes ⚙ Adding news file
monty-bot Apr 7, 2025
e801b2f
📰 Automatic changes ⚙ Adding news file
monty-bot Apr 7, 2025
c0ccd77
📰 Automatic changes ⚙ Adding news file
monty-bot Apr 7, 2025
c3c5a4e
📰 Automatic changes ⚙ Adding news file
monty-bot Apr 7, 2025
6a33782
📰 Automatic changes ⚙ Adding news file
monty-bot Apr 7, 2025
34c2916
📰 Automatic changes ⚙ Adding news file
monty-bot Apr 7, 2025
4eb3ecd
📰 Automatic changes ⚙ Adding news file
monty-bot Apr 7, 2025
c237911
📰 Automatic changes ⚙ Adding news file
monty-bot Apr 7, 2025
fc8aeda
📰 Automatic changes ⚙ Adding news file
monty-bot Apr 7, 2025
a3ff7be
📰 Automatic changes ⚙ Adding news file
monty-bot Apr 7, 2025
b550461
📰 Automatic changes ⚙ Adding news file
monty-bot Apr 7, 2025
35b8b3f
📰 Automatic changes ⚙ Adding news file
monty-bot Apr 7, 2025
dfb95ab
📰 Automatic changes ⚙ Adding news file
monty-bot Apr 7, 2025
3ceddf1
📰 Automatic changes ⚙ Adding news file
monty-bot Apr 7, 2025
59f047b
📰 Automatic changes ⚙ Adding news file
monty-bot Apr 7, 2025
9fa1176
📰 Automatic changes ⚙ Adding news file
monty-bot Apr 7, 2025
41cd0c0
📰 Automatic changes ⚙ Adding news file
monty-bot Apr 7, 2025
5856c0b
📰 Automatic changes ⚙ Adding news file
monty-bot Apr 7, 2025
d7570e2
📰 Automatic changes ⚙ Adding news file
monty-bot Apr 7, 2025
d10f0b8
📰 Automatic changes ⚙ Adding news file
monty-bot Apr 7, 2025
e8de323
Merge branch 'master' into dependabot/go_modules/utils/golang.org/x/t…
acabarbaye Apr 8, 2025
07f707b
Merge branch 'master' into dependabot/go_modules/utils/golang.org/x/t…
acabarbaye Apr 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
4 changes: 2 additions & 2 deletions utils/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ require (
golang.org/x/mod v0.24.0
golang.org/x/net v0.38.0
golang.org/x/oauth2 v0.28.0
golang.org/x/sync v0.12.0
golang.org/x/sync v0.13.0
golang.org/x/sys v0.31.0
golang.org/x/text v0.23.0
golang.org/x/text v0.24.0
)

require (
Expand Down
8 changes: 4 additions & 4 deletions utils/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -272,8 +272,8 @@ golang.org/x/oauth2 v0.28.0/go.mod h1:onh5ek6nERTohokkhCD/y2cV4Do3fxFHFuAejCkRWT
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sync v0.12.0 h1:MHc5BpPuC30uJk597Ri8TV3CNZcTLu6B6z4lJy+g6Jw=
golang.org/x/sync v0.12.0/go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA=
golang.org/x/sync v0.13.0 h1:AauUjRAJ9OSnvULf/ARrrVywoJDy0YS2AwQ98I37610=
golang.org/x/sync v0.13.0/go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA=
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=
Expand Down Expand Up @@ -315,8 +315,8 @@ golang.org/x/term v0.30.0/go.mod h1:NYYFdzHoI5wRh/h5tDMdMqCqPJZEuNqVR5xJLd/n67g=
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.23.0 h1:D71I7dUrlY+VX0gQShAThNGHFxZ13dGLBHQLVl1mJlY=
golang.org/x/text v0.23.0/go.mod h1:/BLNzu4aZCJ1+kcD0DNRotWKage4q2rGVAg4o22unh4=
golang.org/x/text v0.24.0 h1:dd5Bzh4yt5KYA8f9CJHCP4FB4D51c2c6JvN37xJJkJ0=
golang.org/x/text v0.24.0/go.mod h1:L8rBsPeo2pSS+xqN0d5u2ikmjtmoJbDBT1b7nHvFCdU=
golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo=
golang.org/x/tools v0.1.1/go.mod h1:o0xws9oXOQQZyjljx8fwUC0k7L1pTE6eaCbjGeHmOkk=
Expand Down
Loading