forked from qeesung/image2ascii
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
18 lines (15 loc) · 533 Bytes
/
go.mod
File metadata and controls
18 lines (15 loc) · 533 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module github.com/olde-ducke/image2ascii
go 1.17
require (
github.com/aybabtme/rgbterm v0.0.0-20170906152045-cc83f3b3ce59
github.com/mattn/go-isatty v0.0.4
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
github.com/stretchr/testify v1.3.0
github.com/wayneashleyberry/terminal-dimensions v1.0.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/objx v0.3.0 // indirect
golang.org/x/sys v0.0.0-20181019160139-8e24a49d80f8 // indirect
)