aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-08-05 04:08:33 +0000
committersudoforge <no-reply@sudoforge.com>2024-08-05 13:54:49 -0700
commit15779d13d12ea8f4d09955613cebc30ec882f22e (patch)
treef9a9f95d8c2ff80273f791eaaa3c6d4f812cda91 /go.mod
parent1dd81071732e748f425e89d18b9bcebf6c10ff8a (diff)
downloadgit-bug-15779d13d12ea8f4d09955613cebc30ec882f22e.tar.gz
build(deps): bump golang.org/x/sync from 0.7.0 to 0.8.0
Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.7.0 to 0.8.0. - [Commits](https://github.com/golang/sync/compare/v0.7.0...v0.8.0) --- updated-dependencies: - dependency-name: golang.org/x/sync dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@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 64bf6ef1..bc78ff5b 100644
--- a/go.mod
+++ b/go.mod
@@ -37,7 +37,7 @@ require (
github.com/xanzy/go-gitlab v0.107.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/sync v0.8.0
golang.org/x/sys v0.22.0
golang.org/x/text v0.16.0
)