vendor: github.com/moby/term v0.5.2

- update github.com/Azure/go-ansiterm to v0.0.0-20250102033503-faa5f7b0171c
  to fix OSC string terminator parsing.
- add security policy
- update github actions and test against go1.22, go1.23

full diff: https://github.com/moby/term/compare/v0.5.0...v0.5.2

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2025-01-03 22:33:30 +01:00
parent e1a0c377b7
commit 2fc32c707b
4 changed files with 5 additions and 5 deletions

View File

@ -81,7 +81,7 @@ func setRawTerminal(fd uintptr) (*State, error) {
return makeRaw(fd)
}
func setRawTerminalOutput(fd uintptr) (*State, error) {
func setRawTerminalOutput(uintptr) (*State, error) {
return nil, nil
}