Skip to content

Commit

Permalink
fix(deps): update module golang.org/x/tools to v0.25.0
Browse files Browse the repository at this point in the history
| datasource | package            | from    | to      |
| ---------- | ------------------ | ------- | ------- |
| go         | golang.org/x/tools | v0.23.0 | v0.25.0 |
  • Loading branch information
zemnmez-renovate-bot committed Sep 19, 2024
1 parent de414de commit b18a2cb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ require (
github.com/itchyny/gojq v0.12.16
github.com/sergi/go-diff v1.3.1
github.com/tdewolff/parse/v2 v2.7.15
golang.org/x/tools v0.23.0
golang.org/x/tools v0.25.0
honnef.co/go/tools v0.4.7
)

Expand Down Expand Up @@ -58,9 +58,9 @@ require (
golang.org/x/arch v0.6.0 // indirect
golang.org/x/exp v0.0.0-20230224173230-c95f2b4c22f2 // indirect
golang.org/x/exp/typeparams v0.0.0-20221208152030-732eee02a75a // indirect
golang.org/x/mod v0.19.0 // indirect
golang.org/x/sync v0.7.0 // indirect
golang.org/x/sys v0.22.0 // indirect
golang.org/x/mod v0.21.0 // indirect
golang.org/x/sync v0.8.0 // indirect
golang.org/x/sys v0.25.0 // indirect
golang.org/x/tools/go/vcs v0.1.0-deprecated // indirect
google.golang.org/protobuf v1.33.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
Expand Down
7 changes: 7 additions & 0 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b18a2cb

Please sign in to comment.