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

module github.com/wneessen/go-mail

go 1.16

require (
	golang.org/x/crypto v0.28.0
	golang.org/x/text v0.19.0
)
