File tree Expand file tree Collapse file tree 2 files changed +10
-11
lines changed Expand file tree Collapse file tree 2 files changed +10
-11
lines changed Original file line number Diff line number Diff line change 1
1
module github.com/blizzy78/consistent
2
2
3
3
go 1.22
4
-
5
- toolchain go1.22.0
4
+ toolchain go1.22.5
6
5
7
6
require (
8
7
github.com/go-toolsmith/astcast v1.1.0
9
8
github.com/go-toolsmith/astequal v1.2.0
10
9
github.com/go-toolsmith/strparse v1.1.0
11
10
github.com/matryer/is v1.4.1
12
- golang.org/x/tools v0.24 .0
11
+ golang.org/x/tools v0.28 .0
13
12
)
14
13
15
14
require (
16
15
github.com/google/go-cmp v0.6.0 // indirect
17
- golang.org/x/mod v0.20 .0 // indirect
18
- golang.org/x/sync v0.8 .0 // indirect
16
+ golang.org/x/mod v0.22 .0 // indirect
17
+ golang.org/x/sync v0.10 .0 // indirect
19
18
)
Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeN
11
11
github.com/matryer/is v1.4.1 h1:55ehd8zaGABKLXQUe2awZ99BD/PTc2ls+KV/dXphgEQ =
12
12
github.com/matryer/is v1.4.1 /go.mod h1:8I/i5uYgLzgsgEloJE1U6xx5HkBQpAZvepWuujKwMRU =
13
13
golang.org/x/exp/typeparams v0.0.0-20220428152302-39d4317da171 /go.mod h1:AbB0pIl9nAr9wVwH+Z2ZpaocVmF5I4GyWCDIsVjR0bk =
14
- golang.org/x/mod v0.20 .0 h1:utOm6MM3R3dnawAiJgn0y+xvuYRsm1RKM/4giyfDgV0 =
15
- golang.org/x/mod v0.20 .0 /go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c =
16
- golang.org/x/sync v0.8 .0 h1:3NFvSEYkUoMifnESzZl15y791HH1qU2xm6eCJU5ZPXQ =
17
- golang.org/x/sync v0.8 .0 /go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk =
18
- golang.org/x/tools v0.24 .0 h1:J1shsA93PJUEVaUSaay7UXAyE8aimq3GW0pjlolpa24 =
19
- golang.org/x/tools v0.24 .0 /go.mod h1:YhNqVBIfWHdzvTLs0d8LCuMhkKUgSUKldakyV7W/WDQ =
14
+ golang.org/x/mod v0.22 .0 h1:D4nJWe9zXqHOmWqj4VMOJhvzj7bEZg4wEYa759z1pH4 =
15
+ golang.org/x/mod v0.22 .0 /go.mod h1:6SkKJ3Xj0I0BrPOZoBy3bdMptDDU9oJrpohJ3eWZ1fY =
16
+ golang.org/x/sync v0.10 .0 h1:3NQrjDixjgGwUOCaF8w2+VYHv0Ve/vGYSbdkTa98gmQ =
17
+ golang.org/x/sync v0.10 .0 /go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk =
18
+ golang.org/x/tools v0.28 .0 h1:WuB6qZ4RPCQo5aP3WdKZS7i595EdWqWR8vqJTlwTVK8 =
19
+ golang.org/x/tools v0.28 .0 /go.mod h1:dcIOrVd3mfQKTgrDVQHqCPMWy6lnhfhtX3hLXYVLfRw =
You can’t perform that action at this time.
0 commit comments