# HG changeset patch # User Peter Sanchez # Date 1725578888 21600 # Thu Sep 05 17:28:08 2024 -0600 # Node ID 77f3873bc1304a363f6f590e7bcfe37e8c6b9fa5 # Parent ad9168eef0cb210883f86d3f51ee2bc1db9efa2d Removing toolkit diff --git a/README.md b/README.md --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A simple module to send email via various services with a single message object. -**Version:** 0.1.0 +**Version:** 0.2.2 **Project Links:** [Docs][docs] - [Issues][issues] - [Mailing List][pinbox] - [Contributing](#contributing) diff --git a/go.mod b/go.mod --- a/go.mod +++ b/go.mod @@ -2,8 +2,6 @@ go 1.21 -toolchain go1.22.4 - require ( github.com/ProtonMail/go-crypto v1.0.0 github.com/emersion/go-message v0.18.1 diff --git a/ses/go.mod b/ses/go.mod --- a/ses/go.mod +++ b/ses/go.mod @@ -2,8 +2,6 @@ go 1.21 -toolchain go1.22.4 - require ( github.com/aws/aws-sdk-go v1.54.18 petersanchez.com/x/carrier v0.2.1 diff --git a/smtp/go.mod b/smtp/go.mod --- a/smtp/go.mod +++ b/smtp/go.mod @@ -2,8 +2,6 @@ go 1.21 -toolchain go1.22.4 - require ( github.com/emersion/go-sasl v0.0.0-20231106173351-e73c9f7bad43 github.com/emersion/go-smtp v0.21.3