mirror of https://github.com/Hilbis/Hilbish
46 lines
1.9 KiB
Modula-2
46 lines
1.9 KiB
Modula-2
module hilbish
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/Rosettea/Malvales v0.0.0-20220707042337-37a9ee7758f9
|
|
github.com/arnodel/golua v0.0.0-20220221163911-dfcf252b6f86
|
|
github.com/blackfireio/osinfo v1.0.3
|
|
github.com/chuckpreslar/emission v0.0.0-20170206194824-a7ddd980baf9
|
|
github.com/hashicorp/go-plugin v1.4.4
|
|
github.com/maxlandon/readline v0.1.0-beta.0.20211027085530-2b76cabb8036
|
|
github.com/pborman/getopt v1.1.0
|
|
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a
|
|
golang.org/x/term v0.0.0-20220411215600-e5f449aeb171
|
|
mvdan.cc/sh/v3 v3.5.1
|
|
)
|
|
|
|
require (
|
|
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d // indirect
|
|
github.com/arnodel/strftime v0.1.6 // indirect
|
|
github.com/evilsocket/islazy v1.10.6 // indirect
|
|
github.com/fatih/color v1.7.0 // indirect
|
|
github.com/golang/protobuf v1.3.4 // indirect
|
|
github.com/hashicorp/go-hclog v0.14.1 // indirect
|
|
github.com/hashicorp/yamux v0.0.0-20180604194846-3520598351bb // indirect
|
|
github.com/mattn/go-colorable v0.1.4 // indirect
|
|
github.com/mattn/go-isatty v0.0.10 // indirect
|
|
github.com/mitchellh/go-testing-interface v0.0.0-20171004221916-a61a99592b77 // indirect
|
|
github.com/oklog/run v1.0.0 // indirect
|
|
github.com/olekukonko/ts v0.0.0-20171002115256-78ecb04241c0 // indirect
|
|
github.com/rivo/uniseg v0.2.0 // indirect
|
|
golang.org/x/net v0.0.0-20190311183353-d8887717615a // indirect
|
|
golang.org/x/sync v0.0.0-20220513210516-0976fa681c29 // indirect
|
|
golang.org/x/text v0.3.7 // indirect
|
|
google.golang.org/genproto v0.0.0-20190819201941-24fa4b261c55 // indirect
|
|
google.golang.org/grpc v1.27.1 // indirect
|
|
)
|
|
|
|
replace mvdan.cc/sh/v3 => github.com/Rosettea/sh/v3 v3.4.0-0.dev.0.20220524215627-dfd9a4fa219b
|
|
|
|
replace github.com/maxlandon/readline => ./readline
|
|
|
|
replace layeh.com/gopher-luar => github.com/layeh/gopher-luar v1.0.10
|
|
|
|
replace github.com/arnodel/golua => github.com/Rosettea/golua v0.0.0-20220518005949-116371948fe3
|