forked from cockroachdb/helm-charts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
26 lines (23 loc) · 911 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/cockroachdb/helm-charts
go 1.15
require (
github.com/Masterminds/semver/v3 v3.1.0
github.com/cenkalti/backoff v2.2.1+incompatible
github.com/cockroachdb/cockroach-operator v1.7.13
github.com/go-logr/logr v0.4.0 // indirect
github.com/google/martian v2.1.1-0.20190517191504-25dcb96d9e51+incompatible
github.com/gruntwork-io/terratest v0.36.0
github.com/mitchellh/hashstructure/v2 v2.0.2
github.com/pkg/errors v0.9.1
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.51.2
github.com/robfig/cron v1.2.0
github.com/sirupsen/logrus v1.6.0
github.com/spf13/cobra v1.1.3
github.com/stretchr/testify v1.6.1
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
k8s.io/api v0.20.2
k8s.io/apimachinery v0.20.2
k8s.io/client-go v9.0.0+incompatible
sigs.k8s.io/controller-runtime v0.8.3
)
replace k8s.io/client-go v9.0.0+incompatible => k8s.io/client-go v0.20.2