forked from knative/eventing-contrib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
30 lines (27 loc) · 1.23 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
module knative.dev/eventing-contrib
go 1.14
require (
github.com/cloudevents/sdk-go/v2 v2.2.0
github.com/gorilla/websocket v1.4.2
github.com/influxdata/tdigest v0.0.1 // indirect
github.com/kelseyhightower/envconfig v1.4.0
github.com/stretchr/testify v1.6.0 // indirect
go.opencensus.io v0.22.5-0.20200716030834-3456e1d174b2 // indirect
gopkg.in/yaml.v3 v3.0.0-20200601152816-913338de1bd2 // indirect
knative.dev/eventing v0.17.1-0.20200925222044-b313bac67b1c
knative.dev/hack v0.0.0-20201027221733-0d7f2f064b7b
knative.dev/pkg v0.0.0-20201027223833-826303ca0653
)
replace (
github.com/Azure/go-autorest/autorest => github.com/Azure/go-autorest/autorest v0.9.6
github.com/googleapis/gnostic => github.com/googleapis/gnostic v0.3.1
github.com/prometheus/client_golang => github.com/prometheus/client_golang v0.9.2
gomodules.xyz/jsonpatch/v2 => github.com/gomodules/jsonpatch/v2 v2.1.0
k8s.io/api => k8s.io/api v0.18.8
k8s.io/apiextensions-apiserver => k8s.io/apiextensions-apiserver v0.18.8
k8s.io/apimachinery => k8s.io/apimachinery v0.18.8
k8s.io/apiserver => k8s.io/apiserver v0.18.8
k8s.io/client-go => k8s.io/client-go v0.18.8
k8s.io/code-generator => k8s.io/code-generator v0.18.8
vbom.ml/util => github.com/fvbommel/util v0.0.2
)