From 1b0b033bcf4969e401b0c34b82171aa0b60b12cf Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Wed, 25 Nov 2020 21:56:26 +0300 Subject: Add mock logger, test for errors in log --- go.mod | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 036ed2f9..ea794778 100755 --- a/go.mod +++ b/go.mod @@ -3,14 +3,17 @@ module github.com/spiral/roadrunner/v2 go 1.15 require ( + github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect github.com/fatih/color v1.10.0 + github.com/go-ole/go-ole v1.2.4 // indirect + github.com/golang/mock v1.4.4 github.com/hashicorp/go-multierror v1.0.0 github.com/json-iterator/go v1.1.10 github.com/pkg/errors v0.9.1 github.com/prometheus/client_golang v1.7.1 github.com/shirou/gopsutil v3.20.10+incompatible github.com/spf13/viper v1.7.1 - github.com/spiral/endure v1.0.0-beta19 + github.com/spiral/endure v1.0.0-beta20 github.com/spiral/errors v1.0.4 github.com/spiral/goridge/v2 v2.4.6 github.com/stretchr/testify v1.6.1 -- cgit v1.2.3