~dricottone/image2ascii

ref: dff12c38d66913f60ad6f66a8a6ac7f731c141bc image2ascii/go.mod -rw-r--r-- 615 bytes
dff12c38Dominic Ricottone Adding toolchain and updating documentation 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module git.dominic-ricottone.com/~dricottone/image2ascii

go 1.19

require (
	github.com/aybabtme/rgbterm v0.0.0-20170906152045-cc83f3b3ce59
	github.com/mattn/go-isatty v0.0.16
	github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
	github.com/stretchr/testify v1.7.1
	github.com/wayneashleyberry/terminal-dimensions v1.1.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.4.0 // indirect
	golang.org/x/sys v0.0.0-20220928140112-f11e5e49a4ec // indirect
	gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
)