mirror of https://github.com/docker/cli.git
27 lines
806 B
Modula-2
27 lines
806 B
Modula-2
// This is a generated file. Do not edit directly.
|
|
|
|
module k8s.io/component-base
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/blang/semver v3.5.0+incompatible
|
|
github.com/prometheus/client_golang v0.9.2
|
|
github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910
|
|
github.com/prometheus/common v0.0.0-20181126121408-4724e9255275
|
|
github.com/prometheus/procfs v0.0.0-20181204211112-1dc9a6cbc91a
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/stretchr/testify v1.3.0
|
|
k8s.io/apimachinery v0.16.9
|
|
k8s.io/client-go v0.16.9
|
|
k8s.io/klog v1.0.0
|
|
k8s.io/utils v0.0.0-20190801114015-581e00157fb1
|
|
)
|
|
|
|
replace (
|
|
golang.org/x/tools => golang.org/x/tools v0.0.0-20190821162956-65e3620a7ae7
|
|
k8s.io/api => k8s.io/api v0.16.9
|
|
k8s.io/apimachinery => k8s.io/apimachinery v0.16.9
|
|
k8s.io/client-go => k8s.io/client-go v0.16.9
|
|
)
|