diff options
author | Valery Piashchynski <[email protected]> | 2021-12-01 17:36:42 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-12-01 17:36:42 +0300 |
commit | 3c9bd1c081ad7a96ab4f1c7c3308e367fee5f478 (patch) | |
tree | 2475246182900a7341c8b21e50d1da38faa1c928 /go.mod | |
parent | c14e4fa638300ccd96bdedfb0200ed8378eebdf2 (diff) |
remove unused code
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -5,11 +5,10 @@ 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.10+incompatible + github.com/shirou/gopsutil v3.21.11+incompatible // spiral github.com/spiral/errors v1.0.12 github.com/spiral/goridge/v3 v3.2.4 - github.com/spiral/tcplisten v1.0.0 // spiral github.com/stretchr/testify v1.7.0 go.uber.org/multierr v1.7.0 @@ -17,7 +16,6 @@ require ( ) require ( - github.com/StackExchange/wmi v1.2.1 // indirect github.com/davecgh/go-spew v1.1.1 // indirect github.com/go-ole/go-ole v1.2.6 // indirect github.com/kr/pretty v0.1.0 // indirect @@ -26,6 +24,7 @@ require ( github.com/pmezard/go-difflib v1.0.0 // indirect github.com/tklauser/go-sysconf v0.3.9 // indirect github.com/tklauser/numcpus v0.3.0 // indirect + github.com/yusufpapurcu/wmi v1.2.2 // indirect go.uber.org/atomic v1.9.0 // indirect golang.org/x/sys v0.0.0-20211124211545-fe61309f8881 // indirect gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect |