forked from kevadesu/forgejo
Upgrade certmagic from v0.14.1 to v0.15.2 (#18138)
This commit is contained in:
parent
385dc6a992
commit
e9c9a35a61
20 changed files with 294 additions and 142 deletions
4
vendor/github.com/caddyserver/certmagic/account.go
generated
vendored
4
vendor/github.com/caddyserver/certmagic/account.go
generated
vendored
|
@ -405,10 +405,6 @@ var (
|
|||
discoveredEmailMu sync.Mutex
|
||||
)
|
||||
|
||||
// agreementTestURL is set during tests to skip requiring
|
||||
// setting up an entire ACME CA endpoint.
|
||||
var agreementTestURL string
|
||||
|
||||
// stdin is used to read the user's input if prompted;
|
||||
// this is changed by tests during tests.
|
||||
var stdin = io.ReadWriter(os.Stdin)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue