Update lego

This commit is contained in:
Daniel Becker
2019-08-05 18:08:04 +02:00
committed by Traefiker Bot
parent 0a89cccdc0
commit 73e0561610
782 changed files with 113827 additions and 17222 deletions

View File

@@ -6,7 +6,7 @@ import (
"net/http"
"strings"
"github.com/go-resty/resty"
"gopkg.in/resty.v1"
)
const (
@@ -60,7 +60,7 @@ func coupleAPIErrors(r *resty.Response, err error) (*resty.Response, error) {
}
func (e APIError) Error() string {
var x []string
x := []string{}
for _, msg := range e.Errors {
x = append(x, msg.Error())
}