diff options
| author | Feuerfuchs <git@feuerfuchs.dev> | 2019-06-05 13:52:59 +0200 |
|---|---|---|
| committer | Feuerfuchs <git@feuerfuchs.dev> | 2019-06-05 13:52:59 +0200 |
| commit | c55e859bd93016f7246ea62984f7eaa02a325736 (patch) | |
| tree | e4729c569fb905f069ed8520f7dfce6cf280d10a /go.mod | |
| parent | Fix selection color in Chrome (diff) | |
| download | gopherproxy-c55e859bd93016f7246ea62984f7eaa02a325736.tar.gz gopherproxy-c55e859bd93016f7246ea62984f7eaa02a325736.tar.bz2 gopherproxy-c55e859bd93016f7246ea62984f7eaa02a325736.zip | |
Updated font handling
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -1,6 +1,7 @@ | |||
| 1 | module git.feuerfuchs.dev/Feuerfuchs/gopherproxy | 1 | module git.feuerfuchs.dev/Feuerfuchs/gopherproxy |
| 2 | 2 | ||
| 3 | require ( | 3 | require ( |
| 4 | github.com/gobuffalo/packr v1.25.0 | ||
| 4 | github.com/prologic/go-gopher v0.0.0-20181230133552-0c68ed5f58b0 | 5 | github.com/prologic/go-gopher v0.0.0-20181230133552-0c68ed5f58b0 |
| 5 | github.com/temoto/robotstxt v0.0.0-20180810133444-97ee4a9ee6ea | 6 | github.com/temoto/robotstxt v0.0.0-20180810133444-97ee4a9ee6ea |
| 6 | ) | 7 | ) |
