mirror of
https://github.com/kubernetes/node-problem-detector.git
synced 2026-02-14 18:09:57 +00:00
93 lines
4.4 KiB
Modula-2
93 lines
4.4 KiB
Modula-2
module k8s.io/node-problem-detector
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
cloud.google.com/go v0.45.1
|
|
code.cloudfoundry.org/clock v0.0.0-20180518195852-02e53af36e6c
|
|
contrib.go.opencensus.io/exporter/prometheus v0.0.0-20190427222117-f6cda26f80a3
|
|
contrib.go.opencensus.io/exporter/stackdriver v0.13.4
|
|
github.com/acobaugh/osrelease v0.0.0-20181218015638-a93a0a55a249
|
|
github.com/avast/retry-go v2.4.1+incompatible
|
|
github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e
|
|
github.com/euank/go-kmsg-parser v2.0.0+incompatible
|
|
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
|
|
github.com/google/cadvisor v0.36.0
|
|
github.com/hpcloud/tail v1.0.0
|
|
github.com/onsi/ginkgo v1.16.5
|
|
github.com/onsi/gomega v1.10.1
|
|
github.com/pborman/uuid v1.2.0
|
|
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4
|
|
github.com/prometheus/common v0.4.1
|
|
github.com/prometheus/procfs v0.2.0
|
|
github.com/shirou/gopsutil v2.19.12+incompatible
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/stretchr/testify v1.6.1
|
|
go.opencensus.io v0.22.4
|
|
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
|
|
golang.org/x/sys v0.0.0-20210112080510-489259a85091
|
|
google.golang.org/api v0.10.0
|
|
k8s.io/api v0.0.0-20190816222004-e3a6b8045b0b
|
|
k8s.io/apimachinery v0.0.0-20190816221834-a9f1d8a9c101
|
|
k8s.io/client-go v11.0.1-0.20190805182717-6502b5e7b1b5+incompatible
|
|
k8s.io/heapster v0.0.0-20180704153620-b25f8a16208f
|
|
k8s.io/kubernetes v1.14.6
|
|
k8s.io/test-infra v0.0.0-20190914015041-e1cbc3ccd91c
|
|
)
|
|
|
|
require (
|
|
github.com/StackExchange/wmi v0.0.0-20181212234831-e0a55b97c705 // indirect
|
|
github.com/aws/aws-sdk-go v1.23.20 // indirect
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/census-instrumentation/opencensus-proto v0.2.1 // indirect
|
|
github.com/coreos/pkg v0.0.0-20160727233714-3ac0863d7acf // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/fsnotify/fsnotify v1.4.9 // indirect
|
|
github.com/go-ole/go-ole v1.2.4 // indirect
|
|
github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0 // indirect
|
|
github.com/gogo/protobuf v1.3.1 // indirect
|
|
github.com/golang/groupcache v0.0.0-20191227052852-215e87163ea7 // indirect
|
|
github.com/golang/protobuf v1.4.2 // indirect
|
|
github.com/google/go-cmp v0.4.0 // indirect
|
|
github.com/google/gofuzz v1.0.0 // indirect
|
|
github.com/google/uuid v1.1.1 // indirect
|
|
github.com/googleapis/gax-go/v2 v2.0.5 // indirect
|
|
github.com/googleapis/gnostic v0.3.1 // indirect
|
|
github.com/hashicorp/errwrap v0.0.0-20141028054710-7554cd9344ce // indirect
|
|
github.com/hashicorp/go-multierror v0.0.0-20171204182908-b7773ae21874 // indirect
|
|
github.com/imdario/mergo v0.3.7 // indirect
|
|
github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af // indirect
|
|
github.com/json-iterator/go v1.1.7 // indirect
|
|
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.1 // indirect
|
|
github.com/nxadm/tail v1.4.8 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/prometheus/client_golang v0.9.4 // indirect
|
|
github.com/sirupsen/logrus v1.4.2 // indirect
|
|
github.com/tedsuo/ifrit v0.0.0-20180802180643-bea94bb476cc // indirect
|
|
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 // indirect
|
|
golang.org/x/net v0.0.0-20201021035429-f5854403a974 // indirect
|
|
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 // indirect
|
|
golang.org/x/text v0.3.3 // indirect
|
|
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
|
|
golang.org/x/tools v0.0.0-20201224043029-2b0845dc783e // indirect
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
|
google.golang.org/appengine v1.6.5 // indirect
|
|
google.golang.org/genproto v0.0.0-20191230161307-f3c370f40bfb // indirect
|
|
google.golang.org/grpc v1.26.0 // indirect
|
|
google.golang.org/protobuf v1.23.0 // indirect
|
|
gopkg.in/fsnotify.v1 v1.4.7 // indirect
|
|
gopkg.in/inf.v0 v0.9.1 // indirect
|
|
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
|
|
gopkg.in/yaml.v2 v2.3.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
|
|
k8s.io/klog v0.4.0 // indirect
|
|
k8s.io/kube-openapi v0.0.0-20180731170545-e3762e86a74c // indirect
|
|
k8s.io/utils v0.0.0-20200122174043-1e243dd1a584 // indirect
|
|
sigs.k8s.io/yaml v1.1.0 // indirect
|
|
)
|
|
|
|
replace git.apache.org/thrift.git => github.com/apache/thrift v0.0.0-20180902110319-2566ecd5d999
|