Skip to content

Commit d209758

Browse files
committed
Bump dependencies
This resolves a security issue (potential): Found 1 vulnerability in packages that you import, but there are no call stacks leading to the use of this vulnerability. You may not need to take any action. See https://pkg.go.dev/golang.org/x/vuln/cmd/govulncheck for details. Vulnerability #1: GO-2023-1988 Improper rendering of text nodes in golang.org/x/net/html More info: https://pkg.go.dev/vuln/GO-2023-1988 Module: golang.org/x/net Found in: golang.org/x/[email protected] Fixed in: golang.org/x/[email protected] No vulnerabilities found. Share feedback at https://go.dev/s/govulncheck-feedback.
1 parent bcee2cb commit d209758

File tree

2 files changed

+71
-27
lines changed

2 files changed

+71
-27
lines changed

go.mod

+7-6
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,19 @@ require (
1515
github.com/hashicorp/go-multierror v1.1.1 // indirect
1616
github.com/hashicorp/go-sockaddr v1.0.2 // indirect
1717
github.com/hashicorp/go-uuid v1.0.1 // indirect
18-
github.com/hashicorp/golang-lru v0.5.4 // indirect
18+
github.com/hashicorp/golang-lru v1.0.2 // indirect
1919
github.com/hashicorp/memberlist v0.5.0
20+
github.com/mattn/go-runewidth v0.0.15 // indirect
2021
github.com/miekg/dns v1.1.55 // indirect
2122
github.com/nightlyone/lockfile v1.0.0
2223
github.com/peterh/liner v1.2.2
23-
github.com/rivo/tview v0.0.0-20230621164836-6cc0565babaf
24+
github.com/rivo/tview v0.0.0-20230814110005-ccc2c8119703
2425
github.com/rivo/uniseg v0.4.4 // indirect
2526
github.com/skx/subcommands v0.9.2
26-
golang.org/x/net v0.12.0
27-
golang.org/x/term v0.10.0
28-
golang.org/x/tools v0.11.0 // indirect
29-
google.golang.org/genproto/googleapis/rpc v0.0.0-20230711160842-782d3b101e98 // indirect
27+
golang.org/x/net v0.14.0
28+
golang.org/x/term v0.11.0
29+
golang.org/x/tools v0.12.0 // indirect
30+
google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d // indirect
3031
gopkg.in/yaml.v2 v2.4.0
3132
)
3233

0 commit comments

Comments
 (0)