forked from NVIDIA/gpu-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
21 lines (19 loc) · 695 Bytes
/
go.mod
File metadata and controls
21 lines (19 loc) · 695 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/NVIDIA/gpu-operator
go 1.15
require (
github.com/go-logr/logr v0.3.0
github.com/onsi/ginkgo v1.14.1 // indirect
github.com/onsi/gomega v1.10.2 // indirect
github.com/openshift/api v0.0.0-20210216211028-bb81baaf35cd
github.com/openshift/client-go v0.0.0-20210112165513-ebc401615f47
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.45.0
github.com/prometheus/client_golang v1.7.1
github.com/prometheus/common v0.10.0
github.com/sirupsen/logrus v1.6.0
github.com/spf13/pflag v1.0.5 // indirect
github.com/urfave/cli/v2 v2.3.0
k8s.io/api v0.20.2
k8s.io/apimachinery v0.20.2
k8s.io/client-go v0.20.2
sigs.k8s.io/controller-runtime v0.8.2
)