1
0
mirror of https://github.com/mgechev/revive.git synced 2025-11-23 22:04:49 +02:00

chore(deps): update module golang.org/x/text to v0.24.0 (#1296)

This commit is contained in:
renovate[bot]
2025-04-06 09:22:58 +02:00
committed by GitHub
parent 62f0b012e5
commit a9ee63c60e
2 changed files with 6 additions and 6 deletions

4
go.mod
View File

@@ -14,7 +14,7 @@ require (
github.com/olekukonko/tablewriter v0.0.5
github.com/spf13/afero v1.14.0
golang.org/x/mod v0.24.0
golang.org/x/sync v0.12.0
golang.org/x/sync v0.13.0
golang.org/x/tools v0.31.0
)
@@ -25,5 +25,5 @@ require (
github.com/rivo/uniseg v0.4.7 // indirect
github.com/stretchr/testify v1.10.0 // indirect
golang.org/x/sys v0.31.0 // indirect
golang.org/x/text v0.23.0 // indirect
golang.org/x/text v0.24.0 // indirect
)