build(deps): bump golang.org/x/tools from 0.30.0 to 0.34.0

Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.30.0 to 0.34.0.
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.30.0...v0.34.0)

---
updated-dependencies:
- dependency-name: golang.org/x/tools
  dependency-version: 0.34.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-06-06 01:16:01 +00:00
committed by GitHub
parent fc86634e29
commit 29904f8f22
2 changed files with 10 additions and 10 deletions

8
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/goplus/llgo
go 1.23
go 1.23.0
toolchain go1.24.1
@@ -12,12 +12,12 @@ 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.30.0
golang.org/x/tools v0.34.0
)
require (
golang.org/x/mod v0.23.0 // indirect
golang.org/x/sync v0.11.0 // indirect
golang.org/x/mod v0.25.0 // indirect
golang.org/x/sync v0.15.0 // indirect
)
replace github.com/goplus/llgo/runtime => ./runtime