-
- Downloads
added utf8 header
... | ... | @@ -3,9 +3,10 @@ module git.kuschku.de/justjanne/bahn-proxy |
go 1.12 | ||
require ( | ||
git.kuschku.de/justjanne/bahn-api v0.0.0-20190504153151-3f6741590505 | ||
git.kuschku.de/justjanne/bahn-api v0.0.0-20190504160313-5e30ecd44bd3 | ||
github.com/go-redis/cache v6.3.5+incompatible | ||
github.com/go-redis/redis v6.15.2+incompatible | ||
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b | ||
github.com/patrickmn/go-cache v2.1.0+incompatible | ||
gopkg.in/yaml.v2 v2.2.2 | ||
) |
Please register or sign in to comment