1
0
mirror of https://github.com/mgechev/revive.git synced 2025-10-30 23:37:49 +02:00

fix(deps): update module golang.org/x/mod to v0.29.0

This commit is contained in:
renovate[bot]
2025-10-08 19:09:23 +00:00
committed by GitHub
parent c603da3180
commit a09fdcbd15

2
go.mod
View File

@@ -10,7 +10,7 @@ require (
github.com/hashicorp/go-version v1.7.0
github.com/mgechev/dots v1.0.0
github.com/spf13/afero v1.15.0
golang.org/x/mod v0.27.0
golang.org/x/mod v0.29.0
golang.org/x/sync v0.16.0
golang.org/x/tools v0.36.0
)