cleanup: first pass at fixing command package warnings
This PR is the first of several for cleaning up warnings, and refactoring bits of code in the command package. First pass is over acl_ files and gets some helpers in place.
Showing
+205 -295
... | @@ -109,7 +109,7 @@ require ( | ... | @@ -109,7 +109,7 @@ require ( |
github.com/ryanuber/go-glob v1.0.0 | github.com/ryanuber/go-glob v1.0.0 | ||
github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 | github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 | ||
github.com/shirou/gopsutil/v3 v3.21.12 | github.com/shirou/gopsutil/v3 v3.21.12 | ||
github.com/shoenig/test v0.3.0 | github.com/shoenig/test v0.3.1 | ||
github.com/skratchdot/open-golang v0.0.0-20160302144031-75fb7ed4208c | github.com/skratchdot/open-golang v0.0.0-20160302144031-75fb7ed4208c | ||
github.com/stretchr/testify v1.8.0 | github.com/stretchr/testify v1.8.0 | ||
github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635 | github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635 | ||
... | ... |
Please register or sign in to comment