blob: 6cde9a1f85b2b9c329407e8b5262abb6471af87c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
module git.feuerfuchs.dev/Feuerfuchs/gopherproxy
require (
github.com/NYTimes/gziphandler v1.1.1
github.com/davidbyttow/govips v0.0.0-20190304175058-d272f04c0fea
github.com/gobuffalo/packr/v2 v2.1.0
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
github.com/temoto/robotstxt v0.0.0-20180810133444-97ee4a9ee6ea
golang.org/x/net v0.0.0-20190311183353-d8887717615a
golang.org/x/text v0.3.0
)
go 1.13
|