File: go.mod

package info (click to toggle)
golang-k8s-system-validators 1.9.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 304 kB
  • sloc: sh: 286; makefile: 4
file content (8 lines) | stat: -rw-r--r-- 125 bytes parent folder | download
1
2
3
4
5
6
7
8
module k8s.io/system-validators

go 1.16

require (
	github.com/blang/semver/v4 v4.0.0
	github.com/stretchr/testify v1.3.0
)