elvish/go.mod
Kenneth Shaw 72caaf7e8c Updating dependencies (#817)
Second half to PR #801, this updates to latest module dependencies.

Note: this pins golang.org/x/sys to an older version, as more recent
versions introduce a yet-to-be-determined bug on Darwin.
2019-04-17 23:14:32 +02:00

12 lines
333 B
Modula-2

module github.com/elves/elvish
require (
github.com/boltdb/bolt v1.3.1
github.com/kr/pty v1.1.4
github.com/mattn/go-isatty v0.0.7
github.com/xiaq/persistent v0.0.0-20190312105637-a1d9ac4077fc
golang.org/x/sys v0.0.0-20190412213103-97732733099d
)
replace golang.org/x/sys => golang.org/x/sys v0.0.0-20180126165840-ff2a66f350ce