go-mail/go.mod
Winni Neessen ebd171005d
Update dependencies in go.mod and go.sum
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.
2024-10-01 11:05:07 +02:00

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
)