Skip to content

Commit c99cf5b

Browse files
authored
Merge pull request #31 from breml/dependabot/go_modules/golang.org/x/tools-0.17.0
Bump golang.org/x/tools from 0.16.1 to 0.17.0
2 parents 25f72ef + b8ba59b commit c99cf5b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ module github.com/breml/bidichk
22

33
go 1.20
44

5-
require golang.org/x/tools v0.16.1
5+
require golang.org/x/tools v0.17.0
66

77
require golang.org/x/mod v0.14.0 // indirect

Diff for: go.sum

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
golang.org/x/mod v0.14.0 h1:dGoOF9QVLYng8IHTm7BAyWqCqSheQ5pYWGhzW00YJr0=
22
golang.org/x/mod v0.14.0/go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c=
3-
golang.org/x/sync v0.5.0 h1:60k92dhOjHxJkrqnwsfl8KuaHbn/5dl0lUPUklKo3qE=
4-
golang.org/x/tools v0.16.1 h1:TLyB3WofjdOEepBHAU20JdNC1Zbg87elYofWYAY5oZA=
5-
golang.org/x/tools v0.16.1/go.mod h1:kYVVN6I1mBNoB1OX+noeBjbRk4IUEPa7JJ+TJMEooJ0=
3+
golang.org/x/sync v0.6.0 h1:5BMeUDZ7vkXGfEr1x9B4bRcTH4lpkTkpdh0T/J+qjbQ=
4+
golang.org/x/tools v0.17.0 h1:FvmRgNOcs3kOa+T20R1uhfP9F6HgG2mfxDv1vrx1Htc=
5+
golang.org/x/tools v0.17.0/go.mod h1:xsh6VxdV005rRVaS6SSAf9oiAqljS7UZUacMZ8Bnsps=

0 commit comments

Comments
 (0)