fix(deps): update github.com/mholt/caddy-l4 digest to 45b3db9 #6

Merged
GregoryDosh merged 1 commit from renovate/github.com-mholt-caddy-l4-digest into main 2026-01-03 13:54:41 +00:00

This PR contains the following updates:

Package Type Update Change
github.com/mholt/caddy-l4 (changelog) require digest 8e984fe -> 45b3db9

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/mholt/caddy-l4](https://github.com/mholt/caddy-l4) ([changelog](https://github.com/mholt/caddy-l4/compare/8e984fe3cfd6..45b3db922fe0)) | require | digest | `8e984fe` -> `45b3db9` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi41Mi4zIiwidXBkYXRlZEluVmVyIjoiNDIuNTIuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
fix(deps): update github.com/mholt/caddy-l4 digest to 45b3db9
All checks were successful
Build Caddy / Build Caddy (pull_request) Successful in 13m43s
ee2caae91e
## License & Vulnerability Scan
# REUSE-IgnoreStart
// SPDX-FileCopyrightText: NONE
//
// SPDX-License-Identifier: CC0-1.0
# REUSE-IgnoreEnd

Starting at Fri Jan  2 00:02:10 UTC 2026


[0000]  WARN no explicit name and version provided for directory source, deriving artifact ID from the given path (which is not ideal)


No vulnerabilities found


# SUMMARY

* Bad licenses: 0
* Deprecated licenses: 0
* Licenses without file extension: 0
* Missing licenses: 0
* Unused licenses: 0
* Used licenses: AGPL-3.0-or-later, CC0-1.0
* Read errors: 0
* Invalid SPDX License Expressions: 0
* Files with copyright information: 8 / 8
* Files with license information: 8 / 8

Congratulations! Your project is compliant with version 3.3 of the REUSE Specification :-)
# Caddy v2.10.2-10-ee2ca
## Build Log
go: downloading github.com/magefile/mage v1.15.1-0.20241126214340-bdc92f694516
go: downloading github.com/inconshreveable/mousetrap v1.1.0
go: downloading golang.org/x/tools v0.40.0
go: downloading howett.net/plist v1.0.1
go: downloading google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.6.0
go: downloading github.com/tailscale/go-winio v0.0.0-20231025203758-c4f33415bf55
go: downloading golang.org/x/mod v0.31.0
all modules verified
Building linux/amd64
GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -o release/caddy-linux-amd64
sha256sum release/caddy-linux-amd64 | cut -f1 -d " " > release/caddy-linux-amd64.sha256
Building linux/arm64
GOOS=linux GOARCH=arm64 CGO_ENABLED=0 go build -o release/caddy-linux-arm64
sha256sum release/caddy-linux-arm64 | cut -f1 -d " " > release/caddy-linux-arm64.sha256
Building freebsd/amd64
GOOS=freebsd GOARCH=amd64 CGO_ENABLED=0 go build -o release/caddy-freebsd-amd64
sha256sum release/caddy-freebsd-amd64 | cut -f1 -d " " > release/caddy-freebsd-amd64.sha256
Building freebsd/arm64
GOOS=freebsd GOARCH=arm64 CGO_ENABLED=0 go build -o release/caddy-freebsd-arm64
sha256sum release/caddy-freebsd-arm64 | cut -f1 -d " " > release/caddy-freebsd-arm64.sha256
Building openbsd/amd64
GOOS=openbsd GOARCH=amd64 CGO_ENABLED=0 go build -o release/caddy-openbsd-amd64
sha256sum release/caddy-openbsd-amd64 | cut -f1 -d " " > release/caddy-openbsd-amd64.sha256
Building openbsd/arm64
GOOS=openbsd GOARCH=arm64 CGO_ENABLED=0 go build -o release/caddy-openbsd-arm64
sha256sum release/caddy-openbsd-arm64 | cut -f1 -d " " > release/caddy-openbsd-arm64.sha256

Commit: ee2caae91e
Actions: #10

<!-- Bot Anchor - Build Caddy --> <details open> <summary>## License & Vulnerability Scan</summary> ```shell # REUSE-IgnoreStart // SPDX-FileCopyrightText: NONE // // SPDX-License-Identifier: CC0-1.0 # REUSE-IgnoreEnd Starting at Fri Jan 2 00:02:10 UTC 2026 [0000] WARN no explicit name and version provided for directory source, deriving artifact ID from the given path (which is not ideal) No vulnerabilities found # SUMMARY * Bad licenses: 0 * Deprecated licenses: 0 * Licenses without file extension: 0 * Missing licenses: 0 * Unused licenses: 0 * Used licenses: AGPL-3.0-or-later, CC0-1.0 * Read errors: 0 * Invalid SPDX License Expressions: 0 * Files with copyright information: 8 / 8 * Files with license information: 8 / 8 Congratulations! Your project is compliant with version 3.3 of the REUSE Specification :-) ``` </details> # Caddy v2.10.2-10-ee2ca <details> <summary>## Build Log</summary> ```shell go: downloading github.com/magefile/mage v1.15.1-0.20241126214340-bdc92f694516 go: downloading github.com/inconshreveable/mousetrap v1.1.0 go: downloading golang.org/x/tools v0.40.0 go: downloading howett.net/plist v1.0.1 go: downloading google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.6.0 go: downloading github.com/tailscale/go-winio v0.0.0-20231025203758-c4f33415bf55 go: downloading golang.org/x/mod v0.31.0 all modules verified Building linux/amd64 GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -o release/caddy-linux-amd64 sha256sum release/caddy-linux-amd64 | cut -f1 -d " " > release/caddy-linux-amd64.sha256 Building linux/arm64 GOOS=linux GOARCH=arm64 CGO_ENABLED=0 go build -o release/caddy-linux-arm64 sha256sum release/caddy-linux-arm64 | cut -f1 -d " " > release/caddy-linux-arm64.sha256 Building freebsd/amd64 GOOS=freebsd GOARCH=amd64 CGO_ENABLED=0 go build -o release/caddy-freebsd-amd64 sha256sum release/caddy-freebsd-amd64 | cut -f1 -d " " > release/caddy-freebsd-amd64.sha256 Building freebsd/arm64 GOOS=freebsd GOARCH=arm64 CGO_ENABLED=0 go build -o release/caddy-freebsd-arm64 sha256sum release/caddy-freebsd-arm64 | cut -f1 -d " " > release/caddy-freebsd-arm64.sha256 Building openbsd/amd64 GOOS=openbsd GOARCH=amd64 CGO_ENABLED=0 go build -o release/caddy-openbsd-amd64 sha256sum release/caddy-openbsd-amd64 | cut -f1 -d " " > release/caddy-openbsd-amd64.sha256 Building openbsd/arm64 GOOS=openbsd GOARCH=arm64 CGO_ENABLED=0 go build -o release/caddy-openbsd-arm64 sha256sum release/caddy-openbsd-arm64 | cut -f1 -d " " > release/caddy-openbsd-arm64.sha256 ``` </details> --- **Commit:** ee2caae91eadde877c1bd9517f0d7412b118adf9 **Actions:** [**`#10`**](https://git.auengun.net/dosh-llc/bin-caddy/actions/runs/10)
GregoryDosh deleted branch renovate/github.com-mholt-caddy-l4-digest 2026-01-03 13:54:41 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
dosh-llc/bin-caddy!6
No description provided.