diff --git a/acme/rfc8555_test.go b/acme/rfc8555_test.go index cd9ed8a26d..6ea77dffa0 100644 --- a/acme/rfc8555_test.go +++ b/acme/rfc8555_test.go @@ -15,12 +15,14 @@ import ( "encoding/base64" "encoding/json" "encoding/pem" + "errors" "fmt" "io/ioutil" "math/big" "net/http" "net/http/httptest" "reflect" + "strings" "sync" "testing" "time"