diff options
author | Valery Piashchynski <[email protected]> | 2021-10-02 18:38:35 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-10-02 18:38:35 +0300 |
commit | 6e0b122a020fd90b7d8fd17f26bff49250a71300 (patch) | |
tree | 13592faf4cdf534a0ecb1d9f89b3ef8f9fd23032 /go.mod | |
parent | 2cd9fd5cf3b734fa247701dafded853d5ef0a38d (diff) |
- Update dependencies
- Cleanup tests
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -5,7 +5,7 @@ go 1.17 require ( github.com/google/uuid v1.3.0 github.com/json-iterator/go v1.1.12 - github.com/shirou/gopsutil v3.21.8+incompatible + github.com/shirou/gopsutil v3.21.9+incompatible // spiral github.com/spiral/errors v1.0.12 github.com/spiral/goridge/v3 v3.2.2-beta.1 @@ -31,9 +31,9 @@ require ( github.com/tklauser/numcpus v0.3.0 // indirect go.uber.org/atomic v1.9.0 // indirect golang.org/x/net v0.0.0-20210929193557-e81a3d93ecf6 // indirect - golang.org/x/sys v0.0.0-20211001092434-39dca1131b70 // indirect + golang.org/x/sys v0.0.0-20211002104244-808efd93c36d // indirect golang.org/x/text v0.3.7 // indirect - google.golang.org/genproto v0.0.0-20210930144712-2e2e1008e8a3 // indirect + google.golang.org/genproto v0.0.0-20211001223012-bfb93cce50d9 // indirect google.golang.org/protobuf v1.27.1 // indirect gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect |