Fixes an issue where email subject headers are including new line
characters which breaks RFC and some email clients display. It was an
issue in gobwebs template helpers for email.
Changelog-fixed: Issue with encoding email subject lines when pulled
from a template file.
---
go.mod | 12 ++++++------
go.sum | 24 ++++++++++++------------
2 files changed, 18 insertions(+), 18 deletions(-)
diff --git a/go.mod b/go.mod
index 4965f93..37c0e68 100644
--- a/go.mod
+++ b/go.mod
@@ -28,12 +28,12 @@ require (
golang.org/x/text v0.21.0
golang.org/x/time v0.8.0
hg.code.netlandish.com/~netlandish/sendygo v0.0.0-20230124192435-bbf347776232
- netlandish.com/x/gobwebs v0.1.2
- netlandish.com/x/gobwebs-auditlog v0.2.0
- netlandish.com/x/gobwebs-formguard v0.2.0
- netlandish.com/x/gobwebs-graphql v0.2.0
- netlandish.com/x/gobwebs-oauth2 v0.2.0
- netlandish.com/x/gobwebs-ses-feedback v0.2.0
+ netlandish.com/x/gobwebs v0.1.3
+ netlandish.com/x/gobwebs-auditlog v0.2.1
+ netlandish.com/x/gobwebs-formguard v0.2.1
+ netlandish.com/x/gobwebs-graphql v0.2.1
+ netlandish.com/x/gobwebs-oauth2 v0.2.1
+ netlandish.com/x/gobwebs-ses-feedback v0.2.1
petersanchez.com/x/carrier v0.2.3
petersanchez.com/x/carrier/ses v0.0.0-20250114214955-7f5d9b835a85
petersanchez.com/x/carrier/smtp v0.0.0-20250114214955-7f5d9b835a85
diff --git a/go.sum b/go.sum
index 7a41990..0c034e3 100644
--- a/go.sum
+++ b/go.sum
@@ -2580,18 +2580,18 @@ modernc.org/z v1.0.1-0.20210308123920-1f282aa71362/go.mod h1:8/SRk5C/HgiQWCgXdfp
modernc.org/z v1.0.1/go.mod h1:8/SRk5C/HgiQWCgXdfpb+1RvhORdkz5sw72d3jjtyqA=
modernc.org/z v1.2.20/go.mod h1:zU9FiF4PbHdOTUxw+IF8j7ArBMRPsHgq10uVPt6xTzo=
modernc.org/zappy v1.0.0/go.mod h1:hHe+oGahLVII/aTTyWK/b53VDHMAGCBYYeZ9sn83HC4=
-netlandish.com/x/gobwebs v0.1.2 h1:ppNJhHQ4qCDO3adVwE4XVA1U+wl2dLdZXxQ0+sbJZrg=
-netlandish.com/x/gobwebs v0.1.2/go.mod h1:RAf0VNiujzXen/pu0k6yyhvPWMgCY9tKD7ftXrkT53E=
-netlandish.com/x/gobwebs-auditlog v0.2.0 h1:iRiZzq1KXk3i8oiLZriPUv3hLpuDJnEkPMktvm3JNiA=
-netlandish.com/x/gobwebs-auditlog v0.2.0/go.mod h1:Lr6edpIcM/uLo+IJsk/wkDlfbZ/KA4Ijd3HbYejFAdA=
-netlandish.com/x/gobwebs-formguard v0.2.0 h1:TrFEp1GW94J7hf/n5PZZkZGnfSOeeWHCVz2KHPCsGcU=
-netlandish.com/x/gobwebs-formguard v0.2.0/go.mod h1:rgIb6gd1bDv9qb4zgTduyBcrZGpV71Tjj/fWS9ZflmA=
-netlandish.com/x/gobwebs-graphql v0.2.0 h1:zclgWi2e3NqxYphjbOR9QrLQbhBgRE5nRwp2l2Bz5Bw=
-netlandish.com/x/gobwebs-graphql v0.2.0/go.mod h1:nmhNJB4PfwQwYhkx43TVkRj7CPsfT3unYq+2mBFu6Lg=
-netlandish.com/x/gobwebs-oauth2 v0.2.0 h1:FDD46hZldDgLY74Y+Xzs514jlVAnNxcOQ0Rfh31xWYY=
-netlandish.com/x/gobwebs-oauth2 v0.2.0/go.mod h1:AgU4IlmK/0/D6t5OcCuH7jQL803eV/qQdwJzHqO3Cwg=
-netlandish.com/x/gobwebs-ses-feedback v0.2.0 h1:HgQ2L5PjuUb3fFa+GGM/ra9gIRS/V4qWcJCutut861w=
-netlandish.com/x/gobwebs-ses-feedback v0.2.0/go.mod h1:WFnZ8c5N2+ig6Sn/i0R6O2RANXLuB0VtFFaQ2j4ehwM=
+netlandish.com/x/gobwebs v0.1.3 h1:nPLqpM5BJ5HKabGDhbY8TpZ1SdI/MxTy/lnti1FLP6g=
+netlandish.com/x/gobwebs v0.1.3/go.mod h1:RAf0VNiujzXen/pu0k6yyhvPWMgCY9tKD7ftXrkT53E=
+netlandish.com/x/gobwebs-auditlog v0.2.1 h1:3wdULHX3qtWF7qu3vWDMznEoF0Vx/a5xk6S7p6xmffE=
+netlandish.com/x/gobwebs-auditlog v0.2.1/go.mod h1:67Wc5fWo3g0jnviqt1fSCzk+oRxQFE9gLTgJ8IaSRrw=
+netlandish.com/x/gobwebs-formguard v0.2.1 h1:h2OThT9fnntfPrC0OoB3U+23urmcGa17SKHfPzU8dDg=
+netlandish.com/x/gobwebs-formguard v0.2.1/go.mod h1:GHiN6/0phQ8gOu1acrifbwG8P6jMJ6Ij2vJlvHHm+1w=
+netlandish.com/x/gobwebs-graphql v0.2.1 h1:uEWyaTtHsZKLWYlXNtQd1twhI9cBeL0WVtDOVnH5aAw=
+netlandish.com/x/gobwebs-graphql v0.2.1/go.mod h1:E9Xk+dGllPWsIBEE+VyzhedX7kwsygdeOHwxJdJxoYw=
+netlandish.com/x/gobwebs-oauth2 v0.2.1 h1:j/zU13PY0GavaSNnEy+f6ExbkamWBIm4mUIPaQ8gE78=
+netlandish.com/x/gobwebs-oauth2 v0.2.1/go.mod h1:ssioqpjdRNwqFI7Da46A1K08szJzOZaEgIYoTPPYaXo=
+netlandish.com/x/gobwebs-ses-feedback v0.2.1 h1:9BLmmsPmmCkb7DpLzJgBrhibaJOW3NQfPnSlkpjWSnY=
+netlandish.com/x/gobwebs-ses-feedback v0.2.1/go.mod h1:jL9Yvz59RaRnVTPDlE/A+jpwiSLPHSuvP1TIcnTDljI=
petersanchez.com/x/carrier v0.2.3 h1:6ScWG2HVFqeqafQp2D9kChNdXYkou4rduzppc3SDYMg=
petersanchez.com/x/carrier v0.2.3/go.mod h1:GLiDI9OThDmruufk/VHlR6Ihvq/hIJQyA5beU6AFNYk=
petersanchez.com/x/carrier/ses v0.0.0-20250114214955-7f5d9b835a85 h1:yy81/rrGdI+YWuTvv7JPvVnY104/g10vnloBnKxVAHk=
--
2.47.2