mirror of https://github.com/k3s-io/k3s
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
879 B
27 lines
879 B
5 years ago
|
// 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.1
|
||
|
github.com/stretchr/testify v1.2.2
|
||
|
k8s.io/apimachinery v0.0.0
|
||
|
k8s.io/klog v0.3.1
|
||
|
k8s.io/utils v0.0.0-20190221042446-c2654d5206da
|
||
|
)
|
||
|
|
||
|
replace (
|
||
|
golang.org/x/sync => golang.org/x/sync v0.0.0-20181108010431-42b317875d0f
|
||
|
golang.org/x/sys => golang.org/x/sys v0.0.0-20190209173611-3b5209105503
|
||
|
golang.org/x/tools => golang.org/x/tools v0.0.0-20190313210603-aa82965741a9
|
||
|
k8s.io/apimachinery => ../apimachinery
|
||
|
k8s.io/component-base => ../component-base
|
||
|
)
|