DockerCLI/vendor/golang.org/x/sys
Sebastiaan van Stijn 32d8f358df
vendor: github.com/moby/term 7f0af18e79f2784809e9cef63d0df5aa2c79d76e
full diff: 73f35e472e...7f0af18e79

- update gotest.tools to v3
- Use unix.Ioctl{Get,Set}Termios on all unix platforms
- Make Termios type alias, remove casts

vendor: golang.org/x/sys eeed37f84f13f52d35e095e8023ba65671ff86a1

ed371f2e16...eeed37f84f

- all: add GOOS=ios
- unix: add back IoctlCtlInfo on darwin
- windows: add SetConsoleCursorPosition
- unix: update Dockerfile to Linux 5.9 and Go 1.15.2 (adds `CAP_CHECKPOINT_RESTORE`)

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-11-03 17:40:01 +01:00
..
cpu vendor: github.com/moby/term 7f0af18e79f2784809e9cef63d0df5aa2c79d76e 2020-11-03 17:40:01 +01:00
internal/unsafeheader vendor: golang.org/x/sys ed371f2e16b4b305ee99df548828de367527b76b 2020-09-09 14:07:54 +02:00
unix vendor: github.com/moby/term 7f0af18e79f2784809e9cef63d0df5aa2c79d76e 2020-11-03 17:40:01 +01:00
windows vendor: github.com/moby/term 7f0af18e79f2784809e9cef63d0df5aa2c79d76e 2020-11-03 17:40:01 +01:00
LICENSE Add vendor 2017-04-17 18:12:58 -04:00
PATENTS Add vendor 2017-04-17 18:12:58 -04:00
README.md Bump moby to f4d4f5863156b82ef146b6ff1e845f8dcf019f12 2017-11-08 17:50:58 +01:00
go.mod bump LK4D4/vndr v0.0.3 and revendor 2019-05-14 16:13:27 -07:00

README.md

sys

This repository holds supplemental Go packages for low-level interactions with the operating system.

Download/Install

The easiest way to install is to run go get -u golang.org/x/sys. You can also manually git clone the repository to $GOPATH/src/golang.org/x/sys.

Report Issues / Send Patches

This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html.

The main issue tracker for the sys repository is located at https://github.com/golang/go/issues. Prefix your issue with "x/sys:" in the subject line, so it is easy to find.