File: go.mod

package info (click to toggle)
golang-github-xhit-go-simple-mail 2.16.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 304 kB
  • sloc: makefile: 2
file content (6 lines) | stat: -rw-r--r-- 124 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
module github.com/xhit/go-simple-mail/v2
require (
	github.com/toorop/go-dkim v0.0.0-20201103131630-e1cd1a0a5208
)

go 1.13