File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -3,14 +3,16 @@ module github.com/opencontainers/image-spec
33go 1.17
44
55require (
6- github.com/davecgh/go-spew v1.1.1 // indirect
76 github.com/opencontainers/go-digest v1.0.0
87 github.com/pkg/errors v0.9.1
98 github.com/russross/blackfriday v1.6.0
10- github.com/stretchr/testify v1.7.0 // indirect
119 github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
1210 github.com/xeipuuv/gojsonschema v1.2.0
13- gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
1411)
1512
16- require github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect
13+ require (
14+ github.com/davecgh/go-spew v1.1.1 // indirect
15+ github.com/stretchr/testify v1.7.0 // indirect
16+ github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect
17+ gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
18+ )
You can’t perform that action at this time.
0 commit comments