Skip to content

Commit 4f080a7

Browse files
committed
Add go.mod and pin dependencies
Signed-off-by: Ashok Pon Kumar <[email protected]>
1 parent fe7b394 commit 4f080a7

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

specs-go/go.mod

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
module github.com/opencontainers/image-spec/specs-go
2+
3+
go 1.15
4+
5+
require github.com/opencontainers/go-digest v1.0.0

specs-go/go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U=
2+
github.com/opencontainers/go-digest v1.0.0/go.mod h1:0JzlMkj0TRzQZfJkVvzbP0HBR3IKzErnv2BNG4W4MAM=

0 commit comments

Comments
 (0)