mirror of
https://github.com/hymkor/lispect.git
synced 2026-09-02 15:17:49 -04:00
Run go get -u and go mod tidy
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.8
|
||||
github.com/hymkor/gmnlisp v0.7.9
|
||||
github.com/hymkor/go-windows1x-virtualterminal v0.5.0
|
||||
golang.org/x/term v0.28.0
|
||||
golang.org/x/term v0.31.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/creack/pty v1.1.24 // indirect
|
||||
github.com/u-root/u-root v0.14.0 // indirect
|
||||
golang.org/x/crypto v0.32.0 // indirect
|
||||
golang.org/x/sys v0.29.0 // indirect
|
||||
golang.org/x/crypto v0.37.0 // indirect
|
||||
golang.org/x/sys v0.32.0 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user