mirror of
https://github.com/go-sylixos/elvish.git
synced 2024-11-28 07:21:21 +08:00
d013121af6
Also: - Fix new deprecations in Go 1.20. - Remove the unused .gitlab-ci.yml.
15 lines
240 B
Modula-2
15 lines
240 B
Modula-2
module src.elv.sh/website
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v1.3.2
|
|
github.com/creack/pty v1.1.21
|
|
github.com/google/go-cmp v0.6.0
|
|
src.elv.sh v0.19.2
|
|
)
|
|
|
|
require golang.org/x/sys v0.16.0 // indirect
|
|
|
|
replace src.elv.sh => ../
|