summaryrefslogtreecommitdiff
path: root/go.mod
blob: 60ce7117a6e114c45758cca82d396bd69cbfe3c8 (plain)
1
2
3
4
5
6
7
8
module k8s.io/community

go 1.12

require (
	github.com/client9/misspell v0.3.4
	gopkg.in/yaml.v2 v2.2.2
)