github.com/arnodel/golua@v0.0.0-20230215163904-e0b5347eaaa1/go.mod (about) 1 module github.com/arnodel/golua 2 3 go 1.17 4 5 require ( 6 github.com/arnodel/edit v0.0.0-20220202110212-dfc8d7a13890 // Only needed when building cmd/golua-repl 7 github.com/arnodel/strftime v0.1.6 8 ) 9 10 // Indirect dependencies pulled by github.com/arnodel/edit for cmd/golua-repl, 11 // not used by core packages. 12 require ( 13 github.com/atotto/clipboard v0.1.4 // indirect 14 github.com/gdamore/encoding v1.0.0 // indirect 15 github.com/gdamore/tcell/v2 v2.4.0 // indirect 16 github.com/lucasb-eyer/go-colorful v1.0.3 // indirect 17 github.com/mattn/go-runewidth v0.0.10 // indirect 18 github.com/rivo/uniseg v0.1.0 // indirect 19 golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 // indirect 20 golang.org/x/term v0.0.0-20201210144234-2321bbc49cbf // indirect 21 golang.org/x/text v0.3.6 // indirect 22 )