-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathgo.mod
More file actions
23 lines (21 loc) · 762 Bytes
/
go.mod
File metadata and controls
23 lines (21 loc) · 762 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module knative.dev/discovery
go 1.16
require (
github.com/cucumber/godog v0.10.0
github.com/cucumber/messages-go/v10 v10.0.3
github.com/google/go-cmp v0.5.6
github.com/google/licenseclassifier v0.0.0-20200708223521-3d09a0ea2f39
github.com/sergi/go-diff v1.1.0 // indirect
go.uber.org/zap v1.19.1
gopkg.in/yaml.v2 v2.4.0
k8s.io/api v0.22.5
k8s.io/apiextensions-apiserver v0.22.5
k8s.io/apimachinery v0.22.5
k8s.io/client-go v0.22.5
k8s.io/code-generator v0.22.5
k8s.io/kube-openapi v0.0.0-20211109043538-20434351676c
knative.dev/hack v0.0.0-20220224013837-e1785985d364
knative.dev/hack/schema v0.0.0-20220224013837-e1785985d364
knative.dev/pkg v0.0.0-20220225161142-708dc1cc48e9
knative.dev/reconciler-test v0.0.0-20220216192840-2c3291f210ce
)