File: go.mod

package info (click to toggle)
golang-github-emersion-go-message 0.17.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 348 kB
  • sloc: makefile: 2
file content (8 lines) | stat: -rw-r--r-- 158 bytes parent folder | download
1
2
3
4
5
6
7
8
module github.com/emersion/go-message

go 1.14

require (
	github.com/emersion/go-textwrapper v0.0.0-20200911093747-65d896831594
	golang.org/x/text v0.12.0
)