// SPDX-FileCopyrightText: The go-mail Authors
//
// SPDX-License-Identifier: MIT

module github.com/wneessen/go-mail

go 1.16

require (
	golang.org/x/crypto v0.33.0
	golang.org/x/text v0.22.0
)
