summaryrefslogtreecommitdiffstats
path: root/vendor/golang.org/x/net/ipv6
Commit message (Collapse)AuthorAgeFilesLines
* Remove golang vendored directory (#18277)techknowlogick2022-01-1466-4372/+0
| | | | | | | * rm go vendor * fix drone yaml * add to gitignore
* [Vendor] update certmagic (#15590)65432021-04-2227-292/+54
| | | | | * update github.com/caddyserver/certmagic v0.12.0 -> v0.13.0 * migrate
* update golang libraries (#15258)techknowlogick2021-04-0329-1580/+203
|
* go1.16 (#14783)techknowlogick2021-02-2821-0/+21
|
* Use caddy's certmagic library for extensible/robust ACME handling (#14177)techknowlogick2021-01-2566-0/+5966
* 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>