Skip to content

Commit

Permalink
Add go.mod and pin dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Ashok Pon Kumar <ashokponkumar@gmail.com>
  • Loading branch information
ashokponkumar committed Oct 1, 2020
1 parent 79b036d commit c823e59
Show file tree
Hide file tree
Showing 2 changed files with 253 additions and 0 deletions.
12 changes: 12 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
module github.com/opencontainers/image-spec

go 1.14

require (
github.com/opencontainers/go-digest v1.0.0
github.com/pkg/errors v0.9.1
github.com/russross/blackfriday v1.5.2
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
github.com/xeipuuv/gojsonschema v1.2.0
go4.org v0.0.0-20200411211856-f5505b9728dd
)
Loading

0 comments on commit c823e59

Please sign in to comment.