Skip to content

Commit

Permalink
go.mod: depend on a newer commit of x/tools
Browse files Browse the repository at this point in the history
This commit includes some bug fixes relevant to Capslock.
  • Loading branch information
jcd authored and jessmcclintock committed Jul 5, 2024
1 parent 00e680a commit 94bca60
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.20
require (
github.com/fatih/color v1.17.0
github.com/google/go-cmp v0.6.0
golang.org/x/tools v0.22.0
golang.org/x/tools v0.22.1-0.20240611174316-dddd55df4919
google.golang.org/protobuf v1.34.2
)

Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,7 @@ golang.org/x/sys v0.21.0 h1:rF+pYz3DAGSQAxAu1CbC7catZg4ebC4UIeIhKxBZvws=
golang.org/x/sys v0.21.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/tools v0.22.0 h1:gqSGLZqv+AI9lIQzniJ0nZDRG5GBPsSi+DRNHWNz6yA=
golang.org/x/tools v0.22.0/go.mod h1:aCwcsjqvq7Yqt6TNyX7QMU2enbQ/Gt0bo6krSeEri+c=
golang.org/x/tools v0.22.1-0.20240611174316-dddd55df4919 h1:1w8+AGdClrtGcGjAyeL0oj7O/e9qc8mXzU3hatDsD9M=
golang.org/x/tools v0.22.1-0.20240611174316-dddd55df4919/go.mod h1:aCwcsjqvq7Yqt6TNyX7QMU2enbQ/Gt0bo6krSeEri+c=
google.golang.org/protobuf v1.34.2 h1:6xV6lTsCfpGD21XK49h7MhtcApnLqkfYgPcdHftf6hg=
google.golang.org/protobuf v1.34.2/go.mod h1:qYOHts0dSfpeUzUFpOMr/WGzszTmLH+DiWniOlNbLDw=

0 comments on commit 94bca60

Please sign in to comment.