Expected Behavior
Use go modules instead of dep now that it's standard.
Current Behavior
Currently it seems that dep is being used, and while it may work, the repo and codebase could be simplified if we just use what's now provided as standard.
Context
I'm in the process of creating a pull request that will add snap package support for this app and using the standard go modules would make the packaging a bit simpler.