File: go.mod

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

go 1.13

require (
	github.com/emersion/go-message v0.15.0
	github.com/emersion/go-sasl v0.0.0-20200509203442-7bfe0ed36a21
	golang.org/x/text v0.3.7
)