forked from uzxmx/k8s-event-generator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
22 lines (20 loc) · 891 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/uzxmx/k8s-event-generator
go 1.13
require (
github.com/evanphx/json-patch v4.5.0+incompatible // indirect
github.com/go-logr/logr v1.2.3 // indirect
github.com/googleapis/gnostic v0.3.1 // indirect
github.com/imdario/mergo v0.3.8 // indirect
github.com/spf13/cobra v0.0.5
golang.org/x/net v0.0.0-20191207000613-e7e4b65ae663 // indirect
golang.org/x/oauth2 v0.0.0-20191202225959-858c2ad4c8b6 // indirect
golang.org/x/sys v0.0.0-20220727055044-e65921a090b8 // indirect
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
k8s.io/api v0.0.0-20191206001707-7edad22604e1
k8s.io/apimachinery v0.0.0-20191203211716-adc6f4cd9e7d
k8s.io/cli-runtime v0.0.0-20191204091246-2f9002c43394
k8s.io/client-go v0.0.0-20191204082520-bc9b51d240b2
k8s.io/klog v1.0.0
k8s.io/klog/v2 v2.70.1 // indirect
k8s.io/utils v0.0.0-20191114200735-6ca3b61696b6 // indirect
)