zikichombo / sio

sound I/O
BSD 3-Clause "New" or "Revised" License
25 stars 4 forks source link

fix corrupted go.mod, add -x to travis to help debug it #23

Closed wsc1 closed 5 years ago

mewmew commented 5 years ago

When you say corrupted, what do you mean? And what made it corrupt?

wsc1 commented 5 years ago

When you say corrupted, what do you mean? And what made it corrupt?

I'm not sure, somehow it said it was indirectly dependent on golang.org/x/mobile even though there are no such imports.

mewmew commented 5 years ago

I'm not sure, somehow it said it was indirectly dependent on golang.org/x/mobile even though there are no such imports.

Interesting, I wonder which package pulls in these dependencies.

wsc1 commented 5 years ago

no package pulls in the dependency. maybe I did a go get in the wrong directory, not sure.

but there are certainly no import dependencies of zc on anything other than go std lib as of yet.