faiface / beep

A little package that brings sound to any Go application. Suitable for playback and audio-processing.
MIT License
2.08k stars 152 forks source link

update deps #95

Closed joe-getcouragenow closed 4 years ago

joe-getcouragenow commented 4 years ago

I just updated the deps and ran go test -v

I needed to update Otto because of new MAC OS, but it was easy to also update all the other old ones.

Hope this is ok with you.

faiface commented 4 years ago

This is great, thanks!

joe-getcouragenow commented 4 years ago

no worries.

in VScode when you open the go.mod file, it handles all the version upgrading pretty much for you.