Skip to content

Commit 49cbf20

Browse files
committed
Bumped dependencies to latest version.
1 parent 0102914 commit 49cbf20

File tree

2 files changed

+1385
-61
lines changed

2 files changed

+1385
-61
lines changed

go.mod

+12-16
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ module github.com/skx/sysbox
33
go 1.16
44

55
require (
6-
github.com/armon/go-metrics v0.4.0 // indirect
6+
github.com/armon/go-metrics v0.4.1 // indirect
77
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
99
github.com/google/btree v1.1.2 // indirect
1010
github.com/google/goexpect v0.0.0-20210430020637-ab937bf7fd6f
1111
github.com/google/goterm v0.0.0-20200907032337-555d40f16ae2 // indirect
@@ -16,22 +16,18 @@ require (
1616
github.com/hashicorp/go-sockaddr v1.0.2 // indirect
1717
github.com/hashicorp/go-uuid v1.0.1 // indirect
1818
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
2221
github.com/nightlyone/lockfile v1.0.0
2322
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
2625
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
3632
gopkg.in/yaml.v2 v2.4.0
3733
)

0 commit comments

Comments
 (0)