aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
blob: b8e8baf77ffcc0e7266ac9046d6049e87f030a13 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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/prologic/go-gopher v0.0.0-20181230133552-0c68ed5f58b0
	github.com/temoto/robotstxt v0.0.0-20180810133444-97ee4a9ee6ea
)

go 1.13