File: go.mod

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

go 1.22

require (
	github.com/containerd/errdefs v0.3.0
	github.com/containerd/typeurl/v2 v2.2.0
	google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1
	google.golang.org/grpc v1.67.0
	google.golang.org/protobuf v1.34.2
)

require (
	github.com/gogo/protobuf v1.3.2 // indirect
	golang.org/x/sys v0.24.0 // indirect
)