@@ -3,9 +3,9 @@ module github.com/skx/sysbox
3
3
go 1.16
4
4
5
5
require (
6
- github.com/armon/go-metrics v0.4.0 // indirect
6
+ github.com/armon/go-metrics v0.4.1 // indirect
7
7
github.com/creack/pty v1.1.18
8
- github.com/gdamore/tcell/v2 v2.5.3
8
+ github.com/gdamore/tcell/v2 v2.6.0
9
9
github.com/google/btree v1.1.2 // indirect
10
10
github.com/google/goexpect v0.0.0-20210430020637-ab937bf7fd6f
11
11
github.com/google/goterm v0.0.0-20200907032337-555d40f16ae2 // indirect
@@ -16,22 +16,18 @@ require (
16
16
github.com/hashicorp/go-sockaddr v1.0.2 // indirect
17
17
github.com/hashicorp/go-uuid v1.0.1 // indirect
18
18
github.com/hashicorp/golang-lru v0.5.4 // indirect
19
- github.com/hashicorp/memberlist v0.4.0
20
- github.com/kr/pretty v0.3.0 // indirect
21
- github.com/miekg/dns v1.1.50 // indirect
19
+ github.com/hashicorp/memberlist v0.5.0
20
+ github.com/miekg/dns v1.1.54 // indirect
22
21
github.com/nightlyone/lockfile v1.0.0
23
22
github.com/peterh/liner v1.2.2
24
- github.com/rivo/tview v0.0.0-20220812085834-0e6b21a48e96
25
- github.com/rogpeppe/go-internal v1.8.0 // indirect
23
+ github.com/rivo/tview v0.0.0-20230511053024-822bd067b165
24
+ github.com/rivo/uniseg v0.4.4 // indirect
26
25
github.com/skx/subcommands v0.9.2
27
- github.com/stretchr/testify v1.7.1 // indirect
28
- golang.org/x/crypto v0.0.0-20220829220503-c86fa9a7ed90 // indirect
29
- golang.org/x/net v0.0.0-20220826154423-83b083e8dc8b
30
- golang.org/x/sys v0.0.0-20220829200755-d48e67d00261 // indirect
31
- golang.org/x/term v0.0.0-20220722155259-a9ba230a4035
32
- golang.org/x/tools v0.1.12 // indirect
33
- golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f // indirect
34
- google.golang.org/genproto v0.0.0-20220829175752-36a9c930ecbf // indirect
35
- google.golang.org/grpc v1.49.0 // indirect
26
+ golang.org/x/crypto v0.9.0 // indirect
27
+ golang.org/x/net v0.10.0
28
+ golang.org/x/term v0.8.0
29
+ golang.org/x/tools v0.9.1 // indirect
30
+ google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
31
+ google.golang.org/grpc v1.55.0 // indirect
36
32
gopkg.in/yaml.v2 v2.4.0
37
33
)
0 commit comments