Skip to content

Commit 782ceb5

Browse files
chore: bump deps
1 parent c14d771 commit 782ceb5

9 files changed

Lines changed: 130 additions & 120 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 }}
@@ -138,7 +138,7 @@ jobs:
138138
run: |
139139
platform=${{ matrix.platform }}
140140
echo "sanitized_platform=${platform//\//-}" >> "${GITHUB_OUTPUT}"
141-
- uses: actions/checkout@v4
141+
- uses: actions/checkout@v5
142142
with:
143143
ref: ${{ needs.prepare.outputs.ref }}
144144
- 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 & 22 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
@@ -77,7 +77,6 @@ require (
7777
github.com/go-openapi/jsonpointer v0.21.1 // indirect
7878
github.com/go-openapi/swag v0.23.1 // indirect
7979
github.com/go-sql-driver/mysql v1.9.3 // indirect
80-
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
8180
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
8281
github.com/gofrs/uuid v4.4.0+incompatible // indirect
8382
github.com/gofrs/uuid/v5 v5.3.2 // indirect
@@ -89,14 +88,13 @@ require (
8988
github.com/google/certificate-transparency-go v1.3.2 // indirect
9089
github.com/google/go-tpm v0.9.5 // indirect
9190
github.com/google/go-tspi v0.3.0 // indirect
92-
github.com/google/pprof v0.0.0-20250630185457-6e76a2b096b5 // indirect
9391
github.com/google/s2a-go v0.1.9 // indirect
9492
github.com/google/uuid v1.6.0 // indirect
9593
github.com/googleapis/enterprise-certificate-proxy v0.3.6 // indirect
9694
github.com/googleapis/gax-go/v2 v2.15.0 // indirect
9795
github.com/gorilla/handlers v1.5.2 // indirect
9896
github.com/gorilla/mux v1.8.1 // indirect
99-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.1 // indirect
97+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.2 // indirect
10098
github.com/hashicorp/golang-lru v1.0.2 // indirect
10199
github.com/huandu/xstrings v1.5.0 // indirect
102100
github.com/inconshreveable/mousetrap v1.1.0 // indirect
@@ -126,7 +124,6 @@ require (
126124
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
127125
github.com/oasdiff/yaml v0.0.0-20250309154309-f31be36b4037 // indirect
128126
github.com/oasdiff/yaml3 v0.0.0-20250309153720-d2182401db90 // indirect
129-
github.com/onsi/ginkgo/v2 v2.23.4 // indirect
130127
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 // indirect
131128
github.com/pelletier/go-toml/v2 v2.2.4 // indirect
132129
github.com/perimeterx/marshmallow v1.1.5 // indirect
@@ -137,7 +134,7 @@ require (
137134
github.com/prometheus/common v0.65.0 // indirect
138135
github.com/prometheus/procfs v0.17.0 // indirect
139136
github.com/quic-go/qpack v0.5.1 // indirect
140-
github.com/quic-go/quic-go v0.52.0 // indirect
137+
github.com/quic-go/quic-go v0.54.0 // indirect
141138
github.com/rs/xid v1.6.0 // indirect
142139
github.com/russross/blackfriday/v2 v2.1.0 // indirect
143140
github.com/sagikazarmark/locafero v0.10.0 // indirect
@@ -171,7 +168,7 @@ require (
171168
github.com/yuin/goldmark v1.7.13 // indirect
172169
github.com/yuin/goldmark-highlighting/v2 v2.0.0-20230729083705-37449abec8cc // indirect
173170
github.com/zeebo/blake3 v0.2.4 // indirect
174-
go.etcd.io/bbolt v1.4.2 // indirect
171+
go.etcd.io/bbolt v1.4.3 // indirect
175172
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
176173
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.62.0 // indirect
177174
go.opentelemetry.io/contrib/propagators/autoprop v0.62.0 // indirect
@@ -185,16 +182,16 @@ require (
185182
go.opentelemetry.io/otel/metric v1.37.0 // indirect
186183
go.opentelemetry.io/otel/sdk v1.37.0 // indirect
187184
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
185+
go.opentelemetry.io/proto/otlp v1.7.1 // indirect
186+
go.step.sm/crypto v0.70.0 // indirect
190187
go.uber.org/automaxprocs v1.6.0 // indirect
191-
go.uber.org/mock v0.5.2 // indirect
188+
go.uber.org/mock v0.6.0 // indirect
192189
go.uber.org/multierr v1.11.0 // indirect
193190
go.uber.org/zap v1.27.0 // indirect
194191
go.uber.org/zap/exp v0.3.0 // indirect
195192
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
193+
golang.org/x/crypto/x509roots/fallback v0.0.0-20250819201203-a4d1237429d6 // indirect
194+
golang.org/x/exp v0.0.0-20250819193227-8b4c13bb791b // indirect
198195
golang.org/x/mod v0.27.0 // indirect
199196
golang.org/x/net v0.43.0 // indirect
200197
golang.org/x/oauth2 v0.30.0 // indirect
@@ -204,12 +201,12 @@ require (
204201
golang.org/x/text v0.28.0 // indirect
205202
golang.org/x/time v0.12.0 // indirect
206203
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
204+
google.golang.org/api v0.248.0 // indirect
205+
google.golang.org/genproto/googleapis/api v0.0.0-20250818200422-3122310a409c // indirect
206+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250818200422-3122310a409c // indirect
207+
google.golang.org/grpc v1.75.0 // indirect
211208
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.5.1 // indirect
212-
google.golang.org/protobuf v1.36.7 // indirect
209+
google.golang.org/protobuf v1.36.8 // indirect
213210
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
214211
gopkg.in/yaml.v3 v3.0.1 // indirect
215212
howett.net/plist v1.0.1 // indirect

0 commit comments

Comments
 (0)