mirror of
https://github.com/tailscale/tailscale.git
synced 2026-09-22 11:35:12 -04:00
Go 1.27's go mod tidy merges and reorganizes the require blocks once the go directive in go.mod is 1.27 or newer. Land that mechanical reorganization now (generated with a temporary 1.27 directive, with the directive then restored) so the eventual toolchain switch doesn't carry a 300+ line go.mod diff. Both Go 1.26's and Go 1.27's go mod tidy leave the reorganized file unchanged, and go.sum and the selected module versions are identical, so this is purely cosmetic. Updates #20220 Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com> Change-Id: If7af51ca71ec30026034cf736f992e731c0e0531
11 lines
300 B
JSON
11 lines
300 B
JSON
{
|
|
"toolchain": {
|
|
"rev": "63ae404c8203317fd3c82d972e5dc8f0fcb425cb",
|
|
"sri": "sha256-TwIaPmGVHO9ZwdaO/jDStgWGQtKa4smS3er1i5aTNTw="
|
|
},
|
|
"vendor": {
|
|
"goModSum": "sha256-oJL+0cPh9Vpr1gj0yYhOSnVTs5KYL5HpalEhU2AKKQs=",
|
|
"sri": "sha256-bZB0Tpc/LmSVHgI3zX/pbyNs+4Q204hpYNqgjxcHnHI="
|
|
}
|
|
}
|