File: go.mod

package info (click to toggle)
golang-github-containerd-typeurl 2.2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 124 kB
  • sloc: makefile: 2
file content (8 lines) | stat: -rw-r--r-- 131 bytes parent folder | download
1
2
3
4
5
6
7
8
module github.com/containerd/typeurl/v2

go 1.21

require (
	github.com/gogo/protobuf v1.3.2
	google.golang.org/protobuf v1.33.0
)