diff options
author | Valery Piashchynski <[email protected]> | 2021-01-26 11:06:44 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-01-26 11:06:44 +0300 |
commit | a392d962508e1bc9e497c8c4ef021425bc2c67c2 (patch) | |
tree | 37e06810352752f88032f7d0eadb554fa18b98da /go.mod | |
parent | 800042d81fc9224ab05f01d1506df0d4b7ac4daa (diff) | |
parent | fae4711e3548bfd2e34f13aabfaab6a5b4e317c6 (diff) |
Merge remote-tracking branch 'origin/master' into plugin/temporal
# Conflicts:
# go.sum
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ require ( github.com/olekukonko/tablewriter v0.0.4 github.com/pborman/uuid v1.2.1 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 |