Skip to content
Snippets Groups Projects
Select Git revision
  • caad8f7f14a9bd2517d8d80874238f974296e3b8
  • master default
2 results

go.mod

Blame
  • This project manages its dependencies using Go Modules. Learn more
    go.mod 365 B
    module git.kuschku.de/justjanne/bahn-proxy
    
    go 1.12
    
    require (
    	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
    )