aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-07-16 03:04:00 +0200
committerGitHub <noreply@github.com>2024-07-16 03:04:00 +0200
commit568032e01528ebc8f9001771d91e667fec5616ed (patch)
tree340b0b990874979508212c067fdb420ad5f9fd50 /go.mod
parent350b3442fefd52276aee1656b28aa4ac8398d35f (diff)
downloadgit-bug-568032e01528ebc8f9001771d91e667fec5616ed.tar.gz
build(deps): bump golang.org/x/vuln from 1.0.0 to 1.1.2 (#1171)
Bumps [golang.org/x/vuln](https://github.com/golang/vuln) from 1.0.0 to 1.1.2. - [Release notes](https://github.com/golang/vuln/releases) - [Commits](https://github.com/golang/vuln/compare/v1.0.0...v1.1.2) --- updated-dependencies: - dependency-name: golang.org/x/vuln dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod10
1 files changed, 6 insertions, 4 deletions
diff --git a/go.mod b/go.mod
index c0c67349..e64c6c14 100644
--- a/go.mod
+++ b/go.mod
@@ -38,6 +38,8 @@ require (
golang.org/x/text v0.16.0
)
+require golang.org/x/telemetry v0.0.0-20240522233618-39ace7a40ae7 // indirect
+
require (
dario.cat/mergo v1.0.0 // indirect
github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4 // indirect
@@ -108,12 +110,12 @@ require (
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
github.com/zclconf/go-cty v1.8.4 // indirect
go.etcd.io/bbolt v1.3.5 // indirect
- golang.org/x/mod v0.17.0 // indirect
- golang.org/x/net v0.25.0 // indirect
+ golang.org/x/mod v0.18.0 // indirect
+ golang.org/x/net v0.26.0 // indirect
golang.org/x/term v0.22.0
golang.org/x/time v0.3.0 // indirect
- golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
- golang.org/x/vuln v1.0.0
+ golang.org/x/tools v0.22.0 // indirect
+ golang.org/x/vuln v1.1.2
google.golang.org/protobuf v1.31.0 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect