From d0b3c432bdc80796f8854651b2822662a3ccef70 Mon Sep 17 00:00:00 2001 From: Feuerfuchs Date: Mon, 11 Nov 2019 18:58:24 +0100 Subject: Replaced UglifyJS with Terser, include whole asset path in struct, display errors in template instead of basic HTML --- go.mod | 2 ++ 1 file changed, 2 insertions(+) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 8f10ae5..bccf9dd 100644 --- a/go.mod +++ b/go.mod @@ -7,3 +7,5 @@ require ( github.com/prologic/go-gopher v0.0.0-20181230133552-0c68ed5f58b0 github.com/temoto/robotstxt v0.0.0-20180810133444-97ee4a9ee6ea ) + +go 1.13 -- cgit v1.3.1