elvish/go.mod
Qi Xiao 1473fccceb Make website/ its own Go module.
This allows us to remove toml as a dependency of the src.elv.sh module since it
is only used in the website's building process.
2021-01-28 11:02:30 +00:00

12 lines
248 B
Modula-2

module src.elv.sh
require (
github.com/creack/pty v1.1.11
github.com/mattn/go-isatty v0.0.12
github.com/xiaq/persistent v0.0.0-20200820214153-3175cfb92e14
go.etcd.io/bbolt v1.3.5
golang.org/x/sys v0.0.0-20200824131525-c12d262b63d8
)
go 1.14