aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-08-10 21:56:01 +0000
committerGitHub <noreply@github.com>2023-08-10 21:56:01 +0000
commit1d17be6af4aa41b00d41ca5134dd5c5a32ac4aac (patch)
treef88ae73e06858f64f7d9bd1ebc2387cf85b0c68b /go.mod
parentd69d530da2c8a738ee54b21ad7481b566cb51d36 (diff)
downloadgit-bug-1d17be6af4aa41b00d41ca5134dd5c5a32ac4aac.tar.gz
build(deps): bump golang.org/x/sys from 0.8.0 to 0.11.0
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.8.0 to 0.11.0. - [Commits](https://github.com/golang/sys/compare/v0.8.0...v0.11.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 0f9a6e55..9f9fee77 100644
--- a/go.mod
+++ b/go.mod
@@ -31,7 +31,7 @@ require (
golang.org/x/crypto v0.5.0
golang.org/x/oauth2 v0.8.0
golang.org/x/sync v0.1.0
- golang.org/x/sys v0.8.0
+ golang.org/x/sys v0.11.0
golang.org/x/text v0.12.0
)