diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-03-02 06:47:25 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2021-03-02 06:47:25 +0000 |
commit | 5c23b6f8f198ca2ce194fe279cc8e83d00de40df (patch) | |
tree | 95660ea1859e8718c9b2417d82627a72bb432cdd /go.mod | |
parent | b3cb0cd2428f1bfdd959ea8f3461e2992b6acdb2 (diff) |
Bump github.com/shirou/gopsutil
Bumps [github.com/shirou/gopsutil](https://github.com/shirou/gopsutil) from 3.21.1+incompatible to 3.21.2+incompatible.
- [Release notes](https://github.com/shirou/gopsutil/releases)
- [Commits](https://github.com/shirou/gopsutil/compare/v3.21.1...v3.21.2)
Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -17,7 +17,7 @@ require ( github.com/json-iterator/go v1.1.10 github.com/olekukonko/tablewriter v0.0.5 github.com/prometheus/client_golang v1.9.0 - github.com/shirou/gopsutil v3.21.1+incompatible + github.com/shirou/gopsutil v3.21.2+incompatible github.com/spf13/viper v1.7.1 // SPIRAL ==== github.com/spiral/endure v1.0.0-RC.2 @@ -25,6 +25,7 @@ require ( github.com/spiral/goridge/v3 v3.0.1 // =========== github.com/stretchr/testify v1.7.0 + github.com/tklauser/go-sysconf v0.3.4 // indirect github.com/valyala/tcplisten v0.0.0-20161114210144-ceec8f93295a github.com/yookoala/gofast v0.6.0 go.etcd.io/bbolt v1.3.5 @@ -32,5 +33,5 @@ require ( go.uber.org/zap v1.16.0 golang.org/x/net v0.0.0-20201224014010-6772e930b67b golang.org/x/sync v0.0.0-20201207232520-09787c993a3a - golang.org/x/sys v0.0.0-20210112080510-489259a85091 + golang.org/x/sys v0.0.0-20210217105451-b926d437f341 ) |