mirror of
https://github.com/wneessen/go-mail.git
synced 2024-11-14 18:02:55 +01:00
Winni Neessen
ebd171005d
Added `golang.org/x/crypto v0.27.0` and `golang.org/x/text v0.18.0` to go.mod. Updated go.sum to reflect these changes for proper dependency management.
12 lines
206 B
Modula-2
12 lines
206 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.27.0
|
|
golang.org/x/text v0.18.0
|
|
)
|