|
1 | 1 | module github.com/IBM/operator-for-redis-cluster
|
2 | 2 |
|
3 |
| -go 1.15 |
| 3 | +go 1.17 |
4 | 4 |
|
5 | 5 | require (
|
6 |
| - github.com/caarlos0/env/v6 v6.5.0 |
| 6 | + github.com/caarlos0/env/v6 v6.9.3 |
7 | 7 | github.com/gogo/protobuf v1.3.2
|
8 |
| - github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b |
9 |
| - github.com/heptiolabs/healthcheck v0.0.0-20180807145615-6ff867650f40 |
10 |
| - github.com/mattn/go-runewidth v0.0.10 // indirect |
11 |
| - github.com/mediocregopher/radix/v4 v4.0.0-beta.1 |
| 8 | + github.com/golang/glog v1.0.0 |
| 9 | + github.com/heptiolabs/healthcheck v0.0.0-20211123025425-613501dd5deb |
| 10 | + github.com/mediocregopher/radix/v4 v4.1.0 |
12 | 11 | github.com/olekukonko/tablewriter v0.0.5
|
13 |
| - github.com/onsi/ginkgo v1.15.0 |
14 |
| - github.com/onsi/gomega v1.10.5 |
15 |
| - github.com/prometheus/client_golang v1.9.0 |
| 12 | + github.com/onsi/ginkgo v1.16.5 |
| 13 | + github.com/onsi/gomega v1.19.0 |
| 14 | + github.com/prometheus/client_golang v1.12.2 |
16 | 15 | github.com/spf13/pflag v1.0.5
|
| 16 | + gopkg.in/yaml.v3 v3.0.1 |
| 17 | + k8s.io/api v0.24.2 |
| 18 | + k8s.io/apimachinery v0.24.2 |
| 19 | + k8s.io/client-go v0.24.2 |
| 20 | + sigs.k8s.io/controller-runtime v0.12.3 |
| 21 | +) |
| 22 | + |
| 23 | +require ( |
| 24 | + cloud.google.com/go/compute v1.7.0 // indirect |
| 25 | + github.com/Azure/go-autorest v14.2.0+incompatible // indirect |
| 26 | + github.com/Azure/go-autorest/autorest v0.11.27 // indirect |
| 27 | + github.com/Azure/go-autorest/autorest/adal v0.9.20 // indirect |
| 28 | + github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect |
| 29 | + github.com/Azure/go-autorest/logger v0.2.1 // indirect |
| 30 | + github.com/Azure/go-autorest/tracing v0.6.0 // indirect |
| 31 | + github.com/beorn7/perks v1.0.1 // indirect |
| 32 | + github.com/cespare/xxhash/v2 v2.1.2 // indirect |
| 33 | + github.com/davecgh/go-spew v1.1.1 // indirect |
| 34 | + github.com/emicklei/go-restful/v3 v3.8.0 // indirect |
| 35 | + github.com/evanphx/json-patch v5.6.0+incompatible // indirect |
| 36 | + github.com/fsnotify/fsnotify v1.5.4 // indirect |
| 37 | + github.com/go-logr/logr v1.2.3 // indirect |
| 38 | + github.com/go-logr/zapr v1.2.3 // indirect |
| 39 | + github.com/go-openapi/jsonpointer v0.19.5 // indirect |
| 40 | + github.com/go-openapi/jsonreference v0.20.0 // indirect |
| 41 | + github.com/go-openapi/swag v0.21.1 // indirect |
| 42 | + github.com/golang-jwt/jwt/v4 v4.4.2 // indirect |
| 43 | + github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect |
| 44 | + github.com/golang/protobuf v1.5.2 // indirect |
| 45 | + github.com/google/gnostic v0.6.9 // indirect |
| 46 | + github.com/google/go-cmp v0.5.8 // indirect |
| 47 | + github.com/google/gofuzz v1.2.0 // indirect |
| 48 | + github.com/google/uuid v1.3.0 // indirect |
| 49 | + github.com/imdario/mergo v0.3.13 // indirect |
| 50 | + github.com/josharian/intern v1.0.0 // indirect |
| 51 | + github.com/json-iterator/go v1.1.12 // indirect |
| 52 | + github.com/mailru/easyjson v0.7.7 // indirect |
| 53 | + github.com/mattn/go-runewidth v0.0.13 // indirect |
| 54 | + github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect |
| 55 | + github.com/moby/spdystream v0.2.0 // indirect |
| 56 | + github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect |
| 57 | + github.com/modern-go/reflect2 v1.0.2 // indirect |
| 58 | + github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect |
| 59 | + github.com/nxadm/tail v1.4.8 // indirect |
| 60 | + github.com/pkg/errors v0.9.1 // indirect |
| 61 | + github.com/prometheus/client_model v0.2.0 // indirect |
| 62 | + github.com/prometheus/common v0.36.0 // indirect |
| 63 | + github.com/prometheus/procfs v0.7.3 // indirect |
| 64 | + github.com/rivo/uniseg v0.2.0 // indirect |
| 65 | + github.com/tilinna/clock v1.1.0 // indirect |
| 66 | + go.uber.org/atomic v1.9.0 // indirect |
| 67 | + go.uber.org/multierr v1.8.0 // indirect |
| 68 | + go.uber.org/zap v1.21.0 // indirect |
| 69 | + golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d // indirect |
| 70 | + golang.org/x/net v0.0.0-20220708220712-1185a9018129 // indirect |
| 71 | + golang.org/x/oauth2 v0.0.0-20220630143837-2104d58473e0 // indirect |
| 72 | + golang.org/x/sys v0.0.0-20220712014510-0a85c31ab51e // indirect |
| 73 | + golang.org/x/term v0.0.0-20220526004731-065cf7ba2467 // indirect |
| 74 | + golang.org/x/text v0.3.7 // indirect |
| 75 | + golang.org/x/time v0.0.0-20220609170525-579cf78fd858 // indirect |
| 76 | + gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect |
| 77 | + google.golang.org/appengine v1.6.7 // indirect |
| 78 | + google.golang.org/protobuf v1.28.0 // indirect |
17 | 79 | gopkg.in/DATA-DOG/go-sqlmock.v1 v1.3.0 // indirect
|
18 | 80 | gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
19 |
| - gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 |
20 |
| - k8s.io/api v0.20.2 |
21 |
| - k8s.io/apimachinery v0.20.2 |
22 |
| - k8s.io/client-go v0.20.2 |
23 |
| - sigs.k8s.io/controller-runtime v0.8.3 |
| 81 | + gopkg.in/inf.v0 v0.9.1 // indirect |
| 82 | + gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect |
| 83 | + gopkg.in/yaml.v2 v2.4.0 // indirect |
| 84 | + k8s.io/apiextensions-apiserver v0.24.2 // indirect |
| 85 | + k8s.io/component-base v0.24.2 // indirect |
| 86 | + k8s.io/klog/v2 v2.70.1 // indirect |
| 87 | + k8s.io/kube-openapi v0.0.0-20220627174259-011e075b9cb8 // indirect |
| 88 | + k8s.io/utils v0.0.0-20220706174534-f6158b442e7c // indirect |
| 89 | + sigs.k8s.io/json v0.0.0-20220525155127-227cbc7cc124 // indirect |
| 90 | + sigs.k8s.io/structured-merge-diff/v4 v4.2.1 // indirect |
| 91 | + sigs.k8s.io/yaml v1.3.0 // indirect |
24 | 92 | )
|
0 commit comments