aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 2 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index b8e8baf..503bb87 100644
--- a/go.mod
+++ b/go.mod
@@ -7,6 +7,8 @@ require (
7 github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 7 github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
8 github.com/prologic/go-gopher v0.0.0-20181230133552-0c68ed5f58b0 8 github.com/prologic/go-gopher v0.0.0-20181230133552-0c68ed5f58b0
9 github.com/temoto/robotstxt v0.0.0-20180810133444-97ee4a9ee6ea 9 github.com/temoto/robotstxt v0.0.0-20180810133444-97ee4a9ee6ea
10 golang.org/x/net v0.0.0-20190311183353-d8887717615a
11 golang.org/x/text v0.3.0
10) 12)
11 13
12go 1.13 14go 1.13