build: go 1.24
We were running behind and there were quite some deprecations to update. This was mostly in the upstream copy/pasta package but seems quite minimal.
This commit is contained in:
11
vendor/github.com/charmbracelet/x/term/term_unix_bsd.go
generated
vendored
Normal file
11
vendor/github.com/charmbracelet/x/term/term_unix_bsd.go
generated
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
//go:build darwin || dragonfly || freebsd || netbsd || openbsd
|
||||
// +build darwin dragonfly freebsd netbsd openbsd
|
||||
|
||||
package term
|
||||
|
||||
import "golang.org/x/sys/unix"
|
||||
|
||||
const (
|
||||
ioctlReadTermios = unix.TIOCGETA
|
||||
ioctlWriteTermios = unix.TIOCSETA
|
||||
)
|
Reference in New Issue
Block a user