build(deps): bump golang.org/x/tools from 0.35.0 to 0.36.0

Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.35.0 to 0.36.0.
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.35.0...v0.36.0)

---
updated-dependencies:
- dependency-name: golang.org/x/tools
  dependency-version: 0.36.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]
2025-08-08 00:51:11 +00:00
committed by GitHub
parent f43e2c0dee
commit 39f0877ba0
2 changed files with 6 additions and 6 deletions

4
go.mod
View File

@@ -12,11 +12,11 @@ require (
github.com/goplus/llvm v0.8.3
github.com/goplus/mod v0.17.1
github.com/qiniu/x v1.15.1
golang.org/x/tools v0.35.0
golang.org/x/tools v0.36.0
)
require (
golang.org/x/mod v0.26.0 // indirect
golang.org/x/mod v0.27.0 // indirect
golang.org/x/sync v0.16.0 // indirect
)