Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
skx committed Jul 12, 2023
1 parent c4720f6 commit bcee2cb
Show file tree
Hide file tree
Showing 2 changed files with 231 additions and 32 deletions.
20 changes: 10 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,31 +3,31 @@ module github.com/skx/sysbox
go 1.16

require (
github.com/armon/go-metrics v0.4.1 // indirect
github.com/armon/go-metrics v0.5.1 // indirect
github.com/creack/pty v1.1.18
github.com/gdamore/tcell/v2 v2.6.0
github.com/google/btree v1.1.2 // indirect
github.com/google/goexpect v0.0.0-20210430020637-ab937bf7fd6f
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.1 // indirect
github.com/hashicorp/go-msgpack v1.1.5 // indirect
github.com/hashicorp/go-msgpack v0.5.5 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/hashicorp/go-sockaddr v1.0.2 // indirect
github.com/hashicorp/go-uuid v1.0.1 // indirect
github.com/hashicorp/golang-lru v0.5.4 // indirect
github.com/hashicorp/memberlist v0.5.0
github.com/miekg/dns v1.1.54 // indirect
github.com/miekg/dns v1.1.55 // indirect
github.com/nightlyone/lockfile v1.0.0
github.com/peterh/liner v1.2.2
github.com/rivo/tview v0.0.0-20230511053024-822bd067b165
github.com/rivo/tview v0.0.0-20230621164836-6cc0565babaf
github.com/rivo/uniseg v0.4.4 // indirect
github.com/skx/subcommands v0.9.2
golang.org/x/crypto v0.9.0 // indirect
golang.org/x/net v0.10.0
golang.org/x/term v0.8.0
golang.org/x/tools v0.9.1 // indirect
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
google.golang.org/grpc v1.55.0 // indirect
golang.org/x/net v0.12.0
golang.org/x/term v0.10.0
golang.org/x/tools v0.11.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20230711160842-782d3b101e98 // indirect
gopkg.in/yaml.v2 v2.4.0
)

replace github.com/armon/go-metrics => github.com/hashicorp/go-metrics v0.5.1
Loading

0 comments on commit bcee2cb

Please sign in to comment.