module ascii-image-converter go 1.16 require ( github.com/mitchellh/go-homedir v1.1.0 github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect github.com/spf13/cobra v1.1.3 github.com/spf13/viper v1.7.1 golang.org/x/crypto v0.0.0-20190605123033-f99c8df09eb5 )