21 lines
590 B
Modula-2
21 lines
590 B
Modula-2
module code.rocket9labs.com/tslocum/circa
|
|
|
|
go 1.21.0
|
|
|
|
require (
|
|
code.rocketnine.space/tslocum/cview v1.5.8
|
|
github.com/gdamore/tcell/v2 v2.6.0
|
|
github.com/lrstanley/girc v0.0.0-20230729130341-dd5853a5f1a6
|
|
)
|
|
|
|
require (
|
|
code.rocketnine.space/tslocum/cbind v0.1.5 // indirect
|
|
github.com/gdamore/encoding v1.0.0 // indirect
|
|
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
|
|
github.com/mattn/go-runewidth v0.0.15 // indirect
|
|
github.com/rivo/uniseg v0.4.4 // indirect
|
|
golang.org/x/sys v0.11.0 // indirect
|
|
golang.org/x/term v0.11.0 // indirect
|
|
golang.org/x/text v0.12.0 // indirect
|
|
)
|