summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-12-18 20:01:54 -0500
committerGitHub <noreply@github.com>2023-12-18 20:01:54 -0500
commitce1f49d5ed77f7e0f45fc12edf60f13e37efeb05 (patch)
tree173687f989d58905fd17cf1c54db1b3ca384d997 /go.mod
parent914960f60a3c8ccb56d018b2d3fe8484ee9976d7 (diff)
Build(deps): Bump golang.org/x/crypto from 0.16.0 to 0.17.0 (#1947)
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] <support@github.com> 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 21bf92a5..146eee57 100644
--- a/go.mod
+++ b/go.mod
@@ -28,7 +28,7 @@ require (
github.com/ugorji/go/codec v1.2.12
go4.org/netipx v0.0.0-20230125063823-8449b0a6169f
gocloud.dev v0.34.0
- golang.org/x/crypto v0.16.0
+ golang.org/x/crypto v0.17.0
golang.org/x/sys v0.15.0
golang.org/x/term v0.15.0
golang.org/x/text v0.14.0