-
-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathgo.mod
23 lines (20 loc) · 728 Bytes
/
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
module github.com/mattn/longcat
go 1.22
require (
github.com/disintegration/imaging v1.6.2
github.com/eliukblau/pixterm v1.3.1
github.com/lucasb-eyer/go-colorful v1.2.0
github.com/mattn/go-colorable v0.1.13
github.com/mattn/go-isatty v0.0.20
github.com/mattn/go-sixel v0.0.5
github.com/tomnomnom/xtermcolor v0.0.0-20160428124646-b78803f00a7e
github.com/zyxar/image2ascii v0.0.0-20231201150218-0baccbec7582
golang.org/x/term v0.18.0
)
require (
github.com/jsummers/gobmp v0.0.0-20230614200233-a9de23ed2e25 // indirect
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
github.com/soniakeys/quant v1.0.0 // indirect
golang.org/x/image v0.15.0 // indirect
golang.org/x/sys v0.18.0 // indirect
)