aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 1 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 7c178d3..099e4c0 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,7 @@
1module git.feuerfuchs.dev/Feuerfuchs/gopherproxy 1module git.feuerfuchs.dev/Feuerfuchs/gopherproxy
2 2
3require ( 3require (
4 github.com/gobuffalo/packr v1.25.0
4 github.com/prologic/go-gopher v0.0.0-20181230133552-0c68ed5f58b0 5 github.com/prologic/go-gopher v0.0.0-20181230133552-0c68ed5f58b0
5 github.com/temoto/robotstxt v0.0.0-20180810133444-97ee4a9ee6ea 6 github.com/temoto/robotstxt v0.0.0-20180810133444-97ee4a9ee6ea
6) 7)