diff options
author | techknowlogick <techknowlogick@gitea.io> | 2020-04-07 16:08:47 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-07 23:08:47 +0300 |
commit | d00ebf445bac3ee70616032e3fc89781cac3000c (patch) | |
tree | edb86af028c01765b2ee03245c97ecb0b0f9bc4a /vendor/github.com/microcosm-cc/bluemonday/go.sum | |
parent | 4c54477bb5580c876e1d8c53b62be5db85d7bd22 (diff) | |
download | gitea-d00ebf445bac3ee70616032e3fc89781cac3000c.tar.gz gitea-d00ebf445bac3ee70616032e3fc89781cac3000c.zip |
upgrade to most recent bluemonday (#11007)
* upgrade to most recent bluemonday
* make vendor
* update tests for bluemonday
* update tests for bluemonday
* update tests for bluemonday
Diffstat (limited to 'vendor/github.com/microcosm-cc/bluemonday/go.sum')
-rw-r--r-- | vendor/github.com/microcosm-cc/bluemonday/go.sum | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/vendor/github.com/microcosm-cc/bluemonday/go.sum b/vendor/github.com/microcosm-cc/bluemonday/go.sum new file mode 100644 index 0000000000..8c34e7a404 --- /dev/null +++ b/vendor/github.com/microcosm-cc/bluemonday/go.sum @@ -0,0 +1,8 @@ +github.com/aymerick/douceur v0.2.0 h1:Mv+mAeH1Q+n9Fr+oyamOlAkUNPWPlA8PPGR0QAaYuPk= +github.com/aymerick/douceur v0.2.0/go.mod h1:wlT5vV2O3h55X9m7iVYN0TBM0NH/MmbLnd30/FjWUq4= +github.com/chris-ramon/douceur v0.2.0 h1:IDMEdxlEUUBYBKE4z/mJnFyVXox+MjuEVDJNN27glkU= +github.com/chris-ramon/douceur v0.2.0/go.mod h1:wDW5xjJdeoMm1mRt4sD4c/LbF/mWdEpRXQKjTR8nIBE= +github.com/gorilla/css v1.0.0 h1:BQqNyPTi50JCFMTw/b67hByjMVXZRwGha6wxVGkeihY= +github.com/gorilla/css v1.0.0/go.mod h1:Dn721qIggHpt4+EFCcTLTU/vk5ySda2ReITrtgBl60c= +golang.org/x/net v0.0.0-20181220203305-927f97764cc3 h1:eH6Eip3UpmR+yM/qI9Ijluzb1bNv/cAU/n+6l8tRSis= +golang.org/x/net v0.0.0-20181220203305-927f97764cc3/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= |