Skip to content

Conversation

analytically
Copy link
Contributor

Updated the PTY implementation to use github.com/creack/pty instead of the deprecated github.com/kr/pty package. The creack/pty package is a maintained fork of kr/pty with the same API, ensuring compatibility while providing ongoing maintenance and improvements.

This change only updates the import path with no functional changes.

@analytically analytically requested a review from a team as a code owner March 23, 2025 16:12
@taylorsilva taylorsilva moved this from Todo to In Progress in Pull Requests May 20, 2025
Updated the PTY implementation to use github.com/creack/pty instead of the
deprecated github.com/kr/pty package. The creack/pty package is a maintained
fork of kr/pty with the same API, ensuring compatibility while providing
ongoing maintenance and improvements.

This change only updates the import path with no functional changes.

Signed-off-by: Mathias Bogaert <mathias.bogaert@gmail.com>
@taylorsilva taylorsilva merged commit 4ff961c into concourse:master May 21, 2025
12 checks passed
@github-project-automation github-project-automation bot moved this from In Progress to Done in Pull Requests May 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants