module github.com/gatherstars-com/jwz
go 1.16
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/gdamore/tcell/v2 v2.6.0
github.com/gogs/chardet v0.0.0-20211120154057-b7413eaefb8f // indirect
github.com/jaytaylor/html2text v0.0.0-20211105163654-bc68cce691ba // indirect
github.com/jhillyerd/enmime v0.11.0
github.com/rivo/tview v0.0.0-20230226195229-47e7db7885b4
github.com/rivo/uniseg v0.4.4 // indirect
github.com/stretchr/testify v1.7.1 // indirect
golang.org/x/net v0.7.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
|