Closed williammartin closed 4 days ago
This PR relates to the discussion in https://github.com/zalando/go-keyring/pull/113 about the shellescape dependency using a vanity URL and practical solutions for avoiding that.
shellescape
From my point of view, the dependency is small and stable so the risk of inlining this is low. I understand if you'd prefer not to though.
Let's put it under internal so we don't become a new public package for this :)
internal
https://go.dev/doc/go1.4#internalpackages
Cool, I also uhh... remembered to actually use it. 😅
👍
:+1:
Description
This PR relates to the discussion in https://github.com/zalando/go-keyring/pull/113 about the
shellescape
dependency using a vanity URL and practical solutions for avoiding that.From my point of view, the dependency is small and stable so the risk of inlining this is low. I understand if you'd prefer not to though.