mirror of https://github.com/knative/caching.git
25 lines
906 B
Modula-2
25 lines
906 B
Modula-2
module knative.dev/caching
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/aws/aws-sdk-go v1.31.12 // indirect
|
|
github.com/c2h5oh/datasize v0.0.0-20200112174442-28bbd4740fee // 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.17.0
|
|
k8s.io/api v0.20.7
|
|
k8s.io/apimachinery v0.20.7
|
|
k8s.io/client-go v0.20.7
|
|
k8s.io/code-generator v0.20.7
|
|
k8s.io/kube-openapi v0.0.0-20201113171705-d219536bb9fd
|
|
knative.dev/hack v0.0.0-20210610231243-3d4b264d9472
|
|
knative.dev/pkg v0.0.0-20210611082343-dd15eb09982b
|
|
)
|