cue/ast: remove the deprecated File.Imports slice
The replacement, File.ImportSpecs, was added in mid 2025
alongside a deprecation and a `//go:fix inline` directive.
This was all released with CUE v0.15.0 in November 2025.
Now that we're working towards CUE v0.17.0, probably to be released
around June 2026, it's time to remove this as planned.
Signed-off-by: Daniel Martí <mvdan@mvdan.cc>
Change-Id: Ib2d0d0d716ffffb3900a9739734948733a7b18bb
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1235757
Unity-Result: CUE porcuepine <cue.porcuepine@gmail.com>
Reviewed-by: Matthew Sackman <matthew@cue.works>
TryBot-Result: CUEcueckoo <cueckoo@cuelang.org>