@@ -17,13 +17,12 @@ require (
17
17
github.com/containerd/ttrpc v1.0.0 // indirect
18
18
github.com/containerd/typeurl v1.0.0 // indirect
19
19
github.com/docker/cli v0.0.0-20191017083524-a8ff7f821017
20
- github.com/docker/cnab-to-oci v0.3.0-beta4 // indirect
21
20
github.com/docker/distribution v2.7.1+incompatible
22
21
github.com/docker/docker v1.4.2-0.20181229214054-f76d6a078d88
23
22
github.com/docker/go-metrics v0.0.1 // indirect
24
23
github.com/dustin/go-humanize v1.0.0
25
24
github.com/ghodss/yaml v1.0.0
26
- github.com/gobuffalo/packr/v2 v2.7.1
25
+ github.com/gobuffalo/packr/v2 v2.8.0
27
26
github.com/gogo/googleapis v1.3.2 // indirect
28
27
github.com/google/go-containerregistry v0.0.0-20191015185424-71da34e4d9b3
29
28
github.com/gorilla/mux v1.7.4 // indirect
@@ -39,10 +38,10 @@ require (
39
38
github.com/pivotal/image-relocation v0.0.0-20191111101224-e94aff6df06c
40
39
github.com/pkg/errors v0.8.1
41
40
github.com/spf13/afero v1.2.2
42
- github.com/spf13/cobra v0.0.5
41
+ github.com/spf13/cobra v0.0.6
43
42
github.com/spf13/pflag v1.0.5
44
- github.com/spf13/viper v1.3.2
45
- github.com/stretchr/testify v1.4.0
43
+ github.com/spf13/viper v1.4.0
44
+ github.com/stretchr/testify v1.5.1
46
45
github.com/xeipuuv/gojsonschema v1.2.0
47
46
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
48
47
gopkg.in/AlecAivazis/survey.v1 v1.8.7
@@ -58,3 +57,5 @@ replace github.com/hashicorp/go-plugin => github.com/carolynvs/go-plugin v1.0.1-
58
57
// See https://github.com/containerd/containerd/issues/3031
59
58
// When I try to just use the require, go is shortening it to v2.7.1+incompatible which then fails to build...
60
59
replace github.com/docker/distribution => github.com/docker/distribution v2.7.1-0.20190205005809-0d3efadf0154+incompatible
60
+
61
+ replace github.com/cnabio/cnab-go => github.com/vdice/cnab-go v0.0.0-20200424180850-5395191c27b9
0 commit comments