jeffreydwalter / arlo-go

WIP - (BETA) - Go package for interacting with Netgear's Arlo camera system.
MIT License
43 stars 8 forks source link

Consider whether go modules is mature enough to switch from dep. #14

Closed jeffreydwalter closed 4 years ago

jeffreydwalter commented 5 years ago

Last time I checked go modules was still an very immature concept. Let's revisit it, and if it's more mature move to it from dep.

bwagner5 commented 4 years ago

I definitely think go modules is mature enough now.

jeffreydwalter commented 4 years ago

Agreed. Thank you for the PR!