Skip to content

Commit 2daaaaf

Browse files
authored
Merge pull request #1274 from sudo-bmitch/pr-schema-go-mod
Fix: Add entry to schema/go.sum
2 parents ae11eeb + cee899b commit 2daaaaf

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

schema/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.21
44

55
require (
66
github.com/opencontainers/go-digest v1.0.0
7-
github.com/opencontainers/image-spec v1.1.1
7+
github.com/opencontainers/image-spec v1.1.2-0.20250717171153-ab80ff15c2dd
88
github.com/russross/blackfriday/v2 v2.1.0
99
github.com/santhosh-tekuri/jsonschema/v6 v6.0.2
1010
)

schema/go.sum

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ github.com/dlclark/regexp2 v1.11.0 h1:G/nrcoOa7ZXlpoa/91N3X7mM3r8eIlMBBJZvsz/mxK
22
github.com/dlclark/regexp2 v1.11.0/go.mod h1:DHkYz0B9wPfa6wondMfaivmHpzrQ3v9q8cnmRbL6yW8=
33
github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U=
44
github.com/opencontainers/go-digest v1.0.0/go.mod h1:0JzlMkj0TRzQZfJkVvzbP0HBR3IKzErnv2BNG4W4MAM=
5+
github.com/opencontainers/image-spec v1.1.1 h1:y0fUlFfIZhPF1W537XOLg0/fcx6zcHCJwooC2xJA040=
6+
github.com/opencontainers/image-spec v1.1.1/go.mod h1:qpqAh3Dmcf36wStyyWU+kCeDgrGnAve2nCC8+7h8Q0M=
7+
github.com/opencontainers/image-spec v1.1.2-0.20250717171153-ab80ff15c2dd h1:xO7I8yDuhBIf5icA9SwWES/sMW8VzbK+tlc1ffV/YDo=
8+
github.com/opencontainers/image-spec v1.1.2-0.20250717171153-ab80ff15c2dd/go.mod h1:GRy5q9c6/vsqXmQ1I6TL1PkhA64F6eXG9fUOQ9tFvm8=
59
github.com/russross/blackfriday/v2 v2.1.0 h1:JIOH55/0cWyOuilr9/qlrm0BSXldqnqwMsf35Ld67mk=
610
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
711
github.com/santhosh-tekuri/jsonschema/v6 v6.0.2 h1:KRzFb2m7YtdldCEkzs6KqmJw4nqEVZGK7IN2kJkjTuQ=

0 commit comments

Comments
 (0)