Skip to content

Commit

Permalink
Bump dependencies to latest versions (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
skx authored Nov 10, 2020
1 parent 0079aec commit 43456f1
Show file tree
Hide file tree
Showing 3 changed files with 363 additions and 16 deletions.
2 changes: 1 addition & 1 deletion chooseui/chooseui.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"sort"
"strings"

"github.com/gdamore/tcell"
"github.com/gdamore/tcell/v2"
"github.com/rivo/tview"
)

Expand Down
46 changes: 31 additions & 15 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,43 +3,59 @@ module github.com/skx/sysbox
go 1.14

require (
github.com/RoaringBitmap/roaring v0.5.1 // indirect
github.com/anacrolix/dht/v2 v2.6.1 // indirect
github.com/DATA-DOG/go-sqlmock v1.3.3 // indirect
github.com/RoaringBitmap/roaring v0.5.5 // indirect
github.com/anacrolix/dht/v2 v2.7.0 // indirect
github.com/anacrolix/go-libutp v1.0.3 // indirect
github.com/anacrolix/log v0.7.0
github.com/anacrolix/log v0.7.1-0.20200604014615-c244de44fd2d
github.com/anacrolix/multiless v0.0.0-20200413040533-acfd16f65d5d // indirect
github.com/anacrolix/torrent v1.15.2
github.com/anacrolix/torrent v1.18.1
github.com/armon/go-metrics v0.3.4 // indirect
github.com/benbjohnson/immutable v0.2.1 // 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.4.0
github.com/golang/protobuf v1.4.2 // indirect
github.com/gdamore/tcell/v2 v2.0.1-0.20201017141208-acf90d56d591
github.com/golang/protobuf v1.4.3 // indirect
github.com/golang/snappy v0.0.2 // indirect
github.com/google/goexpect v0.0.0-20200816234442-b5b77125c2c5
github.com/hashicorp/go-immutable-radix v1.2.0 // indirect
github.com/google/goterm v0.0.0-20200907032337-555d40f16ae2 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-immutable-radix v1.3.0 // indirect
github.com/hashicorp/go-msgpack v1.1.5 // indirect
github.com/hashicorp/go-multierror v1.1.0 // indirect
github.com/hashicorp/go-sockaddr v1.0.2 // indirect
github.com/hashicorp/golang-lru v0.5.4 // indirect
github.com/hashicorp/memberlist v0.2.2
github.com/huandu/xstrings v1.3.2 // indirect
github.com/lucas-clemente/quic-go v0.18.1 // indirect
github.com/marten-seemann/qtls-go1-15 v0.1.1 // indirect
github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect
github.com/miekg/dns v1.1.31 // indirect
github.com/miekg/dns v1.1.35 // indirect
github.com/mschoch/smat v0.2.0 // indirect
github.com/nightlyone/lockfile v1.0.0
github.com/rivo/tview v0.0.0-20200818120338-53d50e499bf9
github.com/philhofer/fwd v1.1.0 // indirect
github.com/pion/dtls/v2 v2.0.3 // indirect
github.com/pion/quic v0.1.4 // indirect
github.com/pion/sctp v1.7.11 // indirect
github.com/pion/srtp v1.5.2 // indirect
github.com/pion/turn/v2 v2.0.5 // indirect
github.com/pion/webrtc/v2 v2.2.26 // indirect
github.com/rivo/tview v0.0.0-20201018122409-d551c850a743
github.com/skx/subcommands v0.9.1
github.com/tinylib/msgp v1.1.2 // indirect
github.com/tinylib/msgp v1.1.3 // indirect
github.com/willf/bitset v1.1.11 // indirect
go.etcd.io/bbolt v1.3.5 // 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/crypto v0.0.0-20201016220609-9e8e0b390897
golang.org/x/net v0.0.0-20201110031124-69a78807bb2b // indirect
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 // indirect
golang.org/x/sys v0.0.0-20201109165425-215b40eba54c // indirect
golang.org/x/text v0.3.4 // indirect
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // 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/genproto v0.0.0-20201110150050-8816d57aaa9a // indirect
google.golang.org/grpc v1.33.2 // indirect
google.golang.org/protobuf v1.25.0 // indirect
gopkg.in/yaml.v2 v2.3.0
)
Loading

0 comments on commit 43456f1

Please sign in to comment.