diff options
author | Valery Piashchynski <[email protected]> | 2021-01-26 10:29:51 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2021-01-26 10:29:51 +0300 |
commit | fae4711e3548bfd2e34f13aabfaab6a5b4e317c6 (patch) | |
tree | a5b7ddbbc9d09235bdfbfe4dab645b4ae8951698 /go.mod | |
parent | 5fd1168c687040ca7d72f4727ee1aec753d3f258 (diff) | |
parent | f3d70110313dc743514c21d3c7de90c40abaa381 (diff) |
Merge pull request #503 from spiral/dependabot/go_modules/github.com/shirou/gopsutil-3.20.12incompatible
Bump github.com/shirou/gopsutil from 3.20.11+incompatible to 3.20.12+incompatible
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ require ( github.com/mattn/go-runewidth v0.0.10 github.com/olekukonko/tablewriter v0.0.4 github.com/prometheus/client_golang v1.9.0 - github.com/shirou/gopsutil v3.20.11+incompatible + github.com/shirou/gopsutil v3.20.12+incompatible github.com/spf13/cobra v1.1.1 github.com/spf13/viper v1.7.1 github.com/spiral/endure v1.0.0-beta21 |