mirror of
https://github.com/kubereboot/kured.git
synced 2026-05-19 06:46:44 +00:00
24 lines
971 B
Modula-2
24 lines
971 B
Modula-2
module github.com/weaveworks/kured
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/gogo/protobuf v1.2.0 // indirect
|
|
github.com/googleapis/gnostic v0.2.0 // indirect
|
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
|
github.com/json-iterator/go v1.1.5 // indirect
|
|
github.com/prometheus/client_golang v0.0.0-20181230203121-fb3d5cb2ad57
|
|
github.com/prometheus/common v0.0.0-20181218105931-67670fe90761
|
|
github.com/prometheus/procfs v0.0.0-20190102135031-14fa7590c24d // indirect
|
|
github.com/sirupsen/logrus v1.2.0
|
|
github.com/spf13/cobra v0.0.0-20181127133106-d2d81d9a96e2
|
|
github.com/spf13/pflag v1.0.3 // indirect
|
|
golang.org/x/crypto v0.0.0-20190102171810-8d7daa0c54b3 // indirect
|
|
golang.org/x/time v0.0.0-20181108054448-85acf8d2951c // indirect
|
|
gopkg.in/inf.v0 v0.9.1 // indirect
|
|
gopkg.in/yaml.v2 v2.2.2 // indirect
|
|
k8s.io/apimachinery v0.0.0-20190612205821-1799e75a0719
|
|
k8s.io/client-go v12.0.0+incompatible
|
|
k8s.io/utils v0.0.0-20190506122338-8fab8cb257d5 // indirect
|
|
)
|