diff options
author | Valery Piashchynski <[email protected]> | 2020-02-23 15:31:45 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-02-23 15:31:45 +0300 |
commit | ee15f84a9b545ba99c8d678f14367e216e9980f2 (patch) | |
tree | 93a42635035057b7b015c9d69d086fd58c1ccbf5 /cmd/rr/http/metrics.go | |
parent | 2b70159897b52e99f4040d1fe6571622c1e7459a (diff) |
Fix broken imports
Diffstat (limited to 'cmd/rr/http/metrics.go')
-rw-r--r-- | cmd/rr/http/metrics.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/rr/http/metrics.go b/cmd/rr/http/metrics.go index df093921..21bbbaf1 100644 --- a/cmd/rr/http/metrics.go +++ b/cmd/rr/http/metrics.go @@ -3,9 +3,9 @@ package http import ( "github.com/prometheus/client_golang/prometheus" "github.com/spf13/cobra" + rr "github.com/spiral/roadrunner/cmd/rr/cmd" rrhttp "github.com/spiral/roadrunner/service/http" "github.com/spiral/roadrunner/service/metrics" - rr "github.com/spiral/roadrunner/service/reload/cmd/rr/cmd" "github.com/spiral/roadrunner/util" "strconv" "time" |