aboutsummaryrefslogtreecommitdiff
path: root/vendor/golang.org/x/net/html (follow)
AgeCommit message (Collapse)AuthorFilesLines
2020-04-25Update dependencies and remove vendor folderGravatar Frédéric Guillot 13-8362/+0
2019-11-15Update autocert lib because ACME v1 is EOLGravatar Frédéric Guillot 2-2/+8
2019-09-05Update dependenciesGravatar Frédéric Guillot 2-729/+110
2019-02-28Make parser compatible with Go 1.12Gravatar Frédéric Guillot 2-10/+23
See changes in strings.Map(): https://golang.org/doc/go1.12#strings
2018-12-09Update dependenciesGravatar Frederic Guillot 2-7/+32
2018-08-26Migrate to go modules (Go 1.11)Gravatar Frédéric Guillot 73-22935/+36
2018-07-06Update vendor dependenciesGravatar Frédéric Guillot 14-2917/+4614
2017-11-19First commitGravatar Frédéric Guillot 83-0/+30139
ght='13' alt='Gravatar' /> Miek Gieben 1-3/+3 These must be alligned on 8 bytes, in Go this means putting them first in the struct (AFAICT). 2018-06-05Update Makefile.release for docker image build (#1856)Gravatar Yong Tang 1-15/+0 This fix update Makefile.release for docker image build on different platforms. Signed-off-by: Yong Tang <yong.tang.github@outlook.com> 2018-06-04Docker: drop alpine (#1843)Gravatar Miek Gieben 1-3/+6 * Docker: drop alpine Create a multistage docker build image that uses debian to install certs and then create the final image by using FROM: scratch. This creates a (slightly) smaller images and drops busybox and alpine. * Even less copying 2018-06-02Fix presubmit (#1850)Gravatar Miek Gieben 2-15/+15 Uppercase these test cases as well. 2018-06-02presubmit: Check errorf as well (#1845)Gravatar Miek Gieben 19-52/+57 Uppercase all these test errors as well. And extend the presubmit to check for these in the future. Also do a slightly smarter grep to only get t.<something>. as (because dump regexp) this also grep over non test files.