10 lines
224 B
Modula-2
10 lines
224 B
Modula-2
module github.com/emersion/go-message
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/emersion/go-textwrapper v0.0.0-20160606182133-d0e65e56babe
|
|
github.com/martinlindhe/base36 v0.0.0-20190418230009-7c6542dfbb41
|
|
golang.org/x/text v0.3.2
|
|
)
|