mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 02:26:38 -04:00
Bump golang.org/x/sys dependency to a version new enough to support arm64-freebsd. Replace github.com/kr/pty dependency with a new version, which moved to github.com/creack/pty. Approved by: portmgr (build fix blanket)
11 lines
384 B
Go
11 lines
384 B
Go
--- agent/session/shell/shell_unix.go.orig 2023-04-01 00:01:35 UTC
|
|
+++ agent/session/shell/shell_unix.go
|
|
@@ -34,7 +34,7 @@ import (
|
|
"github.com/aws/amazon-ssm-agent/agent/log"
|
|
mgsContracts "github.com/aws/amazon-ssm-agent/agent/session/contracts"
|
|
"github.com/aws/amazon-ssm-agent/agent/session/utility"
|
|
- "github.com/kr/pty"
|
|
+ "github.com/creack/pty"
|
|
)
|
|
|
|
var ptyFile *os.File
|