blob: 340b5d19129260e233c25d12c6fb1f72d422bf79 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
module github.com/theimpostor/osc52
go 1.17
require golang.org/x/sys v0.10.0
require (
github.com/gdamore/encoding v1.0.0 // indirect
github.com/gdamore/tcell/v2 v2.6.0 // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/mattn/go-runewidth v0.0.14 // indirect
github.com/rivo/uniseg v0.4.3 // indirect
golang.org/x/exp v0.0.0-20230713183714-613f0c0eb8a1 // indirect
golang.org/x/term v0.5.0 // indirect
golang.org/x/text v0.7.0 // indirect
)
|