File tree Expand file tree Collapse file tree 2 files changed +6
-44
lines changed Expand file tree Collapse file tree 2 files changed +6
-44
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ module github.com/skx/sysbox
3
3
go 1.14
4
4
5
5
require (
6
- github.com/PuerkitoBio/goquery v1.5.1 // indirect
7
6
github.com/RoaringBitmap/roaring v0.5.1 // indirect
8
7
github.com/anacrolix/dht/v2 v2.6.1 // indirect
9
8
github.com/anacrolix/go-libutp v1.0.3 // indirect
@@ -17,15 +16,13 @@ require (
17
16
github.com/gdamore/tcell v1.4.0
18
17
github.com/golang/protobuf v1.4.2 // indirect
19
18
github.com/google/goexpect v0.0.0-20200816234442-b5b77125c2c5
20
- github.com/google/goterm v0.0.0-20190703233501-fc88cf888a3f // indirect
21
19
github.com/hashicorp/go-immutable-radix v1.2.0 // indirect
22
20
github.com/hashicorp/go-msgpack v1.1.5 // indirect
23
21
github.com/hashicorp/go-multierror v1.1.0 // indirect
24
22
github.com/hashicorp/go-sockaddr v1.0.2 // indirect
25
23
github.com/hashicorp/golang-lru v0.5.4 // indirect
26
24
github.com/hashicorp/memberlist v0.2.2
27
25
github.com/huandu/xstrings v1.3.2 // indirect
28
- github.com/mattn/go-runewidth v0.0.9 // indirect
29
26
github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect
30
27
github.com/miekg/dns v1.1.31 // indirect
31
28
github.com/mschoch/smat v0.2.0 // indirect
You can’t perform that action at this time.
0 commit comments