mirror of
https://github.com/go-sylixos/elvish.git
synced 2024-12-01 00:33:05 +08:00
1869cd5f35
Elvish now builds cleanly with Go 1.17.
This reverts commit 066f23d04f
.
11 lines
185 B
Modula-2
11 lines
185 B
Modula-2
module src.elv.sh
|
|
|
|
require (
|
|
github.com/creack/pty v1.1.15
|
|
github.com/mattn/go-isatty v0.0.13
|
|
go.etcd.io/bbolt v1.3.6
|
|
golang.org/x/sys v0.0.0-20210820121016-41cdb8703e55
|
|
)
|
|
|
|
go 1.16
|