aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-08-05 21:04:52 +0000
committersudoforge <no-reply@sudoforge.com>2024-08-05 14:41:01 -0700
commit4726ec4ceac735ee68ed172e37f60ee2f4f26c84 (patch)
treed872a1c7fb75a1593d159e26adb7347bd9023614 /go.mod
parent832dc02c140120fa55d6e261d8a5ab589c0208b7 (diff)
downloadgit-bug-4726ec4ceac735ee68ed172e37f60ee2f4f26c84.tar.gz
build(deps): bump golang.org/x/sys from 0.22.0 to 0.23.0
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.22.0 to 0.23.0. - [Commits](https://github.com/golang/sys/compare/v0.22.0...v0.23.0) --- updated-dependencies: - dependency-name: golang.org/x/sys 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 7927924c..db137b80 100644
--- a/go.mod
+++ b/go.mod
@@ -38,7 +38,7 @@ require (
golang.org/x/crypto v0.25.0
golang.org/x/oauth2 v0.22.0
golang.org/x/sync v0.8.0
- golang.org/x/sys v0.22.0
+ golang.org/x/sys v0.23.0
golang.org/x/text v0.16.0
)