module git.loafle.net/odds_crawler/odds-crawler-backend go 1.12 require ( cloud.google.com/go v0.37.4 // indirect git.loafle.net/odds_crawler/odds-crawler-proto v0.0.0-20190501132318-747705e28f94 github.com/golang/protobuf v1.3.1 // indirect github.com/google/btree v1.0.0 // indirect github.com/google/go-cmp v0.3.0 // indirect github.com/google/pprof v0.0.0-20190404155422-f8f10df84213 // indirect github.com/hashicorp/golang-lru v0.5.1 // indirect golang.org/x/crypto v0.0.0-20190426145343-a29dc8fdc734 // indirect golang.org/x/exp v0.0.0-20190429183610-475c5042d3f1 // indirect golang.org/x/image v0.0.0-20190501045829-6d32002ffd75 // indirect golang.org/x/lint v0.0.0-20190409202823-959b441ac422 // indirect golang.org/x/mobile v0.0.0-20190415191353-3e0bab5405d6 // indirect golang.org/x/net v0.0.0-20190501004415-9ce7a6920f09 // indirect golang.org/x/oauth2 v0.0.0-20190402181905-9f3314589c9a // indirect golang.org/x/sys v0.0.0-20190429190828-d89cdac9e872 // indirect golang.org/x/text v0.3.2 // indirect golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 // indirect golang.org/x/tools v0.0.0-20190501045030-23463209683d // indirect google.golang.org/api v0.4.0 // indirect google.golang.org/appengine v1.5.0 // indirect google.golang.org/genproto v0.0.0-20190425155659-357c62f0e4bb // indirect google.golang.org/grpc v1.20.1 honnef.co/go/tools v0.0.0-20190418001031-e561f6794a2a // indirect )