cnabio / cnab-go

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

Consider updating the go/containerregistry dependency #152

Open radu-matei opened 4 years ago

radu-matei commented 4 years ago

https://github.com/deislabs/cnab-go/pull/150#discussion_r337149586

cc @glyn

glyn commented 4 years ago

I took a look at this and it was getting pretty messy because of transitive dependencies. So I propose we defer doing this until after https://github.com/deislabs/cnab-go/pull/150 is merged. Alternatively, I'd prefer to move to Go modules as that will make a better job than dep of transitive dependencies.

glyn commented 4 years ago

Raised https://github.com/deislabs/cnab-go/issues/156.