dependabot[bot]
8b0e7511cf
build(deps): bump github.com/containerd/console from 1.0.4 to 1.0.5
...
Bumps [github.com/containerd/console](https://github.com/containerd/console ) from 1.0.4 to 1.0.5.
- [Release notes](https://github.com/containerd/console/releases )
- [Commits](https://github.com/containerd/console/compare/v1.0.4...v1.0.5 )
---
updated-dependencies:
- dependency-name: github.com/containerd/console
dependency-version: 1.0.5
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-05-21 04:22:38 +00:00
dependabot[bot]
97632a6d1b
build(deps): bump github.com/containerd/console from 1.0.3 to 1.0.4
...
Bumps [github.com/containerd/console](https://github.com/containerd/console ) from 1.0.3 to 1.0.4.
- [Release notes](https://github.com/containerd/console/releases )
- [Commits](https://github.com/containerd/console/compare/v1.0.3...v1.0.4 )
---
updated-dependencies:
- dependency-name: github.com/containerd/console
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-02-09 15:20:19 +00:00
Kir Kolyshkin
b7c315ad56
vendor: bump containerd/console to 1.0.2
...
This is to include https://github.com/containerd/console/pull/51 .
Fixes: https://github.com/opencontainers/runc/issues/2896
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com >
2021-04-12 11:21:07 -07:00
Sebastiaan van Stijn
0eb66c955c
go.mod: github.com/containerd/console v1.0.1
...
full diff: https://github.com/containerd/console/compare/v1.0.0...v1.0.1
Fixes compatibility with current versions of golang.org/x/sys
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2020-09-30 13:58:27 +02:00
Akihiro Suda
dfc1b0cd51
update vendor
...
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp >
2020-03-28 04:22:06 +09:00
Sebastiaan van Stijn
414a39dedb
bump containerd/console 0650fd9eeb50bab4fc99dceb9f2e14cf58f36e7f
...
relevant changes:
- containerd/console#27 console_linux: Fix race: lock Cond before Signal
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2019-09-06 01:43:39 +02:00
Michael Crosby
9ba16b6d5a
Update console and golang/sys deps
...
This bumps the console and golang/sys deps for runc.
The major change is that the console package does not clear ONLCR within
the package and leaves it up to the client to handle this if they
please.
Signed-off-by: Michael Crosby <crosbymichael@gmail.com >
2017-09-25 13:23:50 -04:00
Daniel Dao
1439022b60
bump vendor to have latest console with patches
...
Signed-off-by: Daniel Dao <dqminh89@gmail.com >
2017-07-28 12:35:03 +01:00
Daniel Dao
91eafcbc65
tty: move IO of master pty to be done with epoll
...
This moves all console code to use github.com/containerd/console library to
handle console I/O. Also move to use EpollConsole by default when user requests
a terminal so we can still cope when the other side temporarily goes away.
Signed-off-by: Daniel Dao <dqminh89@gmail.com >
2017-07-28 12:35:02 +01:00