Skip to content

Commit 5d53058

Browse files
build(deps): bump golang.org/x/tools from 0.27.0 to 0.28.0
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.27.0 to 0.28.0. - [Release notes](https://github.com/golang/tools/releases) - [Commits](golang/tools@v0.27.0...v0.28.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 9fd9de6 commit 5d53058

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

go.mod

+3-3
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ require (
130130
go.uber.org/automaxprocs v1.6.0
131131
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0
132132
golang.org/x/mod v0.22.0
133-
golang.org/x/sys v0.27.0
134-
golang.org/x/tools v0.27.0
133+
golang.org/x/sys v0.28.0
134+
golang.org/x/tools v0.28.0
135135
gopkg.in/yaml.v3 v3.0.1
136136
honnef.co/go/tools v0.5.1
137137
mvdan.cc/gofumpt v0.7.0
@@ -198,7 +198,7 @@ require (
198198
go.uber.org/multierr v1.6.0 // indirect
199199
go.uber.org/zap v1.24.0 // indirect
200200
golang.org/x/exp/typeparams v0.0.0-20241108190413-2d47ceb2692f // indirect
201-
golang.org/x/sync v0.9.0 // indirect
201+
golang.org/x/sync v0.10.0 // indirect
202202
golang.org/x/text v0.18.0 // indirect
203203
google.golang.org/protobuf v1.34.2 // indirect
204204
gopkg.in/ini.v1 v1.67.0 // indirect

go.sum

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

0 commit comments

Comments
 (0)