mirror of
https://github.com/go-sylixos/elvish.git
synced 2024-12-13 09:57:51 +08:00
72caaf7e8c
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.
12 lines
333 B
Modula-2
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
|