diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-03-05 13:08:32 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-05 13:08:32 +0000 |
commit | f13025c5d097804e477a6f1de0847c4089d03d19 (patch) | |
tree | 23f2579101c43adbf8aa89d6ec8ac06b21ae265d /go.mod | |
parent | f3663778feb8d18735a97a008d51f753333120ec (diff) | |
download | go-git-f13025c5d097804e477a6f1de0847c4089d03d19.tar.gz |
build: bump golang.org/x/net from 0.21.0 to 0.22.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.21.0 to 0.22.0.
- [Commits](https://github.com/golang/net/compare/v0.21.0...v0.22.0)
---
updated-dependencies:
- dependency-name: golang.org/x/net
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 | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -22,9 +22,9 @@ require ( github.com/skeema/knownhosts v1.2.1 github.com/stretchr/testify v1.9.0 github.com/xanzy/ssh-agent v0.3.3 - golang.org/x/crypto v0.20.0 - golang.org/x/net v0.21.0 - golang.org/x/sys v0.17.0 + golang.org/x/crypto v0.21.0 + golang.org/x/net v0.22.0 + golang.org/x/sys v0.18.0 golang.org/x/text v0.14.0 gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c ) |