github.com/elves/elvish@v0.15.0/go.mod (about)

     1  module github.com/elves/elvish
     2  
     3  require (
     4  	github.com/BurntSushi/toml v0.3.1
     5  	github.com/creack/pty v1.1.11
     6  	github.com/mattn/go-isatty v0.0.12
     7  	github.com/xiaq/persistent v0.0.0-20200820214153-3175cfb92e14
     8  	go.etcd.io/bbolt v1.3.5
     9  	golang.org/x/sys v0.0.0-20200824131525-c12d262b63d8
    10  )
    11  
    12  go 1.14