aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorale <ale@incal.net>2019-09-26 12:12:36 +0100
committerale <ale@incal.net>2019-09-26 12:12:36 +0100
commit4b3b12900c77f8a2524a65e2fb52649c75b8bec0 (patch)
treeb4b7680ad1c8b29f5e0474fc32bd03f42f3d669e
parent97221e85d5ab47a1443a7aea0b0461bac5230854 (diff)
downloadcrawl-4b3b12900c77f8a2524a65e2fb52649c75b8bec0.tar.gz
crawl-4b3b12900c77f8a2524a65e2fb52649c75b8bec0.zip
Add Go module support
-rw-r--r--go.mod13
1 files changed, 13 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..792b792
--- /dev/null
+++ b/go.mod
@@ -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
+)