diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-08-05 21:04:52 +0000 |
---|---|---|
committer | sudoforge <no-reply@sudoforge.com> | 2024-08-05 14:41:01 -0700 |
commit | 4726ec4ceac735ee68ed172e37f60ee2f4f26c84 (patch) | |
tree | d872a1c7fb75a1593d159e26adb7347bd9023614 /go.mod | |
parent | 832dc02c140120fa55d6e261d8a5ab589c0208b7 (diff) | |
download | git-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.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ) |