diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-03-04 13:44:19 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-04 13:44:19 +0000 |
commit | 3bda91b7989735f53379875f116dcc66a56e0d49 (patch) | |
tree | c903a064928c9cddc7c345bcf03e847ce683e4b2 /go.mod | |
parent | 852380f2212a41342cb5440d13cf723ae50b61ea (diff) | |
download | git-bug-3bda91b7989735f53379875f116dcc66a56e0d49.tar.gz |
build(deps): bump golang.org/x/net from 0.5.0 to 0.7.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.5.0 to 0.7.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/compare/v0.5.0...v0.7.0)
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -31,8 +31,8 @@ require ( golang.org/x/crypto v0.5.0 golang.org/x/oauth2 v0.4.0 golang.org/x/sync v0.1.0 - golang.org/x/sys v0.4.0 - golang.org/x/text v0.6.0 + golang.org/x/sys v0.5.0 + golang.org/x/text v0.7.0 ) // https://github.com/go-git/go-git/pull/659 @@ -115,8 +115,8 @@ require ( github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect go.etcd.io/bbolt v1.3.5 // indirect golang.org/x/mod v0.7.0 // indirect - golang.org/x/net v0.5.0 // indirect - golang.org/x/term v0.4.0 + golang.org/x/net v0.7.0 // indirect + golang.org/x/term v0.5.0 golang.org/x/time v0.3.0 // indirect golang.org/x/tools v0.4.0 // indirect golang.org/x/vuln v0.0.0-20220908155419-5537ad2271a7 |