File tree 2 files changed +71
-27
lines changed
2 files changed +71
-27
lines changed Original file line number Diff line number Diff line change @@ -15,18 +15,19 @@ require (
15
15
github.com/hashicorp/go-multierror v1.1.1 // indirect
16
16
github.com/hashicorp/go-sockaddr v1.0.2 // indirect
17
17
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
19
19
github.com/hashicorp/memberlist v0.5.0
20
+ github.com/mattn/go-runewidth v0.0.15 // indirect
20
21
github.com/miekg/dns v1.1.55 // indirect
21
22
github.com/nightlyone/lockfile v1.0.0
22
23
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
24
25
github.com/rivo/uniseg v0.4.4 // indirect
25
26
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
30
31
gopkg.in/yaml.v2 v2.4.0
31
32
)
32
33
You can’t perform that action at this time.
0 commit comments