diff options
author | Valery Piashchynski <[email protected]> | 2020-11-16 14:21:35 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-11-16 14:21:35 +0300 |
commit | 57ad958acab2d108be0a35547faf6e7a791cf069 (patch) | |
tree | 3c519708540265a7e74b03d1fe17ef4101ffcfdf /plugins/http/response.go | |
parent | d890eee1742dc3a0a1c787f7e65d40b1e81a94db (diff) |
Update Pool
Diffstat (limited to 'plugins/http/response.go')
-rw-r--r-- | plugins/http/response.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/http/response.go b/plugins/http/response.go index f34754be..88848b9d 100644 --- a/plugins/http/response.go +++ b/plugins/http/response.go @@ -6,8 +6,6 @@ import ( "strings" json "github.com/json-iterator/go" - - "github.com/spiral/roadrunner" ) |