-
Notifications
You must be signed in to change notification settings - Fork 302
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bump golang.org/x and go-internal deps
The golang.org/x versions were from last summer at this point, which is pretty out of date at this point in March 2023. Nothing appeared broken per se, but the x repos have had some security issues over time which could cause false alarms for our downstreams, and it's always a good idea to keep x/tools/go/packages up to date for better compatibility with newer cmd/go versions. Update go-internal as well, as the latest testscript version fixes `go test -cover` with Go 1.20, which we now use as our main version. As an extra win, we drop github.com/pkg/diff from our module graph, which used to be a test dependency via testscript. Signed-off-by: Daniel Martí <mvdan@mvdan.cc> Change-Id: I7186197b3af3047c9f177b71bd9257b8be27b0b6 Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/551779 Unity-Result: CUEcueckoo <cueckoo@cuelang.org> TryBot-Result: CUEcueckoo <cueckoo@cuelang.org> Reviewed-by: Paul Jolly <paul@myitcv.io>
- Loading branch information
Showing
2 changed files
with
19 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters