aboutsummaryrefslogtreecommitdiffhomepage
path: root/go.mod
diff options
context:
space:
mode:
authorMatt Holt <[email protected]>2024-04-23 20:05:57 -0400
committerGitHub <[email protected]>2024-04-24 00:05:57 +0000
commit6d97d8d87beb788d19a4084d07ec9157e5705b13 (patch)
tree446c8b9290f497e5517bae54c471bcd5f62257b4 /go.mod
parentd4040053391078eb9ee81bc1275aa6714180a4f8 (diff)
downloadcaddy-6d97d8d87beb788d19a4084d07ec9157e5705b13.tar.gz
caddy-6d97d8d87beb788d19a4084d07ec9157e5705b13.zip
caddyhttp: Address some Go 1.20 features (#6252)
Co-authored-by: Francis Lavoie <[email protected]>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 1 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index c3dc1568f..6c4fed3c4 100644
--- a/go.mod
+++ b/go.mod
@@ -36,6 +36,7 @@ require (
go.uber.org/zap v1.27.0
go.uber.org/zap/exp v0.2.0
golang.org/x/crypto v0.22.0
+ golang.org/x/crypto/x509roots/fallback v0.0.0-20240416174822-0da2a6a1bbc8
golang.org/x/net v0.24.0
golang.org/x/sync v0.7.0
golang.org/x/term v0.19.0