mirror of https://github.com/jroimartin/gocui.git
all: go modules
This commit is contained in:
parent
c055c87ae8
commit
0214e0e872
|
@ -0,0 +1,5 @@
|
|||
module github.com/jroimartin/gocui
|
||||
|
||||
go 1.16
|
||||
|
||||
require github.com/nsf/termbox-go v1.1.1
|
|
@ -0,0 +1,4 @@
|
|||
github.com/mattn/go-runewidth v0.0.9 h1:Lm995f3rfxdpd6TSmuVCHVb/QhupuXlYr8sCI/QdE+0=
|
||||
github.com/mattn/go-runewidth v0.0.9/go.mod h1:H031xJmbD/WCDINGzjvQ9THkh0rPKHF+m2gUSrubnMI=
|
||||
github.com/nsf/termbox-go v1.1.1 h1:nksUPLCb73Q++DwbYUBEglYBRPZyoXJdrj5L+TkjyZY=
|
||||
github.com/nsf/termbox-go v1.1.1/go.mod h1:T0cTdVuOwf7pHQNtfhnEbzHbcNyCEcVU4YPpouCbVxo=
|
Loading…
Reference in New Issue