30 lines
1.4 KiB
Modula-2
30 lines
1.4 KiB
Modula-2
module git.loafle.net/odds_crawler/odds-crawler-backend
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
cloud.google.com/go v0.38.0 // indirect
|
|
git.loafle.net/chrome_devtools_protocol/cdp-go v0.0.0-20190511112643-8f164d54e193
|
|
git.loafle.net/chrome_devtools_protocol/protocol-go v0.0.0-20190511082759-e646ea628cc3
|
|
git.loafle.net/odds_crawler/odds-crawler-proto v0.0.0-20190512071153-f53972e2392d
|
|
github.com/golang/mock v1.3.0 // 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-20190502144155-8358a9778bd1 // indirect
|
|
github.com/hashicorp/golang-lru v0.5.1 // indirect
|
|
golang.org/x/crypto v0.0.0-20190510104115-cbcb75029529 // indirect
|
|
golang.org/x/exp v0.0.0-20190510132918-efd6b22b2522 // indirect
|
|
golang.org/x/image v0.0.0-20190507092727-e4e5bf290fec // indirect
|
|
golang.org/x/lint v0.0.0-20190409202823-959b441ac422 // indirect
|
|
golang.org/x/mobile v0.0.0-20190509164839-32b2708ab171 // indirect
|
|
golang.org/x/net v0.0.0-20190509222800-a4d6f7feada5 // indirect
|
|
golang.org/x/oauth2 v0.0.0-20190402181905-9f3314589c9a // 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-20190511041617-99f201b6807e // indirect
|
|
google.golang.org/api v0.5.0 // indirect
|
|
google.golang.org/genproto v0.0.0-20190508193815-b515fa19cec8 // indirect
|
|
google.golang.org/grpc v1.20.1
|
|
honnef.co/go/tools v0.0.0-20190418001031-e561f6794a2a // indirect
|
|
)
|