summaryrefslogtreecommitdiffhomepage
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-12-18 16:11:51 -0700
committerGitHub <[email protected]>2023-12-18 16:11:51 -0700
commit1bf72db6ff65b038f299bf7cd0a4fdccf015f1ac (patch)
treedcc4ff2384ee17bc3cda4a458e6bb8580b6d2c1f /go.mod
parentd54dcf1598f87aa1e9757c5d90debf04ae4b1916 (diff)
downloadcaddy-1bf72db6ff65b038f299bf7cd0a4fdccf015f1ac.tar.gz
caddy-1bf72db6ff65b038f299bf7cd0a4fdccf015f1ac.zip
build(deps): bump golang.org/x/crypto from 0.16.0 to 0.17.0 (#5994)
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.16.0 to 0.17.0. - [Commits](https://github.com/golang/crypto/compare/v0.16.0...v0.17.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 305ba62d9..8da331596 100644
--- a/go.mod
+++ b/go.mod
@@ -33,7 +33,7 @@ require (
go.opentelemetry.io/otel/sdk v1.21.0
go.uber.org/automaxprocs v1.5.3
go.uber.org/zap v1.25.0
- golang.org/x/crypto v0.16.0
+ golang.org/x/crypto v0.17.0
golang.org/x/exp v0.0.0-20231214170342-aacd6d4b4611
golang.org/x/net v0.19.0
golang.org/x/sync v0.5.0