File: go.mod

package info (click to toggle)
golang-github-containerd-platforms 0.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 216 kB
  • sloc: makefile: 2
file content (18 lines) | stat: -rw-r--r-- 456 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module github.com/containerd/platforms

go 1.20

require (
	github.com/containerd/log v0.1.0
	github.com/opencontainers/image-spec v1.1.0-rc5
	github.com/stretchr/testify v1.8.4
	golang.org/x/sys v0.10.0
)

require (
	github.com/davecgh/go-spew v1.1.1 // indirect
	github.com/opencontainers/go-digest v1.0.0 // indirect
	github.com/pmezard/go-difflib v1.0.0 // indirect
	github.com/sirupsen/logrus v1.9.3 // indirect
	gopkg.in/yaml.v3 v3.0.1 // indirect
)