Skip to content

Commit a2b86cf

Browse files
build(deps): bump golang.org/x/tools from 0.30.0 to 0.31.0
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.30.0 to 0.31.0. - [Release notes](https://github.com/golang/tools/releases) - [Commits](golang/tools@v0.30.0...v0.31.0) --- updated-dependencies: - dependency-name: golang.org/x/tools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e1eb4cb commit a2b86cf

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

Diff for: go.mod

+4-4
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,9 @@ require (
125125
go-simpler.org/musttag v0.13.0
126126
go-simpler.org/sloglint v0.9.0
127127
go.uber.org/automaxprocs v1.6.0
128-
golang.org/x/mod v0.23.0
129-
golang.org/x/sys v0.30.0
130-
golang.org/x/tools v0.30.0
128+
golang.org/x/mod v0.24.0
129+
golang.org/x/sys v0.31.0
130+
golang.org/x/tools v0.31.0
131131
gopkg.in/yaml.v3 v3.0.1
132132
honnef.co/go/tools v0.6.0
133133
mvdan.cc/gofumpt v0.7.0
@@ -196,7 +196,7 @@ require (
196196
go.uber.org/zap v1.24.0 // indirect
197197
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 // indirect
198198
golang.org/x/exp/typeparams v0.0.0-20250210185358-939b2ce775ac // indirect
199-
golang.org/x/sync v0.11.0 // indirect
199+
golang.org/x/sync v0.12.0 // indirect
200200
golang.org/x/text v0.22.0 // indirect
201201
google.golang.org/protobuf v1.36.4 // indirect
202202
gopkg.in/ini.v1 v1.67.0 // indirect

Diff for: go.sum

+10-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)