diff options
| author | Feuerfuchs <git@feuerfuchs.dev> | 2019-11-16 09:59:03 +0100 |
|---|---|---|
| committer | Feuerfuchs <git@feuerfuchs.dev> | 2019-11-16 09:59:03 +0100 |
| commit | 67571c49c119993ce553bec68c87e59332b5e03c (patch) | |
| tree | 458efc711f3cf99a55a4ab3aba4f8cdf1cc3ac5d /go.mod | |
| parent | Fixed some issues with Gemini (diff) | |
| download | gopherproxy-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.mod | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -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 | ||
| 12 | go 1.13 | 14 | go 1.13 |
