13 lines
359 B
Modula-2
13 lines
359 B
Modula-2
module ascii-image-converter
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/mitchellh/go-homedir v1.1.0
|
|
github.com/nathan-fiscaletti/consolesize-go v0.0.0-20210105204122-a87d9f614b9d
|
|
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
|
|
github.com/spf13/cobra v1.1.3
|
|
github.com/spf13/viper v1.7.1
|
|
golang.org/x/image v0.0.0-20210504121937-7319ad40d33e // indirect
|
|
)
|