diff options
Diffstat (limited to 'go.mod')
-rwxr-xr-x | go.mod | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |