summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorKubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com>2023-01-15 23:38:50 -0800
committerGitHub <noreply@github.com>2023-01-15 23:38:50 -0800
commit06df99149cecf84431dca5259a56757393ea8268 (patch)
tree4cfdbdfa01ea2ed56f1e13bea50b84ae78900559 /go.mod
parent5b887a65cf81061146d9532f1938e8239184d397 (diff)
parent27ddce709366b6cc08c88f5e657d7cced0b0a8f5 (diff)
Merge pull request #7038 from Priyankasaggu11929/add-kep-automation-in-sig-template
auto generate list of KEPs in annual-report/sig_report go template
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod15
1 files changed, 14 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index be491393..a333b394 100644
--- a/go.mod
+++ b/go.mod
@@ -4,5 +4,18 @@ go 1.18
require (
github.com/client9/misspell v0.3.4
- gopkg.in/yaml.v3 v3.0.0-20190409140830-cdc409dda467
+ 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
)