Skip to content

Commit 9a6002e

Browse files
authored
Merge pull request #1570 from kubernetes-sigs/dependabot/go_modules/golang-x-159a68acba
Bump the golang-x group with 1 update
2 parents 61e24d3 + 0aa9e5c commit 9a6002e

File tree

5 files changed

+10
-45
lines changed

5 files changed

+10
-45
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ require (
100100
golang.org/x/term v0.16.0 // indirect
101101
golang.org/x/text v0.14.0 // indirect
102102
golang.org/x/time v0.5.0 // indirect
103-
golang.org/x/tools v0.16.1 // indirect
103+
golang.org/x/tools v0.17.0 // indirect
104104
google.golang.org/appengine v1.6.8 // indirect
105105
google.golang.org/genproto/googleapis/api v0.0.0-20231212172506-995d672761c0 // indirect
106106
google.golang.org/genproto/googleapis/rpc v0.0.0-20240102182953-50ed04b92917 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2794,8 +2794,8 @@ golang.org/x/tools v0.1.10-0.20220218145154-897bd77cd717/go.mod h1:Uh6Zz+xoGYZom
27942794
golang.org/x/tools v0.1.12/go.mod h1:hNGJHUnrk76NpqgfD5Aqm5Crs+Hm0VOH/i9J2+nxYbc=
27952795
golang.org/x/tools v0.3.0/go.mod h1:/rWhSS2+zyEVwoJf8YAX6L2f0ntZ7Kn/mGgAWcipA5k=
27962796
golang.org/x/tools v0.6.0/go.mod h1:Xwgl3UAJ/d3gWutnCtw505GrjyAbvKui8lOU390QaIU=
2797-
golang.org/x/tools v0.16.1 h1:TLyB3WofjdOEepBHAU20JdNC1Zbg87elYofWYAY5oZA=
2798-
golang.org/x/tools v0.16.1/go.mod h1:kYVVN6I1mBNoB1OX+noeBjbRk4IUEPa7JJ+TJMEooJ0=
2797+
golang.org/x/tools v0.17.0 h1:FvmRgNOcs3kOa+T20R1uhfP9F6HgG2mfxDv1vrx1Htc=
2798+
golang.org/x/tools v0.17.0/go.mod h1:xsh6VxdV005rRVaS6SSAf9oiAqljS7UZUacMZ8Bnsps=
27992799
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
28002800
golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
28012801
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=

vendor/golang.org/x/tools/internal/versions/versions_go121.go renamed to vendor/golang.org/x/tools/internal/versions/versions.go

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

vendor/golang.org/x/tools/internal/versions/versions_go122.go

Lines changed: 0 additions & 38 deletions
This file was deleted.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ golang.org/x/text/width
458458
# golang.org/x/time v0.5.0
459459
## explicit; go 1.18
460460
golang.org/x/time/rate
461-
# golang.org/x/tools v0.16.1
461+
# golang.org/x/tools v0.17.0
462462
## explicit; go 1.18
463463
golang.org/x/tools/cmd/stringer
464464
golang.org/x/tools/go/ast/inspector

0 commit comments

Comments
 (0)