Skip to content

Commit 9fe0fac

Browse files
committed
Cleaned dependencies; via 'go mod tidy'
1 parent a4b0859 commit 9fe0fac

File tree

2 files changed

+6
-44
lines changed

2 files changed

+6
-44
lines changed

go.mod

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ module github.com/skx/sysbox
33
go 1.14
44

55
require (
6-
github.com/PuerkitoBio/goquery v1.5.1 // indirect
76
github.com/RoaringBitmap/roaring v0.5.1 // indirect
87
github.com/anacrolix/dht/v2 v2.6.1 // indirect
98
github.com/anacrolix/go-libutp v1.0.3 // indirect
@@ -17,15 +16,13 @@ require (
1716
github.com/gdamore/tcell v1.4.0
1817
github.com/golang/protobuf v1.4.2 // indirect
1918
github.com/google/goexpect v0.0.0-20200816234442-b5b77125c2c5
20-
github.com/google/goterm v0.0.0-20190703233501-fc88cf888a3f // indirect
2119
github.com/hashicorp/go-immutable-radix v1.2.0 // indirect
2220
github.com/hashicorp/go-msgpack v1.1.5 // indirect
2321
github.com/hashicorp/go-multierror v1.1.0 // indirect
2422
github.com/hashicorp/go-sockaddr v1.0.2 // indirect
2523
github.com/hashicorp/golang-lru v0.5.4 // indirect
2624
github.com/hashicorp/memberlist v0.2.2
2725
github.com/huandu/xstrings v1.3.2 // indirect
28-
github.com/mattn/go-runewidth v0.0.9 // indirect
2926
github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect
3027
github.com/miekg/dns v1.1.31 // indirect
3128
github.com/mschoch/smat v0.2.0 // indirect

0 commit comments

Comments
 (0)