aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-07-23 04:17:59 +0000
committersudoforge <9c001b67637a@sudoforge.com>2024-07-22 22:01:25 -0700
commitddf34b8c7590cce3b3e592d938b02a9a0e40ac88 (patch)
treeaaa21ecf143cb1a2f2e4cf771f736eae2e358d35 /go.mod
parentcec36730eba8b1a38ec0018220e79327a77d1ab1 (diff)
downloadgit-bug-ddf34b8c7590cce3b3e592d938b02a9a0e40ac88.tar.gz
build(deps): bump golang.org/x/vuln from 1.1.2 to 1.1.3
Bumps [golang.org/x/vuln](https://github.com/golang/vuln) from 1.1.2 to 1.1.3. - [Release notes](https://github.com/golang/vuln/releases) - [Commits](https://github.com/golang/vuln/compare/v1.1.2...v1.1.3) --- updated-dependencies: - dependency-name: golang.org/x/vuln dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod8
1 files changed, 4 insertions, 4 deletions
diff --git a/go.mod b/go.mod
index 096ddb24..9f2d47a7 100644
--- a/go.mod
+++ b/go.mod
@@ -112,12 +112,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.18.0 // indirect
- golang.org/x/net v0.26.0 // indirect
+ golang.org/x/mod v0.19.0 // indirect
+ golang.org/x/net v0.27.0 // indirect
golang.org/x/term v0.22.0
golang.org/x/time v0.3.0 // indirect
- golang.org/x/tools v0.22.0 // indirect
- golang.org/x/vuln v1.1.2
+ golang.org/x/tools v0.23.0 // indirect
+ golang.org/x/vuln v1.1.3
google.golang.org/protobuf v1.33.0 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect