module github.com/jhillyerd/enmime require ( github.com/cention-sany/utf7 v0.0.0-20170124080048-26cad61bd60a github.com/go-test/deep v1.0.7 github.com/gogs/chardet v0.0.0-20191104214054-4b6791f73a28 github.com/jaytaylor/html2text v0.0.0-20200412013138-3577fbdbcff7 github.com/mattn/go-runewidth v0.0.12 // indirect github.com/olekukonko/tablewriter v0.0.5 // indirect github.com/pkg/errors v0.9.1 github.com/rivo/uniseg v0.2.0 // indirect github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf // indirect github.com/stretchr/testify v1.7.0 golang.org/x/text v0.3.8 ) go 1.13