summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-11-14 17:18:28 +0300
committerValery Piashchynski <[email protected]>2020-11-14 17:18:28 +0300
commite45155e77e99e85e4ee9cd8863365bf6d599796e (patch)
treefe22608b4206fcab3219b824b5bd8cfaf5cfb85f /go.mod
parente83f7d824e5f491fb50b4a9024ef7862aee9b6ca (diff)
More tests for the Metrics
Diffstat (limited to 'go.mod')
-rwxr-xr-xgo.mod5
1 files changed, 4 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index ea0fdfa4..ebf1855e 100755
--- a/go.mod
+++ b/go.mod
@@ -8,7 +8,6 @@ require (
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/sirupsen/logrus v1.6.0
github.com/spf13/viper v1.7.1
github.com/spiral/endure v1.0.0-beta18
github.com/spiral/errors v1.0.4
@@ -21,3 +20,7 @@ require (
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
golang.org/x/sys v0.0.0-20200615200032-f1bc736245b1
)
+
+replace (
+ github.com/spiral/endure v1.0.0-beta18 => /home/valery/Projects/opensource/spiral/endure
+) \ No newline at end of file