mirror of
https://github.com/opencontainers/image-spec.git
synced 2026-02-05 18:45:00 +01:00
13 lines
331 B
Modula-2
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
|