diff options
author | Valery Piashchynski <[email protected]> | 2021-09-16 21:31:34 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-09-16 21:31:34 +0300 |
commit | 0a843b0d812d4421025b323a637e0df39d805f75 (patch) | |
tree | e99227af4518cd1584fd6995646d077f1ed688c1 /go.mod | |
parent | 44d0b505031e8f042783792883021f21fcba5f72 (diff) | |
parent | 337d292dd2d6ff0a555098b1970d8194d8df8bc2 (diff) |
Merge remote-tracking branch 'origin' into feat/plugins-refactor
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -12,12 +12,15 @@ require ( 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.38.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.5 // 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 @@ -25,7 +28,11 @@ 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-20210525063256-abc453219eb5 // indirect golang.org/x/sys v0.0.0-20210915083310-ed5796bab164 // indirect + golang.org/x/text v0.3.7 // indirect + google.golang.org/genproto v0.0.0-20210602131652-f16073e35f0c // 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 ) |