chore: migrate to go module (v3.0.0)

- chore: update dependencies: use version with go modules.
- chore: remove dep.
- chore: update backoff imports.
- chore: init go module.
- chore: update CI.
- chore: mod v3
- chore: update docker image.
This commit is contained in:
Fernandez Ludovic 2019-07-30 21:19:32 +02:00 committed by Ludovic Fernandez
parent 99bf9f4e8f
commit e7a90b9471
2562 changed files with 880 additions and 712689 deletions

View file

@ -3,7 +3,7 @@ package api
import (
"errors"
"github.com/go-acme/lego/acme"
"github.com/go-acme/lego/v3/acme"
)
type AuthorizationService service