From 9def5c934fcfc9daddffcf2cf52a25e005320480 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 10:14:08 +0000 Subject: [PATCH] build(deps): Bump github.com/DeRuina/timberjack from 1.4.1 to 1.4.2 Bumps [github.com/DeRuina/timberjack](https://github.com/DeRuina/timberjack) from 1.4.1 to 1.4.2. - [Release notes](https://github.com/DeRuina/timberjack/releases) - [Changelog](https://github.com/DeRuina/timberjack/blob/main/CHANGELOG.md) - [Commits](https://github.com/DeRuina/timberjack/compare/v1.4.1...v1.4.2) --- updated-dependencies: - dependency-name: github.com/DeRuina/timberjack dependency-version: 1.4.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index f6364ec..67cbb9c 100644 --- a/go.mod +++ b/go.mod @@ -1,7 +1,7 @@ module github.com/decke/smtprelay require ( - github.com/DeRuina/timberjack v1.4.1 + github.com/DeRuina/timberjack v1.4.2 github.com/chrj/smtpd v0.4.0 github.com/fsnotify/fsnotify v1.9.0 github.com/google/uuid v1.6.0 diff --git a/go.sum b/go.sum index 8098918..eec9b44 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -github.com/DeRuina/timberjack v1.4.1 h1:JftM5HN/ITKehAXjtdbGqN5XZIS1biHm7VSjU0Qbtqg= -github.com/DeRuina/timberjack v1.4.1/go.mod h1:RLoeQrwrCGIEF8gO5nV5b/gMD0QIy7bzQhBUgpp1EqE= +github.com/DeRuina/timberjack v1.4.2 h1:4bKlzhKdsR+2oNkgef9mqb4n11ICow8VK88RfzJPzN8= +github.com/DeRuina/timberjack v1.4.2/go.mod h1:RLoeQrwrCGIEF8gO5nV5b/gMD0QIy7bzQhBUgpp1EqE= github.com/chrj/smtpd v0.4.0 h1:DPJY9XxJngESsV1O/GKeydN6c+iuV1dglW/dw0VlxFY= github.com/chrj/smtpd v0.4.0/go.mod h1:zEP61gNDlWp/jdUqBcq/ykIbgOERyRvwfMsRLl3h9gM= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=