diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-01-05 13:07:16 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-05 13:07:16 +0000 |
commit | 00c2806c31b917889507a729debf30a47cd37eb3 (patch) | |
tree | bdbc6f7217efd9744a34a751092b204537e998e4 /go.mod | |
parent | 724a9baa91ac21aea79a7126c2f618112318b547 (diff) | |
download | go-git-00c2806c31b917889507a729debf30a47cd37eb3.tar.gz |
build: bump golang.org/x/sys from 0.15.0 to 0.16.0
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.15.0 to 0.16.0.
- [Commits](https://github.com/golang/sys/compare/v0.15.0...v0.16.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
@@ -24,7 +24,7 @@ require ( github.com/xanzy/ssh-agent v0.3.3 golang.org/x/crypto v0.17.0 golang.org/x/net v0.19.0 - golang.org/x/sys v0.15.0 + golang.org/x/sys v0.16.0 golang.org/x/text v0.14.0 gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c ) |