Skip to content

Commit 5d9b306

Browse files
chore(deps): update golang.org/x/crypto/x509roots/fallback digest to 3a1c6b4
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 848bf12 commit 5d9b306

File tree

2 files changed

+42
-138
lines changed

2 files changed

+42
-138
lines changed

go.mod

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/RedHatInsights/crc-caddy-plugin
22

3-
go 1.23.0
4-
5-
toolchain go1.23.9
3+
go 1.24.0
64

75
require (
86
github.com/caddyserver/caddy/v2 v2.9.1
@@ -11,6 +9,7 @@ require (
119
)
1210

1311
require (
12+
dario.cat/mergo v1.0.1 // indirect
1413
filippo.io/edwards25519 v1.1.0 // indirect
1514
github.com/AndreasBriese/bbloom v0.0.0-20190825152654-46b345b51c96 // indirect
1615
github.com/Masterminds/goutils v1.1.1 // indirect
@@ -37,7 +36,6 @@ require (
3736
github.com/go-kit/log v0.2.1 // indirect
3837
github.com/go-logfmt/logfmt v0.6.0 // indirect
3938
github.com/go-sql-driver/mysql v1.7.1 // indirect
40-
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
4139
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
4240
github.com/golang-jwt/jwt/v4 v4.4.2 // indirect
4341
github.com/golang/glog v1.2.2 // indirect
@@ -47,7 +45,6 @@ require (
4745
github.com/google/pprof v0.0.0-20250602020802-c6617b811d0e // indirect
4846
github.com/google/uuid v1.6.0 // indirect
4947
github.com/huandu/xstrings v1.5.0 // indirect
50-
github.com/imdario/mergo v0.3.12 // indirect
5148
github.com/inconshreveable/mousetrap v1.1.0 // indirect
5249
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
5350
github.com/jackc/pgconn v1.14.3 // indirect
@@ -64,7 +61,6 @@ require (
6461
github.com/mattn/go-colorable v0.1.13 // indirect
6562
github.com/mattn/go-isatty v0.0.20 // indirect
6663
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
67-
github.com/mholt/acmez/v2 v2.0.3 // indirect
6864
github.com/mholt/acmez/v3 v3.1.2 // indirect
6965
github.com/miekg/dns v1.1.66 // indirect
7066
github.com/mitchellh/copystructure v1.2.0 // indirect
@@ -106,7 +102,7 @@ require (
106102
go.uber.org/zap v1.27.0 // indirect
107103
go.uber.org/zap/exp v0.3.0 // indirect
108104
golang.org/x/crypto v0.38.0 // indirect
109-
golang.org/x/crypto/x509roots/fallback v0.0.0-20241104001025-71ed71b4faf9 // indirect
105+
golang.org/x/crypto/x509roots/fallback v0.0.0-20251203205753-3a1c6b4b6196 // indirect
110106
golang.org/x/exp v0.0.0-20250531010427-b6e5de432a8b // indirect
111107
golang.org/x/mod v0.24.0 // indirect
112108
golang.org/x/net v0.40.0 // indirect

0 commit comments

Comments
 (0)