diff options
author | ale <ale@incal.net> | 2019-09-26 12:12:36 +0100 |
---|---|---|
committer | ale <ale@incal.net> | 2019-09-26 12:12:36 +0100 |
commit | 4b3b12900c77f8a2524a65e2fb52649c75b8bec0 (patch) | |
tree | b4b7680ad1c8b29f5e0474fc32bd03f42f3d669e | |
parent | 97221e85d5ab47a1443a7aea0b0461bac5230854 (diff) | |
download | crawl-4b3b12900c77f8a2524a65e2fb52649c75b8bec0.tar.gz crawl-4b3b12900c77f8a2524a65e2fb52649c75b8bec0.zip |
Add Go module support
-rw-r--r-- | go.mod | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -0,0 +1,13 @@ +module git.autistici.org/ale/crawl + +require ( + github.com/PuerkitoBio/goquery v1.5.0 + github.com/PuerkitoBio/purell v0.0.0-20180310210909-975f53781597 + github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 + github.com/andybalholm/cascadia v0.0.0-20181012154424-680b6a57bda4 + github.com/golang/snappy v0.0.0-20190904063534-ff6b7dc882cf + github.com/pborman/uuid v0.0.0-20171128162732-e53336930665 + github.com/syndtr/goleveldb v0.0.0-20190923125748-758128399b1d + golang.org/x/net v0.0.0-20190926025831-c00fd9afed17 + golang.org/x/text v0.0.0-20190829152558-3d0f7978add9 +) |