diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-08-11 04:53:22 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-11 04:53:22 +0000 |
commit | 6ab4cbd4580030ca15644a00003e5c78eb60f61c (patch) | |
tree | 4434241fa6e02bebaf5a895cc5e5ac136f179162 /go.mod | |
parent | 27d6e20f131addb4b877b3daea3ad0706a2ba977 (diff) | |
download | git-bug-6ab4cbd4580030ca15644a00003e5c78eb60f61c.tar.gz |
build(deps): bump golang.org/x/vuln
Bumps [golang.org/x/vuln](https://github.com/golang/vuln) from 0.0.0-20220908155419-5537ad2271a7 to 1.0.0.
- [Commits](https://github.com/golang/vuln/commits/v1.0.0)
---
updated-dependencies:
- dependency-name: golang.org/x/vuln
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -51,7 +51,6 @@ require ( github.com/segmentio/fasthash v1.0.3 // indirect github.com/skeema/knownhosts v1.1.0 // indirect github.com/zclconf/go-cty v1.8.4 // indirect - golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e // indirect ) require ( @@ -114,12 +113,12 @@ require ( github.com/xanzy/ssh-agent v0.3.3 // indirect github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect go.etcd.io/bbolt v1.3.5 // indirect - golang.org/x/mod v0.8.0 // indirect + golang.org/x/mod v0.10.0 // indirect golang.org/x/net v0.10.0 // indirect golang.org/x/term v0.11.0 golang.org/x/time v0.3.0 // indirect - golang.org/x/tools v0.6.0 // indirect - golang.org/x/vuln v0.0.0-20220908155419-5537ad2271a7 + golang.org/x/tools v0.8.1-0.20230421161920-b9619ee54b47 // indirect + golang.org/x/vuln v1.0.0 google.golang.org/appengine v1.6.7 // indirect google.golang.org/protobuf v1.29.1 // indirect gopkg.in/warnings.v0 v0.1.2 // indirect |