File: go.mod

package info (click to toggle)
golang-github-opencontainers-image-spec 1.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: experimental, forky, sid
  • size: 616 kB
  • sloc: makefile: 115
file content (16 lines) | stat: -rw-r--r-- 483 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
module github.com/opencontainers/image-spec

// The minimum Go release is only incremented when required by a feature.
// At least 3 Go releases will be supported by the spec.
// For example, updating this version to 1.19 first requires Go 1.21 to be released.
go 1.21

toolchain go1.24.13

require (
	github.com/opencontainers/go-digest v1.0.0
	github.com/russross/blackfriday v1.6.0
	github.com/santhosh-tekuri/jsonschema/v6 v6.0.2
)

require golang.org/x/text v0.14.0 // indirect