Parse links in inline style blocks
analysis/links_test.go
0 → 100644
... | @@ -4,10 +4,10 @@ require ( | ... | @@ -4,10 +4,10 @@ require ( |
github.com/PuerkitoBio/goquery v1.5.0 | github.com/PuerkitoBio/goquery v1.5.0 | ||
github.com/PuerkitoBio/purell v0.0.0-20180310210909-975f53781597 | github.com/PuerkitoBio/purell v0.0.0-20180310210909-975f53781597 | ||
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 | github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 | ||
github.com/andybalholm/cascadia v0.0.0-20181012154424-680b6a57bda4 | github.com/andybalholm/cascadia v1.0.0 | ||
github.com/golang/snappy v0.0.0-20190904063534-ff6b7dc882cf | github.com/golang/snappy v0.0.1 | ||
github.com/pborman/uuid v0.0.0-20171128162732-e53336930665 | github.com/pborman/uuid v0.0.0-20171128162732-e53336930665 | ||
github.com/syndtr/goleveldb v0.0.0-20190923125748-758128399b1d | github.com/syndtr/goleveldb v0.0.0-20190923125748-758128399b1d | ||
golang.org/x/net v0.0.0-20190926025831-c00fd9afed17 | golang.org/x/net v0.0.0-20190926025831-c00fd9afed17 | ||
golang.org/x/text v0.0.0-20190829152558-3d0f7978add9 | golang.org/x/text v0.3.0 | ||
) | ) |
go.sum
0 → 100644
Please register or sign in to comment