Files
Alper Ak b36e29a86f tailscale: upgrade 1.98.3 -> 1.102.3
do_compile fails with:

  alias.go:618:21: undefined: json.SkipFunc
  alias.go:957:14: undefined: json.DiscardUnknownMembers

Go 1.27 turns the jsonv2 experiment on by default, so the json module
pinned by 1.98.3 builds its alias file against encoding/json/v2 and
aliases symbols that are gone. 1.102.3 pins a newer module.

- Regenerate go module dependencies and license checksums
- Manually verify and complete Unknown license entries

Signed-off-by: Alper Ak <alperyasinak1@gmail.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-09-11 07:07:57 -07:00
..