Skip to content

Commit cffc0f1

Browse files
build(deps): bump golang.org/x/tools from 0.5.0 to 0.6.0
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.5.0 to 0.6.0. - [Release notes](https://github.com/golang/tools/releases) - [Commits](golang/tools@v0.5.0...v0.6.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 a221d01 commit cffc0f1

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

go.mod

+3-3
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ require (
110110
github.com/yagipy/maintidx v1.0.0
111111
github.com/yeya24/promlinter v0.2.0
112112
gitlab.com/bosi/decorder v0.2.3
113-
golang.org/x/tools v0.5.0
113+
golang.org/x/tools v0.6.0
114114
gopkg.in/yaml.v3 v3.0.1
115115
honnef.co/go/tools v0.4.0
116116
mvdan.cc/gofumpt v0.4.0
@@ -180,9 +180,9 @@ require (
180180
go.uber.org/zap v1.17.0 // indirect
181181
golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e // indirect
182182
golang.org/x/exp/typeparams v0.0.0-20221208152030-732eee02a75a // indirect
183-
golang.org/x/mod v0.7.0 // indirect
183+
golang.org/x/mod v0.8.0 // indirect
184184
golang.org/x/sync v0.1.0 // indirect
185-
golang.org/x/sys v0.4.0 // indirect
185+
golang.org/x/sys v0.5.0 // indirect
186186
golang.org/x/text v0.6.0 // indirect
187187
google.golang.org/protobuf v1.28.0 // indirect
188188
gopkg.in/ini.v1 v1.67.0 // indirect

go.sum

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

0 commit comments

Comments
 (0)