-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
21 lines (19 loc) · 733 Bytes
/
Copy pathgo.mod
File metadata and controls
21 lines (19 loc) · 733 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/treethought/mammut
go 1.15
require (
github.com/JohannesKaufmann/html-to-markdown v1.2.0
github.com/MichaelMure/go-term-markdown v0.1.3
github.com/disintegration/imaging v1.6.2
github.com/eliukblau/pixterm/pkg/ansimage v0.0.0-20191210081756-9fb6cf8c2f75
github.com/gdamore/tcell/v2 v2.1.1-0.20201225194624-29bb185874fd
github.com/kyokomi/emoji/v2 v2.2.8
github.com/lucasb-eyer/go-colorful v1.0.3
github.com/mattn/go-isatty v0.0.12 // indirect
github.com/mattn/go-mastodon v0.0.4
github.com/mitchellh/go-homedir v1.1.0
github.com/spf13/cobra v1.1.1
github.com/spf13/viper v1.7.1
gitlab.com/tslocum/cbind v0.1.4
gitlab.com/tslocum/cview v1.5.3
golang.org/x/image v0.0.0-20191206065243-da761ea9ff43
)