diff options
author | Valery Piashchynski <[email protected]> | 2020-11-14 17:37:25 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-11-14 17:37:25 +0300 |
commit | 06cda58dd9e50928c5473425fefcd4b4be4598c2 (patch) | |
tree | 6f32832da6ec66754850d95aaa464ae5789de3a5 /go.mod | |
parent | e45155e77e99e85e4ee9cd8863365bf6d599796e (diff) |
Typo in go.mod
Diffstat (limited to 'go.mod')
-rwxr-xr-x | go.mod | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -9,7 +9,7 @@ require ( 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-beta18 + github.com/spiral/endure v1.0.0-beta19 github.com/spiral/errors v1.0.4 github.com/spiral/goridge/v2 v2.4.6 github.com/spiral/roadrunner v1.8.4 @@ -19,8 +19,4 @@ require ( go.uber.org/zap v1.16.0 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 |