diff options
author | Valery Piashchynski <[email protected]> | 2020-11-15 13:41:19 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-11-15 13:41:19 +0300 |
commit | d890eee1742dc3a0a1c787f7e65d40b1e81a94db (patch) | |
tree | b84dcf3c594d2f80ce6f71fae4300e5bfa63e1a1 /plugins/http/config_test.go | |
parent | 5260639a7e95d4d4a36b46fd4b19f665a0a60ef9 (diff) |
Remove old rr imports
Diffstat (limited to 'plugins/http/config_test.go')
-rw-r--r-- | plugins/http/config_test.go | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/plugins/http/config_test.go b/plugins/http/config_test.go index d95e0995..96fbb954 100644 --- a/plugins/http/config_test.go +++ b/plugins/http/config_test.go @@ -1,13 +1,12 @@ package http import ( - json "github.com/json-iterator/go" - "github.com/spiral/roadrunner" - "github.com/spiral/roadrunner/service" - "github.com/stretchr/testify/assert" "os" "testing" "time" + + json "github.com/json-iterator/go" + "github.com/stretchr/testify/assert" ) type mockCfg struct{ cfg string } |