grailbio / base

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

Fix go.{mod,sum} post-sync with internal repo #27

Closed jcharum closed 3 years ago

jcharum commented 3 years ago

After syncing with the GRAIL internal repo, there were build failures due to stale go.mod entries. I have updated them with internal changes to fix those build failures and run go mod tidy to eliminate any unused entries.

Unit tests succeed.