File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11module github.com/bazelbuild/bazel-watcher
22
3- go 1.23 .0
3+ go 1.25 .0
44
55toolchain go1.25.2
66
@@ -13,8 +13,8 @@ require (
1313 github.com/gorilla/websocket v1.5.3
1414 github.com/jaschaephraim/lrserver v0.0.0-20240306232639-afed386b3640
1515 github.com/mattn/go-shellwords v1.0.12
16- golang.org/x/sys v0.35 .0
17- golang.org/x/tools v0.35 .0
16+ golang.org/x/sys v0.42 .0
17+ golang.org/x/tools v0.43 .0
1818)
1919
2020require google.golang.org/protobuf v1.36.6 // indirect
Original file line number Diff line number Diff line change @@ -24,7 +24,11 @@ github.com/smartystreets/goconvey v1.8.1 h1:qGjIddxOk4grTu9JPOU31tVfq3cNdBlNa5sS
2424github.com/smartystreets/goconvey v1.8.1 /go.mod h1:+/u4qLyY6x1jReYOp7GOM2FSt8aP9CzCZL03bI28W60 =
2525golang.org/x/sys v0.35.0 h1:vz1N37gP5bs89s7He8XuIYXpyY0+QlsKmzipCbUtyxI =
2626golang.org/x/sys v0.35.0 /go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k =
27+ golang.org/x/sys v0.42.0 h1:omrd2nAlyT5ESRdCLYdm3+fMfNFE/+Rf4bDIQImRJeo =
28+ golang.org/x/sys v0.42.0 /go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw =
2729golang.org/x/tools v0.35.0 h1:mBffYraMEf7aa0sB+NuKnuCy8qI/9Bughn8dC2Gu5r0 =
2830golang.org/x/tools v0.35.0 /go.mod h1:NKdj5HkL/73byiZSJjqJgKn3ep7KjFkBOkR/Hps3VPw =
31+ golang.org/x/tools v0.43.0 h1:12BdW9CeB3Z+J/I/wj34VMl8X+fEXBxVR90JeMX5E7s =
32+ golang.org/x/tools v0.43.0 /go.mod h1:uHkMso649BX2cZK6+RpuIPXS3ho2hZo4FVwfoy1vIk0 =
2933google.golang.org/protobuf v1.36.6 h1:z1NpPI8ku2WgiWnf+t9wTPsn6eP1L7ksHUlkfLvd9xY =
3034google.golang.org/protobuf v1.36.6 /go.mod h1:jduwjTPXsFjZGTmRluh+L6NjiWu7pchiJ2/5YcXBHnY =
You can’t perform that action at this time.
0 commit comments