diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-04-02 07:03:19 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2021-04-02 07:03:19 +0000 |
commit | 338e752c42f208e6dab105e2bf4e048976707a85 (patch) | |
tree | d1bbe165710deb3719a364c7dedadeb78d9214e5 /go.mod | |
parent | 900167f6f0c393efa489c1981ac7f0dcb1e3e77a (diff) |
Bump github.com/shirou/gopsutil
Bumps [github.com/shirou/gopsutil](https://github.com/shirou/gopsutil) from 3.21.2+incompatible to 3.21.3+incompatible.
- [Release notes](https://github.com/shirou/gopsutil/releases)
- [Commits](https://github.com/shirou/gopsutil/compare/v3.21.2...v3.21.3)
Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 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.10.0 - github.com/shirou/gopsutil v3.21.2+incompatible + github.com/shirou/gopsutil v3.21.3+incompatible github.com/spf13/viper v1.7.1 // SPIRAL ==== github.com/spiral/endure v1.0.0 |