summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-11-13 17:36:22 +0300
committerValery Piashchynski <[email protected]>2020-11-13 17:36:22 +0300
commit99b6012400ab407cfcb04aab833640af565d550d (patch)
tree75a228cf96d90f99e7ee6367c5d7cbb4c465c61d /go.mod
parent6eefd067f4c08ed51834926abd1a4c60ec55b56d (diff)
Metrics config test
Config proper parsing Add metrics tests to the CI and Makefile
Diffstat (limited to 'go.mod')
-rwxr-xr-xgo.mod4
1 files changed, 1 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index dae80738..ea0fdfa4 100755
--- a/go.mod
+++ b/go.mod
@@ -10,7 +10,7 @@ require (
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-beta16
+ github.com/spiral/endure v1.0.0-beta18
github.com/spiral/errors v1.0.4
github.com/spiral/goridge/v2 v2.4.6
github.com/spiral/roadrunner v1.8.4
@@ -21,5 +21,3 @@ 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-beta16 => /home/valery/Projects/opensource/spiral/endure \ No newline at end of file