mirror of
https://github.com/hymkor/lispect.git
synced 2026-09-02 07:07:53 -04:00
go get -u
This commit is contained in:
@@ -4,14 +4,14 @@ go 1.23.3
|
||||
|
||||
require (
|
||||
github.com/aymanbagabas/go-pty v0.2.2
|
||||
github.com/hymkor/gmnlisp v0.7.4-0.20241202231315-9d787253f1f2
|
||||
github.com/hymkor/gmnlisp v0.7.4-0.20241205092928-583b50402ae0
|
||||
github.com/hymkor/go-windows1x-virtualterminal v0.5.0
|
||||
golang.org/x/term v0.26.0
|
||||
golang.org/x/term v0.27.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/creack/pty v1.1.21 // indirect
|
||||
github.com/u-root/u-root v0.11.0 // indirect
|
||||
golang.org/x/crypto v0.17.0 // indirect
|
||||
golang.org/x/sys v0.27.0 // indirect
|
||||
github.com/creack/pty v1.1.24 // indirect
|
||||
github.com/u-root/u-root v0.14.0 // indirect
|
||||
golang.org/x/crypto v0.30.0 // indirect
|
||||
golang.org/x/sys v0.28.0 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user