deps(deps): bump golang.org/x/tools from 0.42.0 to 0.45.0

Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.42.0 to 0.45.0.
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.42.0...v0.45.0)

---
updated-dependencies:
- dependency-name: golang.org/x/tools
  dependency-version: 0.45.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-05-11 13:03:52 +00:00
committed by GitHub
parent 1d72a1cc01
commit bb082a3ffd
2 changed files with 20 additions and 23 deletions
+8 -9
View File
@@ -1,6 +1,6 @@
module github.com/yourorg/devour
go 1.24.10
go 1.25.0
require (
github.com/PuerkitoBio/goquery v1.11.0
@@ -9,7 +9,8 @@ require (
github.com/spf13/cobra v1.8.0
github.com/spf13/viper v1.18.2
github.com/yuin/goldmark v1.7.16
golang.org/x/tools v0.42.0
golang.org/x/tools v0.45.0
gopkg.in/yaml.v3 v3.0.1
)
require (
@@ -42,14 +43,12 @@ require (
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/multierr v1.9.0 // indirect
golang.org/x/exp v0.0.0-20240808152545-0cdaa3abc0fa // indirect
golang.org/x/image v0.36.0 // indirect
golang.org/x/mod v0.33.0 // indirect
golang.org/x/net v0.50.0 // indirect
golang.org/x/sync v0.19.0 // indirect
golang.org/x/sys v0.41.0 // indirect
golang.org/x/text v0.34.0 // indirect
golang.org/x/mod v0.36.0 // indirect
golang.org/x/net v0.54.0 // indirect
golang.org/x/sync v0.20.0 // indirect
golang.org/x/sys v0.44.0 // indirect
golang.org/x/text v0.37.0 // indirect
google.golang.org/appengine v1.6.8 // indirect
google.golang.org/protobuf v1.36.10 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)