File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ toolchain go1.24.0
9
9
// when adding or removing dependencies, run
10
10
// bazel mod tidy
11
11
require (
12
- golang.org/x/mod v0.24 .0
13
- golang.org/x/tools v0.33 .0
12
+ golang.org/x/mod v0.25 .0
13
+ golang.org/x/tools v0.34 .0
14
14
)
15
15
16
- require golang.org/x/sync v0.14 .0 // indirect
16
+ require golang.org/x/sync v0.15 .0 // indirect
Original file line number Diff line number Diff line change 1
1
github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI =
2
2
github.com/google/go-cmp v0.6.0 /go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY =
3
- golang.org/x/mod v0.24 .0 h1:ZfthKaKaT4NrhGVZHO1/WDTwGES4De8KtWO0SIbNJMU =
4
- golang.org/x/mod v0.24 .0 /go.mod h1:IXM97Txy2VM4PJ3gI61r1YEk/gAj6zAHN3AdZt6S9Ww =
5
- golang.org/x/sync v0.14 .0 h1:woo0S4Yywslg6hp4eUFjTVOyKt0RookbpAHG4c1HmhQ =
6
- golang.org/x/sync v0.14 .0 /go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA =
7
- golang.org/x/tools v0.33 .0 h1:4qz2S3zmRxbGIhDIAgjxvFutSvH5EfnsYrRBj0UI0bc =
8
- golang.org/x/tools v0.33 .0 /go.mod h1:CIJMaWEY88juyUfo7UbgPqbC8rU2OqfAV1h2Qp0oMYI =
3
+ golang.org/x/mod v0.25 .0 h1:n7a+ZbQKQA/Ysbyb0/6IbB1H/X41mKgbhfv7AfG/44w =
4
+ golang.org/x/mod v0.25 .0 /go.mod h1:IXM97Txy2VM4PJ3gI61r1YEk/gAj6zAHN3AdZt6S9Ww =
5
+ golang.org/x/sync v0.15 .0 h1:KWH3jNZsfyT6xfAfKiz6MRNmd46ByHDYaZ7KSkCtdW8 =
6
+ golang.org/x/sync v0.15 .0 /go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA =
7
+ golang.org/x/tools v0.34 .0 h1:qIpSLOxeCYGg9TrcJokLBG4KFA6d795g0xkBkiESGlo =
8
+ golang.org/x/tools v0.34 .0 /go.mod h1:pAP9OwEaY1CAW3HOmg3hLZC5Z0CCmzjAF2UQMSqNARg =
You can’t perform that action at this time.
0 commit comments