mirror of
https://github.com/emersion/go-msgauth
synced 2026-07-03 21:18:41 +00:00
10 lines
179 B
AMPL
10 lines
179 B
AMPL
module github.com/emersion/go-msgauth
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/emersion/go-message v0.17.0 // indirect
|
|
github.com/emersion/go-milter v0.4.0
|
|
golang.org/x/crypto v0.15.0
|
|
)
|