mirror of
https://github.com/go-sylixos/elvish.git
synced 2024-12-14 02:57:52 +08:00
12 lines
256 B
Modula-2
12 lines
256 B
Modula-2
module github.com/elves/elvish
|
|
|
|
require (
|
|
github.com/kr/pty v1.1.4
|
|
github.com/mattn/go-isatty v0.0.12
|
|
github.com/xiaq/persistent v0.0.0-20190312105637-a1d9ac4077fc
|
|
go.etcd.io/bbolt v1.3.4
|
|
golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd
|
|
)
|
|
|
|
go 1.13
|