mirror of https://github.com/Hilbis/Hilbish
19 lines
682 B
Modula-2
19 lines
682 B
Modula-2
module hilbish
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/Rosettea/Hilbiline v0.0.0-20210603231612-80054dac3650 // indirect
|
|
github.com/bobappleyard/readline v0.0.0-20150707195538-7e300e02d38e
|
|
github.com/chuckpreslar/emission v0.0.0-20170206194824-a7ddd980baf9
|
|
github.com/mattn/go-runewidth v0.0.13 // indirect
|
|
github.com/pborman/getopt v1.1.0
|
|
github.com/rivo/uniseg v0.2.0 // indirect
|
|
github.com/yuin/gopher-lua v0.0.0-20210529063254-f4c35e4016d9
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
|
|
golang.org/x/sys v0.0.0-20210603125802-9665404d3644 // indirect
|
|
golang.org/x/term v0.0.0-20210503060354-a79de5458b56
|
|
layeh.com/gopher-luar v1.0.8
|
|
mvdan.cc/sh/v3 v3.3.0
|
|
)
|