fix(deps): update module github.com/corazawaf/coraza-caddy/v2 to v2.0.0 #15

Merged
GregoryDosh merged 1 commit from renovate/github.com-corazawaf-coraza-caddy-v2-2.x into main 2025-01-16 01:33:59 +00:00

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/corazawaf/coraza-caddy/v2 v2.0.0-rc.3.0.20241127100156-e2e2d4faeb6c -> v2.0.0 age adoption passing confidence

Release Notes

corazawaf/coraza-caddy (github.com/corazawaf/coraza-caddy/v2)

v2.0.0: Version 2.0.0

Compare Source

Version 2.0.0 is the new version of the coraza-caddy connection with aims to be production ready and uses the latest and greatest Coraza version.

What's Changed

New Contributors

Full Changelog: https://github.com/corazawaf/coraza-caddy/compare/v1.2.2...v2.0.0


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 | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/corazawaf/coraza-caddy/v2](https://github.com/corazawaf/coraza-caddy) | `v2.0.0-rc.3.0.20241127100156-e2e2d4faeb6c` -> `v2.0.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fcorazawaf%2fcoraza-caddy%2fv2/v2.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fcorazawaf%2fcoraza-caddy%2fv2/v2.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fcorazawaf%2fcoraza-caddy%2fv2/v2.0.0-rc.3.0.20241127100156-e2e2d4faeb6c/v2.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fcorazawaf%2fcoraza-caddy%2fv2/v2.0.0-rc.3.0.20241127100156-e2e2d4faeb6c/v2.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>corazawaf/coraza-caddy (github.com/corazawaf/coraza-caddy/v2)</summary> ### [`v2.0.0`](https://github.com/corazawaf/coraza-caddy/releases/tag/v2.0.0): Version 2.0.0 [Compare Source](https://github.com/corazawaf/coraza-caddy/compare/v2.0.0-rc.3...v2.0.0) Version 2.0.0 is the new version of the coraza-caddy connection with aims to be production ready and uses the latest and greatest Coraza version. #### What's Changed - Updates coraza, uses parseServerName by [@&#8203;M4tteoP](https://github.com/M4tteoP) in https://github.com/corazawaf/coraza-caddy/pull/43 - chore: update coraza version by [@&#8203;jptosso](https://github.com/jptosso) in https://github.com/corazawaf/coraza-caddy/pull/45 - Upgrades coraza [`249700b`](https://github.com/corazawaf/coraza-caddy/commit/249700b5) by [@&#8203;jcchavezs](https://github.com/jcchavezs) in https://github.com/corazawaf/coraza-caddy/pull/47 - chore: refactors connector. by [@&#8203;jcchavezs](https://github.com/jcchavezs) in https://github.com/corazawaf/coraza-caddy/pull/49 - chore: deprecates Include config field. by [@&#8203;jcchavezs](https://github.com/jcchavezs) in https://github.com/corazawaf/coraza-caddy/pull/51 - feat: aligns logger with caddy by [@&#8203;jcchavezs](https://github.com/jcchavezs) in https://github.com/corazawaf/coraza-caddy/pull/50 - tests: adds coverage to the config. by [@&#8203;jcchavezs](https://github.com/jcchavezs) in https://github.com/corazawaf/coraza-caddy/pull/60 - fix: replaces filesystem library. by [@&#8203;jcchavezs](https://github.com/jcchavezs) in https://github.com/corazawaf/coraza-caddy/pull/52 - Adds FTW and E2E by [@&#8203;M4tteoP](https://github.com/M4tteoP) in https://github.com/corazawaf/coraza-caddy/pull/56 - chore: adds nightly tests both for coraza and caddy by [@&#8203;jcchavezs](https://github.com/jcchavezs) in https://github.com/corazawaf/coraza-caddy/pull/61 - Chore: updates Middleware adding synthesis of Transfer-Encoding header by [@&#8203;M4tteoP](https://github.com/M4tteoP) in https://github.com/corazawaf/coraza-caddy/pull/55 - chore: updates coraza dependency to v3.0.0-rc.2 and retracts older versions in caddy module. by [@&#8203;jcchavezs](https://github.com/jcchavezs) in https://github.com/corazawaf/coraza-caddy/pull/65 - chore: upgrades to Coraza 3.0.0-rc.3 by [@&#8203;jcchavezs](https://github.com/jcchavezs) in https://github.com/corazawaf/coraza-caddy/pull/66 - chore: changes CI to use main branch instead. by [@&#8203;jcchavezs](https://github.com/jcchavezs) in https://github.com/corazawaf/coraza-caddy/pull/67 - chore: uses main branch from coraza for nightly check. by [@&#8203;jcchavezs](https://github.com/jcchavezs) in https://github.com/corazawaf/coraza-caddy/pull/69 - chore: removes the warning and fallback to the authority. by [@&#8203;jcchavezs](https://github.com/jcchavezs) in https://github.com/corazawaf/coraza-caddy/pull/72 - fix: fixes the package naming following the best practices from go modules. by [@&#8203;jcchavezs](https://github.com/jcchavezs) in https://github.com/corazawaf/coraza-caddy/pull/73 - chore: improves example to make it easy to run. by [@&#8203;jcchavezs](https://github.com/jcchavezs) in https://github.com/corazawaf/coraza-caddy/pull/77 - chore: automates coraza upgrade by [@&#8203;jcchavezs](https://github.com/jcchavezs) in https://github.com/corazawaf/coraza-caddy/pull/79 - chore(deps): bump github.com/corazawaf/coraza/v3 from 3.0.0 to 3.0.2 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/corazawaf/coraza-caddy/pull/80 - Adds stale bot for awaiting-feedback issues by [@&#8203;M4tteoP](https://github.com/M4tteoP) in https://github.com/corazawaf/coraza-caddy/pull/81 - chore: keep the handler error instead of trying to hijack it as it breaks the user experience. by [@&#8203;jcchavezs](https://github.com/jcchavezs) in https://github.com/corazawaf/coraza-caddy/pull/85 - Update mage.go commands in README.md by [@&#8203;andremralves](https://github.com/andremralves) in https://github.com/corazawaf/coraza-caddy/pull/94 - Created TROUBLESHOOTING.md by [@&#8203;skixmix](https://github.com/skixmix) in https://github.com/corazawaf/coraza-caddy/pull/95 - Updates CRS dependency by [@&#8203;M4tteoP](https://github.com/M4tteoP) in https://github.com/corazawaf/coraza-caddy/pull/96 - chore(deps): bump github.com/corazawaf/coraza/v3 from 3.0.3 to 3.0.4 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/corazawaf/coraza-caddy/pull/102 - Adds FTW tests to the CI by [@&#8203;M4tteoP](https://github.com/M4tteoP) in https://github.com/corazawaf/coraza-caddy/pull/103 - chore: allows to run the nightly per commit. by [@&#8203;jcchavezs](https://github.com/jcchavezs) in https://github.com/corazawaf/coraza-caddy/pull/106 - chore: fixes short write error. by [@&#8203;jcchavezs](https://github.com/jcchavezs) in https://github.com/corazawaf/coraza-caddy/pull/107 - Configure Renovate by [@&#8203;renovate](https://github.com/renovate) in https://github.com/corazawaf/coraza-caddy/pull/104 - chore(deps): update alpine docker tag to v3.18 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/corazawaf/coraza-caddy/pull/112 - chore(deps): update mccutchen/go-httpbin docker tag to v2.12.0 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/corazawaf/coraza-caddy/pull/114 - chore(deps): update actions/stale action to v9 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/corazawaf/coraza-caddy/pull/118 - chore(deps): update actions/checkout action to v4 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/corazawaf/coraza-caddy/pull/116 - chore(deps): update actions/setup-go action to v5 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/corazawaf/coraza-caddy/pull/117 - chore(deps): update github/codeql-action action to v2 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/corazawaf/coraza-caddy/pull/121 - fix(deps): update module go.uber.org/zap to v1.26.0 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/corazawaf/coraza-caddy/pull/115 - chore(deps): update github/codeql-action action to v3 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/corazawaf/coraza-caddy/pull/125 - chore: update renovate config by [@&#8203;fzipi](https://github.com/fzipi) in https://github.com/corazawaf/coraza-caddy/pull/126 - chore(deps): update mccutchen/go-httpbin docker tag to v2.13.1 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/corazawaf/coraza-caddy/pull/123 - chore(deps): update ghcr.io/coreruleset/go-ftw docker tag to v0.6.3 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/corazawaf/coraza-caddy/pull/113 - chore(deps): update debian docker tag to v12 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/corazawaf/coraza-caddy/pull/120 - chore(deps): update alpine docker tag to v3.19 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/corazawaf/coraza-caddy/pull/119 - fix(deps): update module github.com/caddyserver/caddy/v2 to v2.7.6 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/corazawaf/coraza-caddy/pull/111 - fix(deps): update github.com/jcchavezs/mergefs digest to [`07f27d2`](https://github.com/corazawaf/coraza-caddy/commit/07f27d2) by [@&#8203;renovate](https://github.com/renovate) in https://github.com/corazawaf/coraza-caddy/pull/109 - chore: upgrades go to 1.21 ad xcaddy to 0.3.5. by [@&#8203;jcchavezs](https://github.com/jcchavezs) in https://github.com/corazawaf/coraza-caddy/pull/130 - fix(deps): update module github.com/corazawaf/coraza/v3 to v3.1.0 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/corazawaf/coraza-caddy/pull/131 - chore(deps): update mccutchen/go-httpbin docker tag to v2.13.4 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/corazawaf/coraza-caddy/pull/129 - chore(deps): update ghcr.io/coreruleset/go-ftw docker tag to v0.6.4 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/corazawaf/coraza-caddy/pull/132 - chore(deps): update actions/upload-artifact action to v4 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/corazawaf/coraza-caddy/pull/134 - tests: adds logger benchmark. by [@&#8203;jcchavezs](https://github.com/jcchavezs) in https://github.com/corazawaf/coraza-caddy/pull/133 - fix(deps): update module github.com/stretchr/testify to v1.9.0 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/corazawaf/coraza-caddy/pull/138 - fix(deps): update module go.uber.org/zap to v1.27.0 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/corazawaf/coraza-caddy/pull/135 - chore(deps): update mccutchen/go-httpbin docker tag to v2.14.0 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/corazawaf/coraza-caddy/pull/149 - chore(deps): update alpine docker tag to v3.20 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/corazawaf/coraza-caddy/pull/153 - chore(deps): bump github.com/corazawaf/coraza/v3 from 3.1.0 to 3.2.1 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/corazawaf/coraza-caddy/pull/159 - fix(deps): update module github.com/caddyserver/caddy/v2 to v2.8.4 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/corazawaf/coraza-caddy/pull/154 - chore(deps): update ghcr.io/coreruleset/go-ftw docker tag to v1 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/corazawaf/coraza-caddy/pull/152 - fix: removes deprecated docker-compose to docker compose, pins go version by [@&#8203;M4tteoP](https://github.com/M4tteoP) in https://github.com/corazawaf/coraza-caddy/pull/165 - chore: Update README by [@&#8203;fardin01](https://github.com/fardin01) in https://github.com/corazawaf/coraza-caddy/pull/164 - chore(deps): updates tests to CRS v4.5 and Albedo as backend by [@&#8203;jcchavezs](https://github.com/jcchavezs) in https://github.com/corazawaf/coraza-caddy/pull/161 - fix: http.Flusher and io.ReaderFrom implementation (ports) by [@&#8203;M4tteoP](https://github.com/M4tteoP) in https://github.com/corazawaf/coraza-caddy/pull/167 - fix: headers leaked during interruptions at phase 3/4 (port) by [@&#8203;M4tteoP](https://github.com/M4tteoP) in https://github.com/corazawaf/coraza-caddy/pull/166 - chore(deps): update mccutchen/go-httpbin docker tag to v2.15.0 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/corazawaf/coraza-caddy/pull/170 - chore: simplify example to show logs. by [@&#8203;jcchavezs](https://github.com/jcchavezs) in https://github.com/corazawaf/coraza-caddy/pull/173 - chore(deps): update ghcr.io/coreruleset/go-ftw docker tag to v1.1.1 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/corazawaf/coraza-caddy/pull/174 - chore(deps): update ghcr.io/coreruleset/albedo docker tag to v0.0.16 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/corazawaf/coraza-caddy/pull/171 - update mergefs, go to 1.22 by [@&#8203;M4tteoP](https://github.com/M4tteoP) in https://github.com/corazawaf/coraza-caddy/pull/176 - chore: removes dependabot by [@&#8203;M4tteoP](https://github.com/M4tteoP) in https://github.com/corazawaf/coraza-caddy/pull/180 - chore(deps): update ghcr.io/coreruleset/go-ftw docker tag to v1.1.2 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/corazawaf/coraza-caddy/pull/182 - fix(deps): update module github.com/corazawaf/coraza-coreruleset/v4 to v4.7.0 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/corazawaf/coraza-caddy/pull/172 - chore: upgrades coraza to 3.3.1. by [@&#8203;jcchavezs](https://github.com/jcchavezs) in https://github.com/corazawaf/coraza-caddy/pull/192 - test: fix ftw log-file by [@&#8203;superstes](https://github.com/superstes) in https://github.com/corazawaf/coraza-caddy/pull/191 - feat: :sparkles: Add caddy client_ip variable parsing by [@&#8203;adrienyhuel](https://github.com/adrienyhuel) in https://github.com/corazawaf/coraza-caddy/pull/184 - tests: improves test code. by [@&#8203;jcchavezs](https://github.com/jcchavezs) in https://github.com/corazawaf/coraza-caddy/pull/193 - fix(deps): update module github.com/corazawaf/coraza/v3 to v3.3.2 by [@&#8203;renovate](https://github.com/renovate) in https://github.com/corazawaf/coraza-caddy/pull/194 #### New Contributors - [@&#8203;M4tteoP](https://github.com/M4tteoP) made their first contribution in https://github.com/corazawaf/coraza-caddy/pull/43 - [@&#8203;jcchavezs](https://github.com/jcchavezs) made their first contribution in https://github.com/corazawaf/coraza-caddy/pull/47 - [@&#8203;dependabot](https://github.com/dependabot) made their first contribution in https://github.com/corazawaf/coraza-caddy/pull/80 - [@&#8203;andremralves](https://github.com/andremralves) made their first contribution in https://github.com/corazawaf/coraza-caddy/pull/94 - [@&#8203;skixmix](https://github.com/skixmix) made their first contribution in https://github.com/corazawaf/coraza-caddy/pull/95 - [@&#8203;renovate](https://github.com/renovate) made their first contribution in https://github.com/corazawaf/coraza-caddy/pull/104 - [@&#8203;fzipi](https://github.com/fzipi) made their first contribution in https://github.com/corazawaf/coraza-caddy/pull/126 - [@&#8203;fardin01](https://github.com/fardin01) made their first contribution in https://github.com/corazawaf/coraza-caddy/pull/164 - [@&#8203;superstes](https://github.com/superstes) made their first contribution in https://github.com/corazawaf/coraza-caddy/pull/191 - [@&#8203;adrienyhuel](https://github.com/adrienyhuel) made their first contribution in https://github.com/corazawaf/coraza-caddy/pull/184 **Full Changelog**: https://github.com/corazawaf/coraza-caddy/compare/v1.2.2...v2.0.0 </details> --- ### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS43NS4wIiwidXBkYXRlZEluVmVyIjoiMzkuNzUuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
fix(deps): update module github.com/corazawaf/coraza-caddy/v2 to v2.0.0
All checks were successful
Build Caddy / Build Caddy (pull_request) Successful in 4m37s
5d12e90249
Author
Member

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 10 additional dependencies were updated

Details:

Package Change
github.com/corazawaf/coraza-coreruleset/v4 v4.5.0 -> v4.7.0
github.com/corazawaf/coraza/v3 v3.2.1 -> v3.3.2
github.com/corazawaf/libinjection-go v0.2.1 -> v0.2.2
github.com/magefile/mage v1.15.0 -> v1.15.1-0.20241126214340-bdc92f694516
github.com/tidwall/gjson v1.17.1 -> v1.18.0
golang.org/x/crypto v0.31.0 -> v0.32.0
golang.org/x/net v0.33.0 -> v0.34.0
golang.org/x/sys v0.28.0 -> v0.29.0
golang.org/x/term v0.27.0 -> v0.28.0
google.golang.org/protobuf v1.36.1 -> v1.36.2
### ℹ Artifact update notice ##### File name: go.mod In order to perform the update(s) described in the table above, Renovate ran the `go get` command, which resulted in the following additional change(s): - 10 additional dependencies were updated Details: | **Package** | **Change** | | :------------------------------------------- | :--------------------------------------------------- | | `github.com/corazawaf/coraza-coreruleset/v4` | `v4.5.0` -> `v4.7.0` | | `github.com/corazawaf/coraza/v3` | `v3.2.1` -> `v3.3.2` | | `github.com/corazawaf/libinjection-go` | `v0.2.1` -> `v0.2.2` | | `github.com/magefile/mage` | `v1.15.0` -> `v1.15.1-0.20241126214340-bdc92f694516` | | `github.com/tidwall/gjson` | `v1.17.1` -> `v1.18.0` | | `golang.org/x/crypto` | `v0.31.0` -> `v0.32.0` | | `golang.org/x/net` | `v0.33.0` -> `v0.34.0` | | `golang.org/x/sys` | `v0.28.0` -> `v0.29.0` | | `golang.org/x/term` | `v0.27.0` -> `v0.28.0` | | `google.golang.org/protobuf` | `v1.36.1` -> `v1.36.2` |
## License & Vulnerability Scan
# REUSE-IgnoreStart
// SPDX-FileCopyrightText: NONE
//
// SPDX-License-Identifier: AGPL-3.0-or-later
# REUSE-IgnoreEnd

Starting at Sun Jan 12 14:36:02 UTC 2025


[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
* Read errors: 0
* Files with copyright information: 10 / 10
* Files with license information: 10 / 10

Congratulations! Your project is compliant with version 3.3 of the REUSE Specification :-)
# Caddy v2.9.1-41-5d12e
## Build Log
go: downloading github.com/caddyserver/caddy/v2 v2.9.1
go: downloading github.com/corazawaf/coraza-caddy/v2 v2.0.0
go: downloading github.com/mholt/caddy-l4 v0.0.0-20250102174933-6e5f5e311ead
go: downloading github.com/mholt/caddy-ratelimit v0.1.0
go: downloading github.com/aryann/difflib v0.0.0-20210328193216-ff5ff6dc229b
go: downloading github.com/caddyserver/certmagic v0.21.6
go: downloading github.com/spf13/cobra v1.8.1
go: downloading github.com/spf13/pflag v1.0.5
go: downloading go.uber.org/automaxprocs v1.6.0
go: downloading go.uber.org/zap v1.27.0
go: downloading golang.org/x/crypto/x509roots/fallback v0.0.0-20241211175049-b4f1988a35de
go: downloading golang.org/x/crypto v0.32.0
go: downloading github.com/corazawaf/coraza-coreruleset/v4 v4.7.0
go: downloading github.com/corazawaf/coraza/v3 v3.3.2
go: downloading github.com/jcchavezs/mergefs v0.1.0
go: downloading github.com/magefile/mage v1.15.1-0.20241126214340-bdc92f694516
go: downloading github.com/google/uuid v1.6.0
go: downloading github.com/smallstep/certificates v0.26.1
go: downloading github.com/smallstep/truststore v0.13.0
go: downloading go.step.sm/crypto v0.45.0
go: downloading github.com/go-chi/chi/v5 v5.0.12
go: downloading github.com/smallstep/nosql v0.6.1
go: downloading github.com/caddyserver/zerossl v0.1.3
go: downloading github.com/klauspost/cpuid/v2 v2.2.9
go: downloading github.com/mholt/acmez/v3 v3.0.0
go: downloading github.com/tailscale/tscert v0.0.0-20240608151842-d3f834017e53
go: downloading github.com/dustin/go-humanize v1.0.1
go: downloading golang.org/x/term v0.28.0
go: downloading gopkg.in/natefinch/lumberjack.v2 v2.2.1
go: downloading github.com/prometheus/client_golang v1.20.5
go: downloading github.com/cespare/xxhash/v2 v2.3.0
go: downloading github.com/quic-go/quic-go v0.48.2
go: downloading github.com/cespare/xxhash v1.1.0
go: downloading go.uber.org/zap/exp v0.3.0
go: downloading golang.org/x/sys v0.29.0
go: downloading golang.org/x/time v0.8.0
go: downloading github.com/libdns/libdns v0.2.2
go: downloading github.com/miekg/dns v1.1.62
go: downloading github.com/zeebo/blake3 v0.2.4
go: downloading golang.org/x/net v0.34.0
go: downloading github.com/inconshreveable/mousetrap v1.1.0
go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.4
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading go.uber.org/multierr v1.11.0
go: downloading github.com/google/cel-go v0.21.0
go: downloading github.com/mastercactapus/proxyprotocol v0.0.4
go: downloading github.com/things-go/go-socks5 v0.0.5
go: downloading golang.org/x/sync v0.10.0
go: downloading github.com/klauspost/compress v1.17.11
go: downloading github.com/pires/go-proxyproto v0.7.1-0.20240628150027-b718e7ce4964
go: downloading github.com/BurntSushi/toml v1.4.0
go: downloading github.com/Masterminds/sprig/v3 v3.3.0
go: downloading github.com/alecthomas/chroma/v2 v2.14.0
go: downloading github.com/yuin/goldmark v1.7.8
go: downloading github.com/yuin/goldmark-highlighting/v2 v2.0.0-20230729083705-37449abec8cc
go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.56.0
go: downloading go.opentelemetry.io/contrib/propagators/autoprop v0.42.0
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.31.0
go: downloading go.opentelemetry.io/otel v1.31.0
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.31.0
go: downloading go.opentelemetry.io/otel/sdk v1.31.0
go: downloading go.opentelemetry.io/otel/trace v1.31.0
go: downloading github.com/pkg/errors v0.9.1
go: downloading go.step.sm/cli-utils v0.9.0
go: downloading go.step.sm/linkedca v0.20.1
go: downloading google.golang.org/grpc v1.67.1
go: downloading google.golang.org/protobuf v1.36.2
go: downloading howett.net/plist v1.0.0
go: downloading github.com/fxamacker/cbor/v2 v2.6.0
go: downloading github.com/google/go-tpm v0.9.0
go: downloading github.com/smallstep/go-attestation v0.4.4-0.20240109183208-413678f90935
go: downloading golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67
go: downloading github.com/slackhq/nebula v1.7.2
go: downloading github.com/beorn7/perks v1.0.1
go: downloading github.com/prometheus/client_model v0.6.1
go: downloading github.com/prometheus/common v0.61.0
go: downloading github.com/prometheus/procfs v0.15.1
go: downloading github.com/onsi/ginkgo/v2 v2.22.1
go: downloading go.uber.org/mock v0.5.0
go: downloading github.com/francoispqt/gojay v1.2.13
go: downloading github.com/quic-go/qpack v0.5.1
go: downloading golang.org/x/tools v0.28.0
go: downloading github.com/russross/blackfriday/v2 v2.1.0
go: downloading golang.org/x/text v0.21.0
go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20241007155032-5fefd90f89a9
go: downloading github.com/stoewer/go-strcase v1.3.0
go: downloading github.com/antlr4-go/antlr/v4 v4.13.0
go: downloading dario.cat/mergo v1.0.1
go: downloading github.com/Masterminds/goutils v1.1.1
go: downloading github.com/Masterminds/semver/v3 v3.3.0
go: downloading github.com/huandu/xstrings v1.5.0
go: downloading github.com/mitchellh/copystructure v1.2.0
go: downloading github.com/shopspring/decimal v1.4.0
go: downloading github.com/spf13/cast v1.7.0
go: downloading github.com/felixge/httpsnoop v1.0.4
go: downloading go.opentelemetry.io/otel/metric v1.31.0
go: downloading go.opentelemetry.io/contrib/propagators/aws v1.17.0
go: downloading go.opentelemetry.io/contrib/propagators/b3 v1.17.0
go: downloading go.opentelemetry.io/contrib/propagators/jaeger v1.17.0
go: downloading go.opentelemetry.io/contrib/propagators/ot v1.17.0
go: downloading go.opentelemetry.io/proto/otlp v1.3.1
go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20241007155032-5fefd90f89a9
go: downloading github.com/smallstep/pkcs7 v0.0.0-20231024181729-3b98ecc1ca81
go: downloading github.com/smallstep/scep v0.0.0-20231024192529-aee96d7ad34d
go: downloading github.com/urfave/cli v1.22.14
go: downloading github.com/go-jose/go-jose/v3 v3.0.3
go: downloading github.com/chzyer/readline v1.5.1
go: downloading github.com/manifoldco/promptui v0.9.0
go: downloading filippo.io/edwards25519 v1.1.0
go: downloading github.com/x448/float16 v0.8.4
go: downloading github.com/google/go-tspi v0.3.0
go: downloading github.com/sirupsen/logrus v1.9.3
go: downloading github.com/rs/xid v1.5.0
go: downloading github.com/dgraph-io/badger v1.6.2
go: downloading github.com/dgraph-io/badger/v2 v2.2007.4
go: downloading go.etcd.io/bbolt v1.3.9
go: downloading github.com/go-sql-driver/mysql v1.7.1
go: downloading github.com/jackc/pgx/v4 v4.18.3
go: downloading github.com/Microsoft/go-winio v0.6.1
go: downloading github.com/mitchellh/go-ps v1.0.0
go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
go: downloading golang.org/x/mod v0.22.0
go: downloading github.com/valllabh/ocsf-schema-golang v1.0.3
go: downloading github.com/tidwall/gjson v1.18.0
go: downloading github.com/corazawaf/libinjection-go v0.2.2
go: downloading github.com/petar-dambovaliev/aho-corasick v0.0.0-20240411101913-e07a1f0e8eb4
go: downloading rsc.io/binaryregexp v0.2.0
go: downloading github.com/mitchellh/reflectwalk v1.0.2
go: downloading github.com/dlclark/regexp2 v1.11.0
go: downloading github.com/go-logr/logr v1.4.2
go: downloading github.com/cenkalti/backoff/v4 v4.3.0
go: downloading github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0
go: downloading github.com/go-logr/stdr v1.2.2
go: downloading github.com/go-kit/kit v0.13.0
go: downloading github.com/google/certificate-transparency-go v1.1.8-0.20240110162603-74a5dd331745
go: downloading github.com/dgraph-io/ristretto v0.1.1
go: downloading github.com/golang/protobuf v1.5.4
go: downloading github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13
go: downloading github.com/jackc/pgconn v1.14.3
go: downloading github.com/jackc/pgproto3/v2 v2.3.3
go: downloading github.com/jackc/pgio v1.0.0
go: downloading github.com/jackc/pgtype v1.14.0
go: downloading github.com/go-task/slim-sprig/v3 v3.0.0
go: downloading github.com/tidwall/match v1.1.1
go: downloading github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572
go: downloading github.com/tidwall/pretty v1.2.1
go: downloading github.com/go-kit/log v0.2.1
go: downloading github.com/AndreasBriese/bbloom v0.0.0-20190825152654-46b345b51c96
go: downloading github.com/golang/glog v1.2.2
go: downloading github.com/golang/snappy v0.0.4
go: downloading github.com/jackc/chunkreader/v2 v2.0.1
go: downloading github.com/jackc/pgpassfile v1.0.0
go: downloading github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a
go: downloading github.com/google/pprof v0.0.0-20241210010833-40e02aabc2ad
go: downloading github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d
go: downloading github.com/go-logfmt/logfmt v0.6.0
go: downloading github.com/mattn/go-colorable v0.1.13
go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0
go: downloading github.com/mattn/go-isatty v0.0.20
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

Commit: 5d12e90249
Actions: #41

<!-- Bot Anchor - Build Caddy --> <details open> <summary>## License & Vulnerability Scan</summary> ```shell # REUSE-IgnoreStart // SPDX-FileCopyrightText: NONE // // SPDX-License-Identifier: AGPL-3.0-or-later # REUSE-IgnoreEnd Starting at Sun Jan 12 14:36:02 UTC 2025 [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 * Read errors: 0 * Files with copyright information: 10 / 10 * Files with license information: 10 / 10 Congratulations! Your project is compliant with version 3.3 of the REUSE Specification :-) ``` </details> # Caddy v2.9.1-41-5d12e <details> <summary>## Build Log</summary> ```shell go: downloading github.com/caddyserver/caddy/v2 v2.9.1 go: downloading github.com/corazawaf/coraza-caddy/v2 v2.0.0 go: downloading github.com/mholt/caddy-l4 v0.0.0-20250102174933-6e5f5e311ead go: downloading github.com/mholt/caddy-ratelimit v0.1.0 go: downloading github.com/aryann/difflib v0.0.0-20210328193216-ff5ff6dc229b go: downloading github.com/caddyserver/certmagic v0.21.6 go: downloading github.com/spf13/cobra v1.8.1 go: downloading github.com/spf13/pflag v1.0.5 go: downloading go.uber.org/automaxprocs v1.6.0 go: downloading go.uber.org/zap v1.27.0 go: downloading golang.org/x/crypto/x509roots/fallback v0.0.0-20241211175049-b4f1988a35de go: downloading golang.org/x/crypto v0.32.0 go: downloading github.com/corazawaf/coraza-coreruleset/v4 v4.7.0 go: downloading github.com/corazawaf/coraza/v3 v3.3.2 go: downloading github.com/jcchavezs/mergefs v0.1.0 go: downloading github.com/magefile/mage v1.15.1-0.20241126214340-bdc92f694516 go: downloading github.com/google/uuid v1.6.0 go: downloading github.com/smallstep/certificates v0.26.1 go: downloading github.com/smallstep/truststore v0.13.0 go: downloading go.step.sm/crypto v0.45.0 go: downloading github.com/go-chi/chi/v5 v5.0.12 go: downloading github.com/smallstep/nosql v0.6.1 go: downloading github.com/caddyserver/zerossl v0.1.3 go: downloading github.com/klauspost/cpuid/v2 v2.2.9 go: downloading github.com/mholt/acmez/v3 v3.0.0 go: downloading github.com/tailscale/tscert v0.0.0-20240608151842-d3f834017e53 go: downloading github.com/dustin/go-humanize v1.0.1 go: downloading golang.org/x/term v0.28.0 go: downloading gopkg.in/natefinch/lumberjack.v2 v2.2.1 go: downloading github.com/prometheus/client_golang v1.20.5 go: downloading github.com/cespare/xxhash/v2 v2.3.0 go: downloading github.com/quic-go/quic-go v0.48.2 go: downloading github.com/cespare/xxhash v1.1.0 go: downloading go.uber.org/zap/exp v0.3.0 go: downloading golang.org/x/sys v0.29.0 go: downloading golang.org/x/time v0.8.0 go: downloading github.com/libdns/libdns v0.2.2 go: downloading github.com/miekg/dns v1.1.62 go: downloading github.com/zeebo/blake3 v0.2.4 go: downloading golang.org/x/net v0.34.0 go: downloading github.com/inconshreveable/mousetrap v1.1.0 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.4 go: downloading gopkg.in/yaml.v3 v3.0.1 go: downloading go.uber.org/multierr v1.11.0 go: downloading github.com/google/cel-go v0.21.0 go: downloading github.com/mastercactapus/proxyprotocol v0.0.4 go: downloading github.com/things-go/go-socks5 v0.0.5 go: downloading golang.org/x/sync v0.10.0 go: downloading github.com/klauspost/compress v1.17.11 go: downloading github.com/pires/go-proxyproto v0.7.1-0.20240628150027-b718e7ce4964 go: downloading github.com/BurntSushi/toml v1.4.0 go: downloading github.com/Masterminds/sprig/v3 v3.3.0 go: downloading github.com/alecthomas/chroma/v2 v2.14.0 go: downloading github.com/yuin/goldmark v1.7.8 go: downloading github.com/yuin/goldmark-highlighting/v2 v2.0.0-20230729083705-37449abec8cc go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.56.0 go: downloading go.opentelemetry.io/contrib/propagators/autoprop v0.42.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.31.0 go: downloading go.opentelemetry.io/otel v1.31.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.31.0 go: downloading go.opentelemetry.io/otel/sdk v1.31.0 go: downloading go.opentelemetry.io/otel/trace v1.31.0 go: downloading github.com/pkg/errors v0.9.1 go: downloading go.step.sm/cli-utils v0.9.0 go: downloading go.step.sm/linkedca v0.20.1 go: downloading google.golang.org/grpc v1.67.1 go: downloading google.golang.org/protobuf v1.36.2 go: downloading howett.net/plist v1.0.0 go: downloading github.com/fxamacker/cbor/v2 v2.6.0 go: downloading github.com/google/go-tpm v0.9.0 go: downloading github.com/smallstep/go-attestation v0.4.4-0.20240109183208-413678f90935 go: downloading golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67 go: downloading github.com/slackhq/nebula v1.7.2 go: downloading github.com/beorn7/perks v1.0.1 go: downloading github.com/prometheus/client_model v0.6.1 go: downloading github.com/prometheus/common v0.61.0 go: downloading github.com/prometheus/procfs v0.15.1 go: downloading github.com/onsi/ginkgo/v2 v2.22.1 go: downloading go.uber.org/mock v0.5.0 go: downloading github.com/francoispqt/gojay v1.2.13 go: downloading github.com/quic-go/qpack v0.5.1 go: downloading golang.org/x/tools v0.28.0 go: downloading github.com/russross/blackfriday/v2 v2.1.0 go: downloading golang.org/x/text v0.21.0 go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20241007155032-5fefd90f89a9 go: downloading github.com/stoewer/go-strcase v1.3.0 go: downloading github.com/antlr4-go/antlr/v4 v4.13.0 go: downloading dario.cat/mergo v1.0.1 go: downloading github.com/Masterminds/goutils v1.1.1 go: downloading github.com/Masterminds/semver/v3 v3.3.0 go: downloading github.com/huandu/xstrings v1.5.0 go: downloading github.com/mitchellh/copystructure v1.2.0 go: downloading github.com/shopspring/decimal v1.4.0 go: downloading github.com/spf13/cast v1.7.0 go: downloading github.com/felixge/httpsnoop v1.0.4 go: downloading go.opentelemetry.io/otel/metric v1.31.0 go: downloading go.opentelemetry.io/contrib/propagators/aws v1.17.0 go: downloading go.opentelemetry.io/contrib/propagators/b3 v1.17.0 go: downloading go.opentelemetry.io/contrib/propagators/jaeger v1.17.0 go: downloading go.opentelemetry.io/contrib/propagators/ot v1.17.0 go: downloading go.opentelemetry.io/proto/otlp v1.3.1 go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20241007155032-5fefd90f89a9 go: downloading github.com/smallstep/pkcs7 v0.0.0-20231024181729-3b98ecc1ca81 go: downloading github.com/smallstep/scep v0.0.0-20231024192529-aee96d7ad34d go: downloading github.com/urfave/cli v1.22.14 go: downloading github.com/go-jose/go-jose/v3 v3.0.3 go: downloading github.com/chzyer/readline v1.5.1 go: downloading github.com/manifoldco/promptui v0.9.0 go: downloading filippo.io/edwards25519 v1.1.0 go: downloading github.com/x448/float16 v0.8.4 go: downloading github.com/google/go-tspi v0.3.0 go: downloading github.com/sirupsen/logrus v1.9.3 go: downloading github.com/rs/xid v1.5.0 go: downloading github.com/dgraph-io/badger v1.6.2 go: downloading github.com/dgraph-io/badger/v2 v2.2007.4 go: downloading go.etcd.io/bbolt v1.3.9 go: downloading github.com/go-sql-driver/mysql v1.7.1 go: downloading github.com/jackc/pgx/v4 v4.18.3 go: downloading github.com/Microsoft/go-winio v0.6.1 go: downloading github.com/mitchellh/go-ps v1.0.0 go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 go: downloading golang.org/x/mod v0.22.0 go: downloading github.com/valllabh/ocsf-schema-golang v1.0.3 go: downloading github.com/tidwall/gjson v1.18.0 go: downloading github.com/corazawaf/libinjection-go v0.2.2 go: downloading github.com/petar-dambovaliev/aho-corasick v0.0.0-20240411101913-e07a1f0e8eb4 go: downloading rsc.io/binaryregexp v0.2.0 go: downloading github.com/mitchellh/reflectwalk v1.0.2 go: downloading github.com/dlclark/regexp2 v1.11.0 go: downloading github.com/go-logr/logr v1.4.2 go: downloading github.com/cenkalti/backoff/v4 v4.3.0 go: downloading github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0 go: downloading github.com/go-logr/stdr v1.2.2 go: downloading github.com/go-kit/kit v0.13.0 go: downloading github.com/google/certificate-transparency-go v1.1.8-0.20240110162603-74a5dd331745 go: downloading github.com/dgraph-io/ristretto v0.1.1 go: downloading github.com/golang/protobuf v1.5.4 go: downloading github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 go: downloading github.com/jackc/pgconn v1.14.3 go: downloading github.com/jackc/pgproto3/v2 v2.3.3 go: downloading github.com/jackc/pgio v1.0.0 go: downloading github.com/jackc/pgtype v1.14.0 go: downloading github.com/go-task/slim-sprig/v3 v3.0.0 go: downloading github.com/tidwall/match v1.1.1 go: downloading github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 go: downloading github.com/tidwall/pretty v1.2.1 go: downloading github.com/go-kit/log v0.2.1 go: downloading github.com/AndreasBriese/bbloom v0.0.0-20190825152654-46b345b51c96 go: downloading github.com/golang/glog v1.2.2 go: downloading github.com/golang/snappy v0.0.4 go: downloading github.com/jackc/chunkreader/v2 v2.0.1 go: downloading github.com/jackc/pgpassfile v1.0.0 go: downloading github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a go: downloading github.com/google/pprof v0.0.0-20241210010833-40e02aabc2ad go: downloading github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d go: downloading github.com/go-logfmt/logfmt v0.6.0 go: downloading github.com/mattn/go-colorable v0.1.13 go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0 go: downloading github.com/mattn/go-isatty v0.0.20 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 ``` </details> --- **Commit:** 5d12e902494cfcbd4a33b6eda9396e5f0ecd9500 **Actions:** [**`#41`**](https://git.auengun.net/homelab/bin-caddy/actions/runs/41)
GregoryDosh deleted branch renovate/github.com-corazawaf-coraza-caddy-v2-2.x 2025-01-16 01:33:59 +00:00
Sign in to join this conversation.
No reviewers
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
homelab/bin-caddy!15
No description provided.