diff options
Diffstat (limited to 'service/http/ssl_test.go')
-rw-r--r-- | service/http/ssl_test.go | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/service/http/ssl_test.go b/service/http/ssl_test.go index 5fcd19ce..63eb90b1 100644 --- a/service/http/ssl_test.go +++ b/service/http/ssl_test.go @@ -1,15 +1,15 @@ package http import ( - "testing" - "github.com/sirupsen/logrus/hooks/test" + "crypto/tls" "github.com/sirupsen/logrus" + "github.com/sirupsen/logrus/hooks/test" "github.com/spiral/roadrunner/service" "github.com/stretchr/testify/assert" - "time" - "net/http" "io/ioutil" - "crypto/tls" + "net/http" + "testing" + "time" ) var sslClient = &http.Client{ |