Shopify / ejson

EJSON is a small library to manage encrypted secrets using asymmetric encryption.
MIT License
1.34k stars 62 forks source link

Restoring dependencies #35

Closed lxfontes closed 7 years ago

lxfontes commented 7 years ago

we broke go get github.com/ejson/cmd/ejson in #32 By removing godeps directory, we forced go to fetch dependencies remotely. These versions are consistent with glide.lock.

side effect: #34

r @andremedeiros @burke

burke commented 7 years ago

Vendoring is gross but it makes things nice 👍