File: go.mod

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

go 1.16

require (
	github.com/ProtonMail/go-crypto v0.0.0-20230923063757-afb1ddc0824c
	github.com/cloudflare/circl v1.3.7 // indirect
	github.com/emersion/go-message v0.17.0
	golang.org/x/text v0.14.0
)