aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorFeuerfuchs <git@feuerfuchs.dev>2019-11-16 09:59:03 +0100
committerFeuerfuchs <git@feuerfuchs.dev>2019-11-16 09:59:03 +0100
commit67571c49c119993ce553bec68c87e59332b5e03c (patch)
tree458efc711f3cf99a55a4ab3aba4f8cdf1cc3ac5d /go.mod
parentFixed some issues with Gemini (diff)
downloadgopherproxy-67571c49c119993ce553bec68c87e59332b5e03c.tar.gz
gopherproxy-67571c49c119993ce553bec68c87e59332b5e03c.tar.bz2
gopherproxy-67571c49c119993ce553bec68c87e59332b5e03c.zip
Gemini: Add support for charset MIME parameter
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