aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-12-11 23:33:23 +0000
committerEric Biggers <ebiggers3@gmail.com>2025-02-17 14:39:32 -0800
commit8c4bd4c78b56422b90e759d891edd3a983d723f1 (patch)
tree57c54e270a50edb91ae8d29e90c6554aaf91aee2 /go.mod
parent7a17e3a0f1e9c0dfa7eae11816f55c820f689d4f (diff)
build(deps): bump golang.org/x/crypto in the go_modules group
Bumps the go_modules group with 1 update: [golang.org/x/crypto](https://github.com/golang/crypto). Updates `golang.org/x/crypto` from 0.17.0 to 0.31.0 - [Commits](https://github.com/golang/crypto/compare/v0.17.0...v0.31.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: direct:production dependency-group: go_modules ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod6
1 files changed, 3 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index 1cc3293..7f38bde 100644
--- a/go.mod
+++ b/go.mod
@@ -7,9 +7,9 @@ require (
github.com/pkg/errors v0.9.1
github.com/urfave/cli v1.22.14
github.com/wadey/gocovmerge v0.0.0-20160331181800-b5bfa59ec0ad
- golang.org/x/crypto v0.17.0
- golang.org/x/sys v0.15.0
- golang.org/x/term v0.15.0
+ golang.org/x/crypto v0.31.0
+ golang.org/x/sys v0.28.0
+ golang.org/x/term v0.27.0
golang.org/x/tools v0.13.0
google.golang.org/protobuf v1.33.0
honnef.co/go/tools v0.4.5