-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
20 lines (17 loc) · 608 Bytes
/
go.mod
File metadata and controls
20 lines (17 loc) · 608 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/hilli/icat
go 1.23.4
require (
github.com/BourgeoisBear/rasterm v1.1.2-0.20250103192908-b3632033a926
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
github.com/qeesung/image2ascii v1.0.1
github.com/strukturag/libheif v1.19.5
golang.org/x/image v0.23.0
golang.org/x/sys v0.28.0
)
require (
github.com/aybabtme/rgbterm v0.0.0-20170906152045-cc83f3b3ce59 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/stretchr/testify v1.10.0 // indirect
github.com/wayneashleyberry/terminal-dimensions v1.1.0 // indirect
golang.org/x/term v0.27.0 // indirect
)