From 40b6c3169931a3fef62b649db19ff01dc685b7d4 Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Mon, 21 Dec 2020 19:54:09 +0300 Subject: Remove mock_log, move it to the roadrunner-plugins --- go.mod | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 5c5d9061..55bac47e 100755 --- a/go.mod +++ b/go.mod @@ -3,28 +3,23 @@ module github.com/spiral/roadrunner/v2 go 1.15 require ( - github.com/NYTimes/gziphandler v1.1.1 github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect - github.com/alicebob/miniredis/v2 v2.14.1 - github.com/fatih/color v1.10.0 + github.com/fsnotify/fsnotify v1.4.9 // indirect github.com/go-ole/go-ole v1.2.4 // indirect - github.com/go-redis/redis/v8 v8.4.4 - github.com/gofiber/fiber/v2 v2.3.0 github.com/golang/mock v1.4.4 - github.com/hashicorp/go-multierror v1.1.0 github.com/json-iterator/go v1.1.10 - github.com/prometheus/client_golang v1.9.0 + github.com/pkg/errors v0.9.1 // indirect github.com/shirou/gopsutil v3.20.11+incompatible - github.com/spf13/viper v1.7.1 - github.com/spiral/endure v1.0.0-beta20 github.com/spiral/errors v1.0.6 github.com/spiral/goridge/v3 v3.0.0-beta8 + github.com/spiral/roadrunner-plugins/logger v0.0.3 github.com/stretchr/testify v1.6.1 github.com/valyala/tcplisten v0.0.0-20161114210144-ceec8f93295a - github.com/yookoala/gofast v0.4.0 go.uber.org/multierr v1.6.0 - go.uber.org/zap v1.16.0 - golang.org/x/net v0.0.0-20201216054612-986b41b23924 golang.org/x/sync v0.0.0-20201207232520-09787c993a3a - golang.org/x/sys v0.0.0-20201218084310-7d0127a74742 + golang.org/x/sys v0.0.0-20201218084310-7d0127a74742 // indirect + golang.org/x/text v0.3.3 // indirect + golang.org/x/tools v0.0.0-20200103221440-774c71fcf114 // indirect + gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect + gopkg.in/yaml.v2 v2.3.0 // indirect ) -- cgit v1.2.3