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:
parent
99bf9f4e8f
commit
e7a90b9471
2562 changed files with 880 additions and 712689 deletions
|
@ -5,7 +5,7 @@ import (
|
|||
"net/http"
|
||||
"net/http/httptest"
|
||||
|
||||
"github.com/go-acme/lego/acme"
|
||||
"github.com/go-acme/lego/v3/acme"
|
||||
)
|
||||
|
||||
// SetupFakeAPI Minimal stub ACME server for validation.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue