bump x/tools and x/net dependencies
Upstream Go only test on two Go versions at a time, so it's a bit risky
to use versions of x/... repos which are two years old, as they were
never tested with recent Go versions like 1.17 or 1.18.
In particular, we make use of x/tools/go/packages, which is tightly
coupled with cmd/go and adds support for each new Go version as needed.
Signed-off-by: Daniel Martí <mvdan@mvdan.cc>
Change-Id: Icd4525cb11bcd75bfd34597aa8ec54fcfbbd956a
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/537350
Unity-Result: CUEcueckoo <cueckoo@cuelang.org>
TryBot-Result: CUEcueckoo <cueckoo@cuelang.org>
Reviewed-by: Paul Jolly <paul@myitcv.io>