-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
go.mod
40 lines (37 loc) · 1.5 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
module github.com/mrusme/gomphotherium
go 1.19
require (
github.com/atotto/clipboard v0.1.4
github.com/eliukblau/pixterm v1.3.1
github.com/gdamore/tcell/v2 v2.7.4
github.com/grokify/html-strip-tags-go v0.1.0
github.com/mattn/go-mastodon v0.0.6
github.com/mattn/go-runewidth v0.0.15
github.com/peterbourgon/diskv/v3 v3.0.1
github.com/pookzilla/go-termd v1.0.0-2044c8a
github.com/rivo/tview v0.0.0-20240307173318-e804876934a1
github.com/spf13/cobra v1.8.0
)
require (
github.com/alecthomas/chroma v0.10.0 // indirect
github.com/aybabtme/rgbterm v0.0.0-20170906152045-cc83f3b3ce59 // indirect
github.com/disintegration/imaging v1.6.2 // indirect
github.com/dlclark/regexp2 v1.11.0 // indirect
github.com/gdamore/encoding v1.0.1 // indirect
github.com/google/btree v1.1.2 // indirect
github.com/gorilla/websocket v1.5.1 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/tj/go-css v0.0.0-20191108133013-220a796d1705 // indirect
github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80 // indirect
golang.org/x/image v0.18.0 // indirect
golang.org/x/net v0.23.0 // indirect
golang.org/x/sys v0.18.0 // indirect
golang.org/x/term v0.18.0 // indirect
golang.org/x/text v0.16.0 // indirect
)