aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorFeuerfuchs <git@feuerfuchs.dev>2019-11-11 18:58:24 +0100
committerFeuerfuchs <git@feuerfuchs.dev>2019-11-11 18:58:24 +0100
commitd0b3c432bdc80796f8854651b2822662a3ccef70 (patch)
tree7a970f50d43ffdb8c1d39411742b0e021cf122f7 /go.mod
parentProtocol handlers for gopher are not supported by browsers (diff)
downloadgopherproxy-d0b3c432bdc80796f8854651b2822662a3ccef70.tar.gz
gopherproxy-d0b3c432bdc80796f8854651b2822662a3ccef70.tar.bz2
gopherproxy-d0b3c432bdc80796f8854651b2822662a3ccef70.zip
Replaced UglifyJS with Terser, include whole asset path in struct, display errors in template instead of basic HTML
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 8f10ae5..bccf9dd 100644
--- a/go.mod
+++ b/go.mod
@@ -7,3 +7,5 @@ require (
7 github.com/prologic/go-gopher v0.0.0-20181230133552-0c68ed5f58b0 7 github.com/prologic/go-gopher v0.0.0-20181230133552-0c68ed5f58b0
8 github.com/temoto/robotstxt v0.0.0-20180810133444-97ee4a9ee6ea 8 github.com/temoto/robotstxt v0.0.0-20180810133444-97ee4a9ee6ea
9) 9)
10
11go 1.13