mirror of
https://github.com/emersion/go-msgauth
synced 2026-07-10 22:58:39 +00:00
10 lines
206 B
AMPL
10 lines
206 B
AMPL
module github.com/emersion/go-msgauth
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/emersion/go-message v0.14.0 // indirect
|
|
github.com/emersion/go-milter v0.3.1
|
|
golang.org/x/crypto v0.0.0-20201208171446-5f87f3452ae9
|
|
)
|