-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathgo.mod
19 lines (17 loc) · 839 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/trashhalo/imgcat
go 1.14
require (
github.com/charmbracelet/bubbletea v0.20.0
github.com/disintegration/gift v1.2.1 // indirect
github.com/disintegration/imageorient v0.0.0-20180920195336-8147d86e83ec
github.com/lucasb-eyer/go-colorful v1.2.0
github.com/muesli/ansi v0.0.0-20211031195517-c9f0611b6c70 // indirect
github.com/muesli/termenv v0.11.1-0.20220212125758-44cd13922739
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
github.com/srwiley/oksvg v0.0.0-20220128195007-1f435e4c2b44
github.com/srwiley/rasterx v0.0.0-20220128185129-2efea2b9ea41
golang.org/x/image v0.0.0-20220413100746-70e8d0d3baa9 // indirect
golang.org/x/net v0.0.0-20220513224357-95641704303c // indirect
golang.org/x/sys v0.0.0-20220513210249-45d2b4557a2a
golang.org/x/term v0.0.0-20220411215600-e5f449aeb171 // indirect
)