build(deps): Bump github.com/chrj/smtpd from 0.4.0 to 1.0.0

Bumps [github.com/chrj/smtpd](https://github.com/chrj/smtpd) from 0.4.0 to 1.0.0.
- [Commits](https://github.com/chrj/smtpd/compare/v0.4.0...v1.0.0)

---
updated-dependencies:
- dependency-name: github.com/chrj/smtpd
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-05-02 19:29:50 +00:00
committed by Bernhard Fröhlich
parent f0a4e5aeb5
commit 50b1fff623
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -2,7 +2,7 @@ module github.com/decke/smtprelay
require (
github.com/DeRuina/timberjack v1.4.2
github.com/chrj/smtpd v0.4.0
github.com/chrj/smtpd v1.0.0
github.com/fsnotify/fsnotify v1.10.0
github.com/google/uuid v1.6.0
github.com/peterbourgon/ff/v3 v3.4.0