all repos — mx @ 7726cb04d27c4a65ddf8e62ed0f8431b47bdff7b

work in progress MUA

go.mod (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
module git.icyphox.sh/mx

go 1.16

require (
	github.com/emersion/go-maildir v0.2.0
	github.com/peterh/liner v1.2.1
	gopkg.in/yaml.v2 v2.4.0
)