mirror of https://github.com/knative/caching.git
26 lines
973 B
Modula-2
26 lines
973 B
Modula-2
module knative.dev/caching
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/c2h5oh/datasize v0.0.0-20200112174442-28bbd4740fee // indirect
|
|
github.com/fsnotify/fsnotify v1.4.9 // indirect
|
|
github.com/go-openapi/spec v0.19.6 // indirect
|
|
github.com/google/go-cmp v0.5.6
|
|
github.com/google/licenseclassifier v0.0.0-20200708223521-3d09a0ea2f39
|
|
github.com/influxdata/tdigest v0.0.1 // indirect
|
|
github.com/miekg/dns v1.1.29 // indirect
|
|
github.com/sergi/go-diff v1.1.0 // indirect
|
|
github.com/tsenart/go-tsz v0.0.0-20180814235614-0bd30b3df1c3 // indirect
|
|
github.com/tsenart/vegeta v12.7.1-0.20190725001342-b5f4fca92137+incompatible
|
|
go.uber.org/zap v1.19.0
|
|
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
|
|
k8s.io/api v0.21.4
|
|
k8s.io/apimachinery v0.21.4
|
|
k8s.io/client-go v0.21.4
|
|
k8s.io/code-generator v0.21.4
|
|
k8s.io/kube-openapi v0.0.0-20210305001622-591a79e4bda7
|
|
knative.dev/hack v0.0.0-20210806075220-815cd312d65c
|
|
knative.dev/pkg v0.0.0-20210914164111-4857ab6939e3
|
|
)
|