Skip to content

Commit

Permalink
*: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
AstroProfundis committed Sep 1, 2021
1 parent f2ad002 commit 389a435
Show file tree
Hide file tree
Showing 6 changed files with 822 additions and 660 deletions.
2 changes: 1 addition & 1 deletion components/bench/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/go-sql-driver/mysql v1.6.0
github.com/magiconair/properties v1.8.5
github.com/pingcap/go-tpc v1.0.7
github.com/pingcap/go-ycsb v0.0.0-20210422030059-021df3b60d69
github.com/pingcap/go-ycsb v0.0.0-20210727125954-0c816a248fc3
github.com/prometheus/common v0.26.0 // indirect
github.com/spf13/cobra v1.1.3
)
412 changes: 339 additions & 73 deletions components/bench/go.sum

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions components/client/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ module github.com/tiup/components/client
go 1.16

require (
github.com/StackExchange/wmi v0.0.0-20210224194228-fe8f1750fd46 // indirect
github.com/StackExchange/wmi v1.2.1 // indirect
github.com/gizak/termui/v3 v3.1.0
github.com/google/flatbuffers v2.0.0+incompatible // indirect
github.com/shirou/gopsutil v3.21.5+incompatible
github.com/spf13/cobra v1.1.3
github.com/tklauser/go-sysconf v0.3.6 // indirect
github.com/xo/usql v0.9.1
github.com/shirou/gopsutil v3.21.8+incompatible
github.com/spf13/cobra v1.2.1
github.com/tklauser/go-sysconf v0.3.9 // indirect
github.com/xo/usql v0.9.4
)
Loading

0 comments on commit 389a435

Please sign in to comment.