cnabio / cnab-go

A Go implementation of CNAB Core 1.0
MIT License
69 stars 37 forks source link

Consider checking in the vendor/ directory #151

Closed radu-matei closed 3 years ago

radu-matei commented 4 years ago

As pointed out in #150, cnab-go seems to be the only Go repo in the CNAB ecosystem where we don't check in the vendor/ directory.

This issue tracks that discussion.

carolynvs commented 3 years ago

Closing since we don't vendor now that we use go mods