Closed ashleyschuett closed 5 years ago
These change move the package from using glide for package management to using dep. I have also changed the output of the secret to use the stringData key to make it easier for users to use this tool for editing the secret as well as viewing it.
Fixes #6
from using glide for package management to using dep
BTW Go modules (go.mod + go.sum) seem to be the path forward, though tooling is still catching up.
go.mod
go.sum
These change move the package from using glide for package management to using dep. I have also changed the output of the secret to use the stringData key to make it easier for users to use this tool for editing the secret as well as viewing it.
Fixes #6