elvish/go.mod

12 lines
248 B
Modula-2
Raw Normal View History

module src.elv.sh
require (
github.com/creack/pty v1.1.11
2020-03-26 06:32:19 +08:00
github.com/mattn/go-isatty v0.0.12
2020-08-21 05:46:42 +08:00
github.com/xiaq/persistent v0.0.0-20200820214153-3175cfb92e14
2020-08-21 05:49:57 +08:00
go.etcd.io/bbolt v1.3.5
golang.org/x/sys v0.0.0-20200824131525-c12d262b63d8
)
go 1.14