go-mail/go.mod

13 lines
206 B
Modula-2
Raw Normal View History

// SPDX-FileCopyrightText: 2022-2023 The go-mail Authors
//
// SPDX-License-Identifier: MIT
2022-03-05 12:10:20 +01:00
module github.com/wneessen/go-mail
2022-06-09 09:54:45 +02:00
go 1.16
require (
golang.org/x/crypto v0.28.0
golang.org/x/text v0.19.0
)