-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
go.mod
97 lines (94 loc) · 4.09 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
module github.com/srlehn/termimg
go 1.22
require (
github.com/anthonynsimon/bild v0.13.0
github.com/aymanbagabas/go-pty v0.2.2
github.com/bamiaux/rez v0.0.0-20170731184118-29f4463c688b
github.com/charmbracelet/bubbles v0.16.1
github.com/charmbracelet/bubbletea v0.24.2
github.com/charmbracelet/lipgloss v0.9.1
github.com/containerd/console v1.0.4
github.com/creack/pty v1.1.21
github.com/creack/pty/v2 v2.0.1
github.com/disintegration/gift v1.2.1
github.com/disintegration/imaging v1.6.2
github.com/esimov/caire v1.4.6
github.com/fogleman/gg v1.3.0
github.com/gdamore/tcell/v2 v2.7.4
github.com/gizak/termui/v3 v3.1.0
github.com/go-errors/errors v1.5.1
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
github.com/gonutz/w32/v2 v2.11.1
github.com/google/btree v1.1.2
github.com/gopxl/beep v1.1.0
github.com/iancoleman/strcase v0.3.0
github.com/jezek/xgb v1.1.1
github.com/lxn/win v0.0.0-20210218163916-a377121e959e
github.com/mattn/go-sixel v0.0.5
github.com/mattn/go-tty v0.0.5
github.com/mitchellh/go-ps v1.0.0
github.com/muesli/reflow v0.3.0
github.com/muesli/termenv v0.15.2
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
github.com/pkg/term v1.2.0-beta.2
github.com/rivo/tview v0.0.0-20230621164836-6cc0565babaf
github.com/rkoesters/xdg v0.0.1
github.com/shirou/gopsutil/v3 v3.24.4
github.com/spf13/cobra v1.8.0
github.com/srlehn/thumbnails v0.0.0-20231004190311-5a9b465c0dd8
github.com/srlehn/xgbutil v0.0.0-20230718194130-098830f60574
github.com/stretchr/testify v1.9.0
github.com/u-root/u-root v0.14.0
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842
golang.org/x/image v0.21.0
golang.org/x/sys v0.20.0
mvdan.cc/sh v2.6.4+incompatible
)
require (
gioui.org v0.6.0 // indirect
gioui.org/cpu v0.0.0-20220412190645-f1e9e8c3b1f7 // indirect
gioui.org/shader v1.0.8 // indirect
github.com/BurntSushi/freetype-go v0.0.0-20160129220410-b763ddbfe298 // indirect
github.com/BurntSushi/graphics-go v0.0.0-20160129215708-b43f31a4a966 // indirect
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dsoprea/go-exif/v3 v3.0.1 // indirect
github.com/dsoprea/go-logging v0.0.0-20200710184922-b02d349568dd // indirect
github.com/dsoprea/go-png-image-structure/v2 v2.0.0-20210512210324-29b889a6093d // indirect
github.com/dsoprea/go-utility/v2 v2.0.0-20221003172846-a3e1774ef349 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/esimov/pigo v1.4.6 // indirect
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
github.com/gdamore/encoding v1.0.1 // indirect
github.com/go-ole/go-ole v1.3.0 // indirect
github.com/go-text/typesetting v0.1.1 // indirect
github.com/golang/geo v0.0.0-20230421003525-6adc56603217 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/lufia/plan9stats v0.0.0-20240513124658-fba389f38bae // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-localereader v0.0.1 // indirect
github.com/mattn/go-runewidth v0.0.15 // indirect
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
github.com/muesli/ansi v0.0.0-20230316100256-276c6243b2f6 // indirect
github.com/muesli/cancelreader v0.2.2 // indirect
github.com/nsf/termbox-go v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/shoenig/go-m1cpu v0.1.6 // indirect
github.com/soniakeys/quant v1.0.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/tklauser/go-sysconf v0.3.14 // indirect
github.com/tklauser/numcpus v0.8.0 // indirect
github.com/yusufpapurcu/wmi v1.2.4 // indirect
golang.org/x/crypto v0.23.0 // indirect
golang.org/x/exp/shiny v0.0.0-20240506185415-9bf2ced13842 // indirect
golang.org/x/net v0.25.0 // indirect
golang.org/x/sync v0.8.0 // indirect
golang.org/x/term v0.20.0 // indirect
golang.org/x/text v0.19.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)