cyoung / stratux

Aviation weather and traffic receiver based on RTL-SDR.
BSD 3-Clause "New" or "Revised" License
1.04k stars 358 forks source link

WIP: Migrate stratux dependencies from git-modules to Go modules #809

Open doodles526 opened 4 years ago

doodles526 commented 4 years ago

This PR is a WIP for moving dependencies away from git-submodules and onto Go's module system which is considered stable as of 1.14. Note: this would bump the required Go version up to 1.14 as well.

I am yet to test the new code-base on the rPi - but I am successfully building the binaries now. Note: this depends on changes to goflying as well. Link to that PR will be added upon its creation.

doodles526 commented 4 years ago

Depends on https://github.com/cyoung/goflying/pull/1