mirror of
https://github.com/go-sylixos/elvish.git
synced 2024-12-13 09:57:51 +08:00
1869cd5f35
Elvish now builds cleanly with Go 1.17.
This reverts commit 066f23d04f
.
11 lines
157 B
Modula-2
11 lines
157 B
Modula-2
module src.elv.sh/website
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v0.4.1
|
|
src.elv.sh v0.0.0-00010101000000-000000000000
|
|
)
|
|
|
|
replace src.elv.sh => ../
|