File: go.mod

package info (click to toggle)
golang-github-appc-cni 1.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,132 kB
  • sloc: sh: 154; makefile: 7
file content (8 lines) | stat: -rw-r--r-- 168 bytes parent folder | download
1
2
3
4
5
6
7
8
module github.com/containernetworking/cni/plugins/debug

go 1.14

require (
	github.com/containernetworking/cni v1.0.1
	github.com/containernetworking/plugins v0.9.1
)