mirror of
https://github.com/makeplane/plane.git
synced 2026-07-13 05:49:40 +02:00
Bumps the go_modules group with 1 update in the /email directory: [golang.org/x/crypto](https://github.com/golang/crypto). Updates `golang.org/x/crypto` from 0.22.0 to 0.31.0 - [Commits](https://github.com/golang/crypto/compare/v0.22.0...v0.31.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: indirect dependency-group: go_modules ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
11 lines
202 B
Modula-2
11 lines
202 B
Modula-2
module plane/email
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/emersion/go-sasl v0.0.0-20231106173351-e73c9f7bad43 // indirect
|
|
github.com/emersion/go-smtp v0.21.3
|
|
)
|
|
|
|
require github.com/emersion/go-message v0.18.1
|