diff options
| author | Feuerfuchs <git@feuerfuchs.dev> | 2019-11-26 13:13:02 +0100 |
|---|---|---|
| committer | Feuerfuchs <git@feuerfuchs.dev> | 2019-11-26 13:13:02 +0100 |
| commit | 93115f804220c31c2aa10f123560fb11135f06d8 (patch) | |
| tree | a3c12f68c4263f3e34b1e03f12e7962aab9cfbf5 /go.mod | |
| parent | Fix title on startpage (diff) | |
| download | gopherproxy-93115f804220c31c2aa10f123560fb11135f06d8.tar.gz gopherproxy-93115f804220c31c2aa10f123560fb11135f06d8.tar.bz2 gopherproxy-93115f804220c31c2aa10f123560fb11135f06d8.zip | |
Add IPv6 support, general restructuring
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 1 |
1 files changed, 0 insertions, 1 deletions
| @@ -5,7 +5,6 @@ require ( | |||
| 5 | github.com/davidbyttow/govips v0.0.0-20190304175058-d272f04c0fea | 5 | github.com/davidbyttow/govips v0.0.0-20190304175058-d272f04c0fea |
| 6 | github.com/gobuffalo/packr/v2 v2.1.0 | 6 | github.com/gobuffalo/packr/v2 v2.1.0 |
| 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 | ||
| 9 | github.com/temoto/robotstxt v0.0.0-20180810133444-97ee4a9ee6ea | 8 | github.com/temoto/robotstxt v0.0.0-20180810133444-97ee4a9ee6ea |
| 10 | golang.org/x/net v0.0.0-20190311183353-d8887717615a | 9 | golang.org/x/net v0.0.0-20190311183353-d8887717615a |
| 11 | golang.org/x/text v0.3.0 | 10 | golang.org/x/text v0.3.0 |
