grailbio / base

A collection of Go utility packages used by GRAIL's tools
Apache License 2.0
86 stars 24 forks source link

go.mod: fix dependency on google.golang.org/api v0.10.0 #7

Closed cosnicolaou closed 4 years ago

cosnicolaou commented 4 years ago

It turns out that google.golang.org/api v0.11.0 breaks upstream code since it's an incompatible change and since base doesn't really need that version, let's stick to v0.10.0 for now.