Skip to content

Commit 79aaa0e

Browse files
build(deps): bump golang.org/x/tools from 0.33.0 to 0.34.0
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.33.0 to 0.34.0. - [Release notes](https://github.com/golang/tools/releases) - [Commits](golang/tools@v0.33.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>
1 parent 65c85df commit 79aaa0e

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,9 @@ require (
132132
go.augendre.info/arangolint v0.2.0
133133
go.augendre.info/fatcontext v0.8.0
134134
go.uber.org/automaxprocs v1.6.0
135-
golang.org/x/mod v0.24.0
135+
golang.org/x/mod v0.25.0
136136
golang.org/x/sys v0.33.0
137-
golang.org/x/tools v0.33.0
137+
golang.org/x/tools v0.34.0
138138
gopkg.in/yaml.v3 v3.0.1
139139
honnef.co/go/tools v0.6.1
140140
mvdan.cc/gofumpt v0.8.0
@@ -212,7 +212,7 @@ require (
212212
go.uber.org/zap v1.24.0 // indirect
213213
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 // indirect
214214
golang.org/x/exp/typeparams v0.0.0-20250210185358-939b2ce775ac // indirect
215-
golang.org/x/sync v0.14.0 // indirect
215+
golang.org/x/sync v0.15.0 // indirect
216216
golang.org/x/text v0.25.0 // indirect
217217
google.golang.org/protobuf v1.36.6 // indirect
218218
gopkg.in/ini.v1 v1.67.0 // indirect

go.sum

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)