elvish/go.mod

13 lines
291 B
Modula-2
Raw Normal View History

module github.com/elves/elvish
require (
github.com/BurntSushi/toml v0.3.1
github.com/kr/pty v1.1.4
2020-03-26 06:32:19 +08:00
github.com/mattn/go-isatty v0.0.12
github.com/xiaq/persistent v0.0.0-20200713233553-14b5bdc771d3
go.etcd.io/bbolt v1.3.4
2020-03-26 06:32:19 +08:00
golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd
)
go 1.14