summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authortheimpostor <sahirhoda@gmail.com>2023-07-17 08:33:10 -0500
committertheimpostor <sahirhoda@gmail.com>2023-07-17 08:33:10 -0500
commit289d12e096e9dadc0e272ca2106cbaf59a15c2eb (patch)
treea7d29774c8e68b2fc98a9769f937900381b5091f /go.mod
parenta21c712646ae4b8073bd857d38e1aba08832f2db (diff)
changes for v0.2.0
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod8
1 files changed, 5 insertions, 3 deletions
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
)