diff options
author | Michael Muré <batolettre@gmail.com> | 2023-08-11 00:01:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-11 00:01:15 +0200 |
commit | 500fa2c4600074d0650274e3bcecf5d6572d0c8d (patch) | |
tree | f88ae73e06858f64f7d9bd1ebc2387cf85b0c68b /go.mod | |
parent | d69d530da2c8a738ee54b21ad7481b566cb51d36 (diff) | |
parent | 1d17be6af4aa41b00d41ca5134dd5c5a32ac4aac (diff) | |
download | git-bug-500fa2c4600074d0650274e3bcecf5d6572d0c8d.tar.gz |
Merge pull request #1086 from MichaelMure/dependabot/go_modules/golang.org/x/sys-0.11.0
build(deps): bump golang.org/x/sys from 0.8.0 to 0.11.0
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ) |