aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod6
1 files changed, 6 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..fa60472
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,6 @@
1module github.com/prologic/gopherproxy
2
3require (
4 github.com/prologic/go-gopher v0.0.0-20181230133552-0c68ed5f58b0
5 github.com/temoto/robotstxt v0.0.0-20180810133444-97ee4a9ee6ea
6)