Skip to content

Commit

Permalink
bump cnab-go
Browse files Browse the repository at this point in the history
  • Loading branch information
carolynvs-msft authored and carolynvs committed Jun 30, 2020
1 parent b01885a commit adfc634
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions go.mod
Expand Up @@ -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
Expand Down

0 comments on commit adfc634

Please sign in to comment.