Skip to content

Commit fa490f4

Browse files
chore: bump deps
1 parent d540727 commit fa490f4

11 files changed

Lines changed: 754 additions & 36 deletions

File tree

.github/workflows/docker.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
echo ref="${FRANKENPHP_LATEST_TAG}"
8686
echo skip=false
8787
} >> "${GITHUB_OUTPUT}"
88-
- uses: actions/checkout@v4
88+
- uses: actions/checkout@v5
8989
if: ${{ !fromJson(steps.check.outputs.skip) }}
9090
with:
9191
ref: ${{ steps.check.outputs.ref }}
@@ -134,7 +134,7 @@ jobs:
134134
run: |
135135
platform=${{ matrix.platform }}
136136
echo "sanitized_platform=${platform//\//-}" >> "${GITHUB_OUTPUT}"
137-
- uses: actions/checkout@v4
137+
- uses: actions/checkout@v5
138138
with:
139139
ref: ${{ needs.prepare.outputs.ref }}
140140
- name: Set up Docker Buildx

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Checkout Code
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@v5
2424
with:
2525
fetch-depth: 0
2626
- name: Lint Code Base

.github/workflows/sanitizers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
steps:
4141
- name: Remove local PHP
4242
run: sudo apt-get remove --purge --autoremove 'php*' 'libmemcached*'
43-
- uses: actions/checkout@v4
43+
- uses: actions/checkout@v5
4444
- uses: actions/setup-go@v5
4545
with:
4646
go-version: "1.25"

.github/workflows/static.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
echo "ref=${ref}" >> "${GITHUB_OUTPUT}"
6060
env:
6161
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
62-
- uses: actions/checkout@v4
62+
- uses: actions/checkout@v5
6363
with:
6464
ref: ${{ steps.check.outputs.ref }}
6565
- name: Set up Docker Buildx
@@ -99,7 +99,7 @@ jobs:
9999
run: |
100100
platform=${{ matrix.platform }}
101101
echo "sanitized_platform=${platform//\//-}" >> "${GITHUB_OUTPUT}"
102-
- uses: actions/checkout@v4
102+
- uses: actions/checkout@v5
103103
with:
104104
ref: ${{ needs.prepare.outputs.ref }}
105105
- name: Set up Docker Buildx
@@ -203,7 +203,7 @@ jobs:
203203
run: |
204204
platform=${{ matrix.platform }}
205205
echo "sanitized_platform=${platform//\//-}" >> "${GITHUB_OUTPUT}"
206-
- uses: actions/checkout@v4
206+
- uses: actions/checkout@v5
207207
with:
208208
ref: ${{ needs.prepare.outputs.ref }}
209209
- name: Set up Docker Buildx
@@ -366,7 +366,7 @@ jobs:
366366
env:
367367
HOMEBREW_NO_AUTO_UPDATE: 1
368368
steps:
369-
- uses: actions/checkout@v4
369+
- uses: actions/checkout@v5
370370
with:
371371
ref: ${{ needs.prepare.outputs.ref }}
372372
- uses: actions/setup-go@v5

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
GOMAXPROCS: 10
3838
LIBRARY_PATH: ${{ github.workspace }}/watcher/target/lib
3939
steps:
40-
- uses: actions/checkout@v4
40+
- uses: actions/checkout@v5
4141
- uses: actions/setup-go@v5
4242
with:
4343
go-version: "1.25"
@@ -91,7 +91,7 @@ jobs:
9191
env:
9292
HOMEBREW_NO_AUTO_UPDATE: 1
9393
steps:
94-
- uses: actions/checkout@v4
94+
- uses: actions/checkout@v5
9595
- uses: actions/setup-go@v5
9696
with:
9797
go-version: "1.25"

caddy/go.mod

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,22 @@ replace github.com/dunglas/frankenphp => ../
77
retract v1.0.0-rc.1 // Human error
88

99
require (
10-
github.com/caddyserver/caddy/v2 v2.10.0
10+
github.com/caddyserver/caddy/v2 v2.10.2
1111
github.com/caddyserver/certmagic v0.24.0
1212
github.com/dunglas/caddy-cbrotli v1.0.1
1313
github.com/dunglas/frankenphp v1.9.0
14-
github.com/dunglas/mercure/caddy v0.20.0
14+
github.com/dunglas/mercure/caddy v0.20.2
1515
github.com/dunglas/vulcain/caddy v1.2.0
1616
github.com/prometheus/client_golang v1.23.0
1717
github.com/spf13/cobra v1.9.1
18-
github.com/stretchr/testify v1.10.0
18+
github.com/stretchr/testify v1.11.0
1919
)
2020

2121
require github.com/smallstep/go-attestation v0.4.4-0.20241119153605-2306d5b464ca // indirect
2222

2323
require (
2424
cel.dev/expr v0.24.0 // indirect
25-
cloud.google.com/go/auth v0.16.4 // indirect
25+
cloud.google.com/go/auth v0.16.5 // indirect
2626
cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect
2727
cloud.google.com/go/compute/metadata v0.8.0 // indirect
2828
dario.cat/mergo v1.0.2 // indirect
@@ -45,7 +45,7 @@ require (
4545
github.com/bits-and-blooms/bitset v1.24.0 // indirect
4646
github.com/caddyserver/zerossl v0.1.3 // indirect
4747
github.com/ccoveille/go-safecast v1.6.1 // indirect
48-
github.com/cenkalti/backoff/v5 v5.0.2 // indirect
48+
github.com/cenkalti/backoff/v5 v5.0.3 // indirect
4949
github.com/cespare/xxhash v1.1.0 // indirect
5050
github.com/cespare/xxhash/v2 v2.3.0 // indirect
5151
github.com/chzyer/readline v1.5.1 // indirect
@@ -60,7 +60,7 @@ require (
6060
github.com/dlclark/regexp2 v1.11.5 // indirect
6161
github.com/dolthub/maphash v0.1.0 // indirect
6262
github.com/dunglas/httpsfv v1.1.0 // indirect
63-
github.com/dunglas/mercure v0.20.0 // indirect
63+
github.com/dunglas/mercure v0.20.2 // indirect
6464
github.com/dunglas/vulcain v1.2.0 // indirect
6565
github.com/dustin/go-humanize v1.0.1 // indirect
6666
github.com/felixge/httpsnoop v1.0.4 // indirect
@@ -96,7 +96,7 @@ require (
9696
github.com/googleapis/gax-go/v2 v2.15.0 // indirect
9797
github.com/gorilla/handlers v1.5.2 // indirect
9898
github.com/gorilla/mux v1.8.1 // indirect
99-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.1 // indirect
99+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.2 // indirect
100100
github.com/hashicorp/golang-lru v1.0.2 // indirect
101101
github.com/huandu/xstrings v1.5.0 // indirect
102102
github.com/inconshreveable/mousetrap v1.1.0 // indirect
@@ -137,7 +137,7 @@ require (
137137
github.com/prometheus/common v0.65.0 // indirect
138138
github.com/prometheus/procfs v0.17.0 // indirect
139139
github.com/quic-go/qpack v0.5.1 // indirect
140-
github.com/quic-go/quic-go v0.52.0 // indirect
140+
github.com/quic-go/quic-go v0.54.0 // indirect
141141
github.com/rs/xid v1.6.0 // indirect
142142
github.com/russross/blackfriday/v2 v2.1.0 // indirect
143143
github.com/sagikazarmark/locafero v0.10.0 // indirect
@@ -171,7 +171,7 @@ require (
171171
github.com/yuin/goldmark v1.7.13 // indirect
172172
github.com/yuin/goldmark-highlighting/v2 v2.0.0-20230729083705-37449abec8cc // indirect
173173
github.com/zeebo/blake3 v0.2.4 // indirect
174-
go.etcd.io/bbolt v1.4.2 // indirect
174+
go.etcd.io/bbolt v1.4.3 // indirect
175175
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
176176
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.62.0 // indirect
177177
go.opentelemetry.io/contrib/propagators/autoprop v0.62.0 // indirect
@@ -185,16 +185,16 @@ require (
185185
go.opentelemetry.io/otel/metric v1.37.0 // indirect
186186
go.opentelemetry.io/otel/sdk v1.37.0 // indirect
187187
go.opentelemetry.io/otel/trace v1.37.0 // indirect
188-
go.opentelemetry.io/proto/otlp v1.7.0 // indirect
189-
go.step.sm/crypto v0.69.0 // indirect
188+
go.opentelemetry.io/proto/otlp v1.7.1 // indirect
189+
go.step.sm/crypto v0.70.0 // indirect
190190
go.uber.org/automaxprocs v1.6.0 // indirect
191-
go.uber.org/mock v0.5.2 // indirect
191+
go.uber.org/mock v0.6.0 // indirect
192192
go.uber.org/multierr v1.11.0 // indirect
193193
go.uber.org/zap v1.27.0 // indirect
194194
go.uber.org/zap/exp v0.3.0 // indirect
195195
golang.org/x/crypto v0.41.0 // indirect
196-
golang.org/x/crypto/x509roots/fallback v0.0.0-20250807172104-ef5341b70697 // indirect
197-
golang.org/x/exp v0.0.0-20250811191247-51f88131bc50 // indirect
196+
golang.org/x/crypto/x509roots/fallback v0.0.0-20250819201203-a4d1237429d6 // indirect
197+
golang.org/x/exp v0.0.0-20250819193227-8b4c13bb791b // indirect
198198
golang.org/x/mod v0.27.0 // indirect
199199
golang.org/x/net v0.43.0 // indirect
200200
golang.org/x/oauth2 v0.30.0 // indirect
@@ -204,12 +204,12 @@ require (
204204
golang.org/x/text v0.28.0 // indirect
205205
golang.org/x/time v0.12.0 // indirect
206206
golang.org/x/tools v0.36.0 // indirect
207-
google.golang.org/api v0.246.0 // indirect
208-
google.golang.org/genproto/googleapis/api v0.0.0-20250811230008-5f3141c8851a // indirect
209-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250811230008-5f3141c8851a // indirect
210-
google.golang.org/grpc v1.74.2 // indirect
207+
google.golang.org/api v0.248.0 // indirect
208+
google.golang.org/genproto/googleapis/api v0.0.0-20250818200422-3122310a409c // indirect
209+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250818200422-3122310a409c // indirect
210+
google.golang.org/grpc v1.75.0 // indirect
211211
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.5.1 // indirect
212-
google.golang.org/protobuf v1.36.7 // indirect
212+
google.golang.org/protobuf v1.36.8 // indirect
213213
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
214214
gopkg.in/yaml.v3 v3.0.1 // indirect
215215
howett.net/plist v1.0.1 // indirect

0 commit comments

Comments
 (0)