fix(deps): update module golang.org/x/tools to v0.25.0

This commit is contained in:
Renovate Bot 2024-09-09 16:01:37 +00:00
parent 637f96320b
commit 2395062572
2 changed files with 6 additions and 4 deletions

6
go.mod
View file

@ -1,8 +1,10 @@
module git.froth.zone/sam/go2werc
go 1.19
go 1.22.0
toolchain go1.23.1
require (
github.com/russross/blackfriday/v2 v2.1.0
golang.org/x/tools v0.19.0
golang.org/x/tools v0.25.0
)

4
go.sum
View file

@ -1,4 +1,4 @@
github.com/russross/blackfriday/v2 v2.1.0 h1:JIOH55/0cWyOuilr9/qlrm0BSXldqnqwMsf35Ld67mk=
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
golang.org/x/tools v0.19.0 h1:tfGCXNR1OsFG+sVdLAitlpjAvD/I6dHDKnYrpEZUHkw=
golang.org/x/tools v0.19.0/go.mod h1:qoJWxmGSIBmAeriMx19ogtrEPrGtDbPK634QFIcLAhc=
golang.org/x/tools v0.25.0 h1:oFU9pkj/iJgs+0DT+VMHrx+oBKs/LJMV+Uvg78sl+fE=
golang.org/x/tools v0.25.0/go.mod h1:/vtpO8WL1N9cQC3FN5zPqb//fRXskFHbLKk4OW1Q7rg=