summaryrefslogtreecommitdiff
path: root/go.mod
blob: a333b394f3a66d7412ca1b7c332806d16f3a7318 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module k8s.io/community

go 1.18

require (
	github.com/client9/misspell v0.3.4
	github.com/google/go-github/v32 v32.1.0
	gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
	k8s.io/enhancements v0.0.0-20230113204613-7f681415a001
)

require (
	github.com/go-playground/locales v0.13.0 // indirect
	github.com/go-playground/universal-translator v0.17.0 // indirect
	github.com/go-playground/validator/v10 v10.4.1 // indirect
	github.com/google/go-querystring v1.0.0 // indirect
	github.com/leodido/go-urn v1.2.1 // indirect
	github.com/pkg/errors v0.9.1 // indirect
	golang.org/x/crypto v0.0.0-20201002170205-7f63de1d35b0 // indirect
	golang.org/x/sys v0.0.0-20210112080510-489259a85091 // indirect
)