mirror of
https://github.com/kubereboot/kured.git
synced 2026-03-22 10:36:56 +00:00
After the release of kured 1.4.0 we should be able to go back. This was decided in our meeting (https://docs.google.com/document/d/1bsHTjHhqaaZ7yJnXF6W8c89UB_yn-OoSZEmDnIP34n8/edit#heading=h.8cgszb6vuhza) Let's go with supporting 1.1[678] in this release.
16 lines
527 B
Modula-2
16 lines
527 B
Modula-2
module github.com/weaveworks/kured
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/googleapis/gnostic v0.2.0 // indirect
|
|
github.com/inconshreveable/mousetrap v1.0.0 // 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
|
|
k8s.io/apimachinery v0.17.0
|
|
k8s.io/client-go v0.17.0
|
|
)
|