mirror of
https://github.com/go-sylixos/elvish.git
synced 2024-12-04 19:07:51 +08:00
13 lines
291 B
Modula-2
13 lines
291 B
Modula-2
module github.com/elves/elvish
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v0.3.1
|
|
github.com/kr/pty v1.1.4
|
|
github.com/mattn/go-isatty v0.0.12
|
|
github.com/xiaq/persistent v0.0.0-20200820214153-3175cfb92e14
|
|
go.etcd.io/bbolt v1.3.4
|
|
golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd
|
|
)
|
|
|
|
go 1.14
|