From 289d12e096e9dadc0e272ca2106cbaf59a15c2eb Mon Sep 17 00:00:00 2001 From: theimpostor Date: Mon, 17 Jul 2023 08:33:10 -0500 Subject: changes for v0.2.0 --- go.mod | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 340b5d1..d75322d 100644 --- a/go.mod +++ b/go.mod @@ -2,15 +2,17 @@ module github.com/theimpostor/osc52 go 1.17 -require golang.org/x/sys v0.10.0 +require ( + github.com/gdamore/tcell/v2 v2.6.0 + golang.org/x/exp v0.0.0-20230713183714-613f0c0eb8a1 + golang.org/x/sys v0.10.0 // indirect +) 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 ) -- cgit v1.2.3