diff options
| author | theimpostor <sahirhoda@gmail.com> | 2023-07-17 08:33:10 -0500 |
|---|---|---|
| committer | theimpostor <sahirhoda@gmail.com> | 2023-07-17 08:33:10 -0500 |
| commit | 289d12e096e9dadc0e272ca2106cbaf59a15c2eb (patch) | |
| tree | a7d29774c8e68b2fc98a9769f937900381b5091f /go.mod | |
| parent | a21c712646ae4b8073bd857d38e1aba08832f2db (diff) | |
changes for v0.2.0
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -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 ) |
