update the rest of the direct dependencies
apd/v3 is mainly bug fixes and go-toml drops all uses of unsafe.
Note that goldmark is only used in the spec tests.
The only visible change is how go-toml now reports a different
position for "invalid character at start of key" errors.
This seems like a very minor regression, now reported upstream:
https://github.com/pelletier/go-toml/issues/1047
Signed-off-by: Daniel Martí <mvdan@mvdan.cc>
Change-Id: I6c8ce1feb5b54ac63c7a81d03ee6eaecce9d2b85
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1235170
Reviewed-by: Matthew Sackman <matthew@cue.works>
Unity-Result: CUE porcuepine <cue.porcuepine@gmail.com>
TryBot-Result: CUEcueckoo <cueckoo@cuelang.org>