summaryrefslogtreecommitdiffstats
path: root/vendor/golang.org/x/crypto/acme/http.go
Commit message (Collapse)AuthorAgeFilesLines
* Use caddy's certmagic library for extensible/robust ACME handling (#14177)techknowlogick2021-01-251-321/+0
| | | | | | | | | | * use certmagic for more extensible/robust ACME cert handling * accept TOS based on config option Signed-off-by: Andrew Thornton <art27@cantab.net> Co-authored-by: zeripath <art27@cantab.net> Co-authored-by: Lauris BH <lauris@nix.lv>
* update golang.org/x/crypto vendor to use acme v2 (#9056)techknowlogick2019-11-201-1/+9
|
* Update to github.com/lafriks/xormstore@v1.3.0 (#8317)Antoine GIRARD2019-10-021-3/+17
|
* Update src-d/go-git to v4.13.0 (#7688)Antoine GIRARD2019-07-311-0/+18
| | | | | | | | * update gopkg.in/src-d/go-git.v4 v4.13.0 * mod tidy * vendor
* Use Go1.11 module (#5743)Mura Li2019-03-271-0/+281
* Migrate to go modules * make vendor * Update mvdan.cc/xurls * make vendor * Update code.gitea.io/git * make fmt-check * Update github.com/go-sql-driver/mysql * make vendor