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

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

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-04-03 15:45:13 +00:00
committed by Bernhard Fröhlich
parent d68f1af08a
commit 639d799cd4
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.1
github.com/chrj/smtpd v0.3.1
github.com/chrj/smtpd v0.4.0
github.com/fsnotify/fsnotify v1.9.0
github.com/google/uuid v1.6.0
github.com/peterbourgon/ff/v3 v3.4.0