Skip to content

Commit

Permalink
bump dependencies (#1868)
Browse files Browse the repository at this point in the history
  • Loading branch information
nexustar authored May 27, 2022
1 parent bda2367 commit 5a9c0b3
Show file tree
Hide file tree
Showing 2 changed files with 107 additions and 332 deletions.
53 changes: 30 additions & 23 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ go 1.16
replace gopkg.in/yaml.v2 => github.com/july2993/yaml v0.0.0-20200423062752-adcfa5abe2ed

require (
github.com/AstroProfundis/sysinfo v0.0.0-20211201040748-b52c88acb418
github.com/AstroProfundis/sysinfo v0.0.0-20220225042645-97eb85080e73
github.com/AstroProfundis/tabby v1.1.1-color
github.com/BurntSushi/toml v1.0.0
github.com/BurntSushi/toml v1.1.0
github.com/ScaleFT/sshkeys v0.0.0-20200327173127-6142f742bca5
github.com/VividCortex/ewma v1.2.0 // indirect
github.com/alecthomas/assert v1.0.0
Expand All @@ -16,60 +16,67 @@ require (
github.com/blevesearch/bleve v1.0.14
github.com/cavaliergopher/grab/v3 v3.0.1
github.com/cheggaaa/pb/v3 v3.0.8
github.com/creasty/defaults v1.5.2
github.com/creasty/defaults v1.6.0
github.com/docker/go-units v0.4.0
github.com/fatih/color v1.13.0
github.com/gibson042/canonicaljson-go v1.0.3
github.com/go-sql-driver/mysql v1.6.0
github.com/gofrs/flock v0.8.1
github.com/gogo/protobuf v1.3.2
github.com/golang/protobuf v1.5.2
github.com/golang/snappy v0.0.4 // indirect
github.com/google/uuid v1.3.0
github.com/gorilla/mux v1.8.0
github.com/grpc-ecosystem/grpc-gateway v1.16.0
github.com/jeremywohl/flatten v1.0.1
github.com/joomcode/errorx v1.1.0
github.com/juju/ansiterm v0.0.0-20210929141451-8b71cc96ebdc
github.com/kr/text v0.2.0 // indirect
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-runewidth v0.0.13
github.com/otiai10/copy v1.7.0
github.com/pingcap/check v0.0.0-20211026125417-57bd13f7b5f0
github.com/pingcap/errors v0.11.5-0.20201126102027-b0a155152ca3
github.com/pingcap/failpoint v0.0.0-20220120024648-5d6fce1ad526
github.com/pingcap/fn v0.0.0-20200306044125-d5540d389059
github.com/pingcap/kvproto v0.0.0-20220125073028-58f2ac94aa38
github.com/pingcap/log v0.0.0-20211215031037-e024ba4eb0ee // indirect
github.com/pingcap/failpoint v0.0.0-20220423142525-ae43b7f4e5c3
github.com/pingcap/fn v1.0.0
github.com/pingcap/kvproto v0.0.0-20220525022339-6aaebf466305
github.com/pingcap/log v1.1.0 // indirect
github.com/pingcap/tidb-insight/collector v0.0.0-20220111101533-227008e9835b
github.com/pkg/errors v0.9.1
github.com/prometheus/client_model v0.2.0
github.com/prometheus/common v0.32.1
github.com/prometheus/prom2json v1.3.0
github.com/r3labs/diff/v2 v2.14.8
github.com/prometheus/common v0.34.0
github.com/prometheus/prom2json v1.3.1
github.com/r3labs/diff/v2 v2.15.1
github.com/relex/aini v1.5.0
github.com/sergi/go-diff v1.2.0
github.com/sethvargo/go-password v0.2.0
github.com/shirou/gopsutil v3.21.11+incompatible
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
github.com/spf13/cobra v1.3.0
github.com/spf13/cobra v1.4.0
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.7.0
github.com/stretchr/testify v1.7.1
github.com/syndtr/goleveldb v1.0.1-0.20190318030020-c3a204f8e965 // indirect
github.com/tj/go-termd v0.0.1
github.com/tklauser/go-sysconf v0.3.10 // indirect
github.com/tklauser/numcpus v0.5.0 // indirect
github.com/yusufpapurcu/wmi v1.2.2 // indirect
go.etcd.io/etcd/client/pkg/v3 v3.5.2
go.etcd.io/etcd/client/v3 v3.5.2
go.etcd.io/etcd/client/pkg/v3 v3.5.4
go.etcd.io/etcd/client/v3 v3.5.4
go.uber.org/atomic v1.9.0
go.uber.org/multierr v1.8.0 // indirect
go.uber.org/zap v1.21.0
golang.org/x/crypto v0.0.0-20220208233918-bba287dce954
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e
golang.org/x/mod v0.5.1
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/sys v0.0.0-20220207234003-57398862261d
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
golang.org/x/net v0.0.0-20220524220425-1d687d428aca // indirect
golang.org/x/sync v0.0.0-20220513210516-0976fa681c29
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a
golang.org/x/term v0.0.0-20220526004731-065cf7ba2467
golang.org/x/text v0.3.7
google.golang.org/genproto v0.0.0-20220208230804-65c12eb4c068
google.golang.org/grpc v1.44.0
gopkg.in/ini.v1 v1.66.3
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20220525015930-6ca3db687a9d
google.golang.org/grpc v1.46.2
gopkg.in/ini.v1 v1.66.4
gopkg.in/yaml.v2 v2.4.0
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
software.sslmate.com/src/go-pkcs12 v0.0.0-20210415151418-c5206de65a78
gopkg.in/yaml.v3 v3.0.0
software.sslmate.com/src/go-pkcs12 v0.2.0
)
Loading

0 comments on commit 5a9c0b3

Please sign in to comment.