1
0
mirror of https://github.com/opencontainers/image-spec.git synced 2026-02-05 18:45:00 +01:00
Files
image-spec/schema/go.mod
Brandon Mitchell cee899b04e Fix: Add entry to schema/go.sum
Signed-off-by: Brandon Mitchell <git@bmitch.net>
2025-07-17 15:09:59 -04:00

13 lines
331 B
Modula-2

module github.com/opencontainers/image-spec/schema
go 1.21
require (
github.com/opencontainers/go-digest v1.0.0
github.com/opencontainers/image-spec v1.1.2-0.20250717171153-ab80ff15c2dd
github.com/russross/blackfriday/v2 v2.1.0
github.com/santhosh-tekuri/jsonschema/v6 v6.0.2
)
require golang.org/x/text v0.14.0 // indirect