mirror of
https://github.com/emersion/go-msgauth
synced 2026-07-03 21:18:41 +00:00
11 lines
187 B
AMPL
11 lines
187 B
AMPL
module github.com/emersion/go-msgauth
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/emersion/go-milter v0.4.1
|
|
golang.org/x/crypto v0.31.0
|
|
)
|
|
|
|
require github.com/emersion/go-message v0.18.1 // indirect
|