Skip to content

Commit

Permalink
Updated our dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
skx committed Aug 31, 2020
1 parent 222d32d commit a4b0859
Show file tree
Hide file tree
Showing 2 changed files with 77 additions and 11 deletions.
27 changes: 16 additions & 11 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,19 @@ go 1.14

require (
github.com/PuerkitoBio/goquery v1.5.1 // indirect
github.com/RoaringBitmap/roaring v0.5.0 // indirect
github.com/RoaringBitmap/roaring v0.5.1 // indirect
github.com/anacrolix/dht/v2 v2.6.1 // indirect
github.com/anacrolix/go-libutp v1.0.3 // indirect
github.com/anacrolix/log v0.7.0
github.com/anacrolix/multiless v0.0.0-20200413040533-acfd16f65d5d // indirect
github.com/anacrolix/torrent v1.15.2
github.com/armon/go-metrics v0.3.3 // indirect
github.com/armon/go-metrics v0.3.4 // indirect
github.com/creack/pty v1.1.11
github.com/dustin/go-humanize v1.0.0
github.com/elliotchance/orderedmap v1.3.0 // indirect
github.com/gdamore/tcell v1.3.0
github.com/google/goexpect v0.0.0-20200703111054-623d5ca06f56
github.com/gdamore/tcell v1.4.0
github.com/golang/protobuf v1.4.2 // indirect
github.com/google/goexpect v0.0.0-20200816234442-b5b77125c2c5
github.com/google/goterm v0.0.0-20190703233501-fc88cf888a3f // indirect
github.com/hashicorp/go-immutable-radix v1.2.0 // indirect
github.com/hashicorp/go-msgpack v1.1.5 // indirect
Expand All @@ -26,18 +27,22 @@ require (
github.com/huandu/xstrings v1.3.2 // indirect
github.com/mattn/go-runewidth v0.0.9 // indirect
github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect
github.com/miekg/dns v1.1.30 // indirect
github.com/miekg/dns v1.1.31 // indirect
github.com/mschoch/smat v0.2.0 // indirect
github.com/nightlyone/lockfile v1.0.0
github.com/rivo/tview v0.0.0-20200712113419-c65badfc3d92
github.com/skx/subcommands v0.8.0
github.com/rivo/tview v0.0.0-20200818120338-53d50e499bf9
github.com/skx/subcommands v0.9.1
github.com/tinylib/msgp v1.1.2 // indirect
github.com/willf/bitset v1.1.11 // indirect
go.etcd.io/bbolt v1.3.5 // indirect
golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de
golang.org/x/net v0.0.0-20200707034311-ab3426394381 // indirect
golang.org/x/sys v0.0.0-20200728102440-3e129f6d46b1 // indirect
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a
golang.org/x/net v0.0.0-20200822124328-c89045814202 // indirect
golang.org/x/sys v0.0.0-20200828194041-157a740278f4 // indirect
golang.org/x/text v0.3.3 // indirect
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect
google.golang.org/grpc v1.30.0 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
google.golang.org/genproto v0.0.0-20200831141814-d751682dd103 // indirect
google.golang.org/grpc v1.31.1 // indirect
google.golang.org/protobuf v1.25.0 // indirect
gopkg.in/yaml.v2 v2.3.0
)
Loading

0 comments on commit a4b0859

Please sign in to comment.