mirror of
https://github.com/evenh/intercert.git
synced 2026-04-25 12:56:48 +03:00
[PR #24] [MERGED] Bump github.com/mholt/certmagic from e3e89d1 to fe0876b #155
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/intercert#155
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/evenh/intercert/pull/24
Author: @dependabot-preview[bot]
Created: 4/22/2019
Status: ✅ Merged
Merged: 4/26/2019
Merged by: @evenh
Base:
master← Head:dependabot/dep/github.com/mholt/certmagic-fe0876b📝 Commits (6)
be21e3fBump github.com/mholt/certmagic frome3e89d1tofe0876b3e8c3ddRemove xenolf/lego importsdc725fbFix API breakages in mholt/certmagic967923bMigrate to Go modules4216cfdBump protoc 3.6.1 -> 3.7.1574cd68Use Go modules in Travis/goreleaser📊 Changes
18 files changed (+408 additions, -1045 deletions)
View changed files
📝
.goreleaser.yml(+2 -3)📝
.travis.yml(+3 -3)➖
Gopkg.lock(+0 -956)➖
Gopkg.toml(+0 -38)📝
Makefile(+1 -5)📝
client/client.go(+1 -1)📝
client/queue.go(+1 -1)📝
client/scheduler.go(+1 -1)📝
client/storage.go(+1 -1)📝
client/tasks.go(+1 -1)📝
cmd/cmd.go(+1 -1)📝
cmd/serve.go(+1 -1)➕
go.mod(+76 -0)➕
go.sum(+293 -0)📝
server/issuer.go(+24 -6)📝
server/server.go(+1 -1)➖
server/storage.go(+0 -25)📝
server/whitelist.go(+1 -1)📄 Description
Bumps github.com/mholt/certmagic from
e3e89d1tofe0876b.Commits
fe0876bmod: Update go-acme/lego to v2.5.08f7a1caSignificant refactoring to improve correctness and flexibility (#39)f1fdb7fChange default KeyType to EC256 (P256) (#37)1f532f6readme: Update storage comment to point to wiki (#36)ee1543euse go-acme/lego (#31)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot ignore this [patch|minor|major] versionwill close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readmeAdditionally, you can set the following in your Dependabot dashboard:
Finally, you can contact us by mentioning @dependabot.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.