mirror of
https://github.com/go-sylixos/elvish.git
synced 2024-12-13 09:57:51 +08:00
1473fccceb
This allows us to remove toml as a dependency of the src.elv.sh module since it is only used in the website's building process.
12 lines
248 B
Modula-2
12 lines
248 B
Modula-2
module src.elv.sh
|
|
|
|
require (
|
|
github.com/creack/pty v1.1.11
|
|
github.com/mattn/go-isatty v0.0.12
|
|
github.com/xiaq/persistent v0.0.0-20200820214153-3175cfb92e14
|
|
go.etcd.io/bbolt v1.3.5
|
|
golang.org/x/sys v0.0.0-20200824131525-c12d262b63d8
|
|
)
|
|
|
|
go 1.14
|