summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-11-01 14:30:49 +0300
committerValery Piashchynski <[email protected]>2021-11-01 14:30:49 +0300
commitc47db700a6d6b4a60d927f0c223601776beebcff (patch)
tree45eca85a80ae155a04e9f066444b16425009dc20 /go.mod
parent89fdb4509214dece1523d3ff4d6a7a8b9236443d (diff)
update deps
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod14
1 files changed, 3 insertions, 11 deletions
diff --git a/go.mod b/go.mod
index e39ab00a..ac92a9f5 100644
--- a/go.mod
+++ b/go.mod
@@ -5,24 +5,20 @@ 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.9+incompatible
- // spiral
+ github.com/shirou/gopsutil v3.21.10+incompatible
github.com/spiral/errors v1.0.12
github.com/spiral/goridge/v3 v3.2.3
+ github.com/spiral/tcplisten v1.0.0
// spiral
github.com/stretchr/testify v1.7.0
- github.com/valyala/tcplisten v1.0.0
go.uber.org/multierr v1.7.0
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
- google.golang.org/grpc v1.41.0
)
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/golang/protobuf v1.5.2 // indirect
- github.com/google/go-cmp v0.5.6 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
@@ -30,11 +26,7 @@ require (
github.com/tklauser/go-sysconf v0.3.9 // indirect
github.com/tklauser/numcpus v0.3.0 // indirect
go.uber.org/atomic v1.9.0 // indirect
- golang.org/x/net v0.0.0-20211015210444-4f30a5c0130f // indirect
- golang.org/x/sys v0.0.0-20211015200801-69063c4bb744 // indirect
- golang.org/x/text v0.3.7 // indirect
- google.golang.org/genproto v0.0.0-20211016002631-37fc39342514 // indirect
- google.golang.org/protobuf v1.27.1 // indirect
+ golang.org/x/sys v0.0.0-20211031064116-611d5d643895 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)