-
- Downloads
Implement caching
cache_memory.go
0 → 100644
... | @@ -3,6 +3,6 @@ module git.kuschku.de/justjanne/bahn-proxy | ... | @@ -3,6 +3,6 @@ module git.kuschku.de/justjanne/bahn-proxy |
go 1.12 | go 1.12 | ||
require ( | require ( | ||
git.kuschku.de/justjanne/bahn-api v0.0.0-20190503215445-3da40decb307 | git.kuschku.de/justjanne/bahn-api v0.0.0-20190504113537-452e8eed7129 | ||
golang.org/x/text v0.3.2 // indirect | github.com/patrickmn/go-cache v2.1.0+incompatible | ||
) | ) |
Please register or sign in to comment