File: go.mod

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

go 1.12

require (
	github.com/emersion/go-message v0.15.0 // indirect
	github.com/emersion/go-milter v0.3.3
	golang.org/x/crypto v0.0.0-20220518034528-6f7dac969898
)