diff --git a/go.mod b/go.mod index 6b300edb0..00cd60ecd 100644 --- a/go.mod +++ b/go.mod @@ -12,16 +12,13 @@ replace github.com/hashicorp/go-plugin => github.com/carolynvs/go-plugin v1.0.1- // When I try to just use the require, go is shortening it to v2.7.1+incompatible which then fails to build... replace github.com/docker/distribution => github.com/docker/distribution v2.7.1-0.20190205005809-0d3efadf0154+incompatible -// Combination of https://github.com/cnabio/cnab-go/pull/212 and https://github.com/cnabio/cnab-go/pull/219 -replace github.com/cnabio/cnab-go => github.com/carolynvs/cnab-go v0.12.1-beta1.0.20200611195210-91576308be48 - require ( github.com/Masterminds/semver v1.5.0 github.com/PaesslerAG/jsonpath v0.1.1 github.com/PuerkitoBio/goquery v1.5.0 // indirect github.com/carolynvs/datetime-printer v0.2.0 github.com/cbroglie/mustache v1.0.1 - github.com/cnabio/cnab-go v0.12.1-beta1 + github.com/cnabio/cnab-go v0.12.1-beta1.0.20200625223724-ed995e63a5e9 github.com/cnabio/cnab-to-oci v0.3.1-beta1 github.com/containerd/containerd v1.3.0 github.com/containerd/continuity v0.0.0-20200228182428-0f16d7a0959c // indirect