You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: