go.mod: update x/sys to master

run:
  $ go get -u -d golang.org/x/sys@master
  $ go mod tidy

Change-Id: If8eaa7ec31971bca33155f3ed04db0ab26cf7697
Reviewed-on: https://go-review.googlesource.com/c/debug/+/207197
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
Run-TryBot: Hyang-Ah Hana Kim <hyangah@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2 files changed
tree: a546d2594e558f74b39f97013c12c1e72b61cbca
  1. cmd/
  2. internal/
  3. AUTHORS
  4. codereview.cfg
  5. CONTRIBUTING.md
  6. CONTRIBUTORS
  7. go.mod
  8. go.sum
  9. LICENSE
  10. README.md
README.md

Go Debug

This repository holds utilities and libraries for debugging Go programs.

WARNING! Please expect breaking changes and unstable APIs. Most of them are currently are at an early, experimental stage.

Report Issues & Send Changes