File: go.mod

package info (click to toggle)
golang-github-kubernetes-gengo 0.0~git20250207.1244d31-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,528 kB
  • sloc: sh: 90; makefile: 29
file content (15 lines) | stat: -rw-r--r-- 267 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
module k8s.io/gengo/v2

go 1.20

require (
	github.com/spf13/pflag v1.0.5
	golang.org/x/tools v0.16.1
	k8s.io/klog/v2 v2.2.0
)

require (
	github.com/go-logr/logr v0.2.0 // indirect
	github.com/google/go-cmp v0.6.0 // indirect
	golang.org/x/mod v0.14.0 // indirect
)