diff options
author | bricelalu <[email protected]> | 2021-04-03 22:29:57 +0200 |
---|---|---|
committer | bricelalu <[email protected]> | 2021-04-03 22:29:57 +0200 |
commit | 10a153e9df62bcbdf77c5b5a63daf5ea7b792495 (patch) | |
tree | 27850bee8ee964ee13e26c7faa3b4f2f1aa1a85d /go.mod | |
parent | 22797c86a9c346037adc349a89d51ecdb22e5550 (diff) | |
parent | c1664e0815727e599dcb7f7a0a7a95a5be974197 (diff) |
Merge remote-tracking branch 'upstream/master' into feat-logger-add-clean-mode
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ require ( github.com/kami-zh/go-capturer v0.0.0-20171211120116-e492ea43421d 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 |