mirror of
https://github.com/wneessen/go-mail.git
synced 2024-11-22 13:50:49 +01:00
12 lines
No EOL
205 B
Modula-2
12 lines
No EOL
205 B
Modula-2
// 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
|
|
) |