forked from rancher/cis-operator
-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
26 lines (23 loc) · 1000 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
module github.com/rancher/cis-operator
go 1.15
replace k8s.io/client-go => k8s.io/client-go v0.19.2
require (
github.com/blang/semver v3.5.0+incompatible
github.com/gogo/protobuf v1.3.2 // indirect
github.com/prometheus-operator/prometheus-operator v0.43.2
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.43.0
github.com/prometheus/client_golang v1.12.2
github.com/rancher/kubernetes-provider-detector v0.0.0-20200807181951-690274ab1fb3
github.com/rancher/lasso v0.0.0-20200820172840-0e4cc0ef5cb0
github.com/rancher/security-scan v0.2.6
github.com/rancher/wrangler v0.6.2-0.20200829053106-7e1dd4260224
github.com/robfig/cron v1.2.0
github.com/sirupsen/logrus v1.6.0
github.com/urfave/cli v1.22.2
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d // indirect
golang.org/x/net v0.0.0-20220708220712-1185a9018129 // indirect
k8s.io/api v0.19.2
k8s.io/apiextensions-apiserver v0.19.2
k8s.io/apimachinery v0.19.2
k8s.io/client-go v12.0.0+incompatible
)