Summary
The data/abi package was meant to be easily installed and used from the Go SDK, but the commit d3bbe62 introduced a dependency from data/abi to data/basics, which in turn references crypto packages with C dependencies. This means the Go SDK cannot easily update go-algorand past that commit.
We could refactor the data/abi package to avoid referencing data/basics.
Priority
Needs to be done for the Go SDK to update past the commit d3bbe62.