aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-07-16 02:43:23 +0200
committerGitHub <noreply@github.com>2024-07-16 02:43:23 +0200
commit350b3442fefd52276aee1656b28aa4ac8398d35f (patch)
tree25591f83ee561ca3be23eaf7055465a4072060a1 /go.mod
parent9a1babe39faf0ddd83aed930e018962b5c2b1e92 (diff)
downloadgit-bug-350b3442fefd52276aee1656b28aa4ac8398d35f.tar.gz
build(deps): bump golang.org/x/crypto from 0.21.0 to 0.25.0 (#1175)
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.21.0 to 0.25.0. - [Commits](https://github.com/golang/crypto/compare/v0.21.0...v0.25.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: direct:production update-type: version-update:semver-minor ... 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.mod6
1 files changed, 3 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index 764bc308..c0c67349 100644
--- a/go.mod
+++ b/go.mod
@@ -31,10 +31,10 @@ require (
github.com/vbauerster/mpb/v8 v8.5.2
github.com/vektah/gqlparser/v2 v2.5.15
github.com/xanzy/go-gitlab v0.106.0
- golang.org/x/crypto v0.23.0
+ golang.org/x/crypto v0.25.0
golang.org/x/oauth2 v0.21.0
golang.org/x/sync v0.7.0
- golang.org/x/sys v0.20.0
+ golang.org/x/sys v0.22.0
golang.org/x/text v0.16.0
)
@@ -110,7 +110,7 @@ require (
go.etcd.io/bbolt v1.3.5 // indirect
golang.org/x/mod v0.17.0 // indirect
golang.org/x/net v0.25.0 // indirect
- golang.org/x/term v0.20.0
+ golang.org/x/term v0.22.0
golang.org/x/time v0.3.0 // indirect
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
golang.org/x/vuln v1.0.0