mirror of
https://github.com/go-sylixos/elvish.git
synced 2024-12-01 08:42:55 +08:00
f7cb556d9b
- Run "go fix" to remove legacy build tags - Use staticcheck@master until it has a release that supports Go 1.18 - Turn off autocrlf for Windows tasks
16 lines
401 B
Modula-2
16 lines
401 B
Modula-2
module src.elv.sh
|
|
|
|
require (
|
|
github.com/creack/pty v1.1.15
|
|
github.com/google/go-cmp v0.5.7
|
|
github.com/mattn/go-isatty v0.0.14
|
|
github.com/sourcegraph/go-lsp v0.0.0-20200429204803-219e11d77f5d
|
|
github.com/sourcegraph/jsonrpc2 v0.1.0
|
|
go.etcd.io/bbolt v1.3.6
|
|
golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9
|
|
)
|
|
|
|
require golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 // indirect
|
|
|
|
go 1.18
|