@@ -4,13 +4,13 @@ go 1.18
4
4
5
5
require (
6
6
github.com/go-logr/logr v0.1.0
7
- github.com/go-openapi/spec v0.19.4
8
- github.com/golang/mock v1.3.1
9
- github.com/lib/pq v1.3.0
7
+ github.com/go-openapi/spec v0.21.0
8
+ github.com/golang/mock v1.6.0
9
+ github.com/lib/pq v1.10.9
10
10
github.com/onsi/ginkgo v1.12.0
11
11
github.com/onsi/gomega v1.9.0
12
12
github.com/operator-framework/operator-sdk v0.18.0
13
- github.com/spf13/pflag v1.0.5
13
+ github.com/spf13/pflag v1.0.6
14
14
k8s.io/api v0.18.2
15
15
k8s.io/apimachinery v0.18.2
16
16
k8s.io/client-go v12.0.0+incompatible
@@ -25,8 +25,6 @@ require (
25
25
github.com/Azure/go-autorest/autorest/date v0.2.0 // indirect
26
26
github.com/Azure/go-autorest/logger v0.1.0 // indirect
27
27
github.com/Azure/go-autorest/tracing v0.5.0 // indirect
28
- github.com/PuerkitoBio/purell v1.1.1 // indirect
29
- github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
30
28
github.com/beorn7/perks v1.0.1 // indirect
31
29
github.com/cespare/xxhash/v2 v2.1.1 // indirect
32
30
github.com/coreos/prometheus-operator v0.38.1-0.20200424145508-7e176fda06cc // indirect
@@ -35,9 +33,9 @@ require (
35
33
github.com/emicklei/go-restful v2.11.1+incompatible // indirect
36
34
github.com/evanphx/json-patch v4.5.0+incompatible // indirect
37
35
github.com/go-logr/zapr v0.1.1 // indirect
38
- github.com/go-openapi/jsonpointer v0.19.3 // indirect
39
- github.com/go-openapi/jsonreference v0.19.3 // indirect
40
- github.com/go-openapi/swag v0.19.5 // indirect
36
+ github.com/go-openapi/jsonpointer v0.21.1 // indirect
37
+ github.com/go-openapi/jsonreference v0.21.0 // indirect
38
+ github.com/go-openapi/swag v0.23.1 // indirect
41
39
github.com/gogo/protobuf v1.3.1 // indirect
42
40
github.com/golang/groupcache v0.0.0-20191027212112-611e8accdfc9 // indirect
43
41
github.com/golang/protobuf v1.3.2 // indirect
@@ -49,8 +47,9 @@ require (
49
47
github.com/hashicorp/golang-lru v0.5.3 // indirect
50
48
github.com/hpcloud/tail v1.0.0 // indirect
51
49
github.com/imdario/mergo v0.3.8 // indirect
50
+ github.com/josharian/intern v1.0.0 // indirect
52
51
github.com/json-iterator/go v1.1.9 // indirect
53
- github.com/mailru/easyjson v0.7 .0 // indirect
52
+ github.com/mailru/easyjson v0.9 .0 // indirect
54
53
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
55
54
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
56
55
github.com/modern-go/reflect2 v1.0.1 // indirect
@@ -63,18 +62,19 @@ require (
63
62
go.uber.org/multierr v1.5.0 // indirect
64
63
go.uber.org/zap v1.14.1 // indirect
65
64
golang.org/x/crypto v0.0.0-20200414173820-0848c9571904 // indirect
66
- golang.org/x/net v0.0.0-20200301022130-244492dfa37a // indirect
65
+ golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 // indirect
67
66
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45 // indirect
68
67
golang.org/x/sys v0.0.0-20220405052023-b1e9470b6e64 // indirect
69
- golang.org/x/text v0.3.2 // indirect
68
+ golang.org/x/text v0.3.3 // indirect
70
69
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
71
- golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 // indirect
70
+ golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
72
71
gomodules.xyz/jsonpatch/v2 v2.0.1 // indirect
73
72
google.golang.org/appengine v1.6.5 // indirect
74
73
gopkg.in/fsnotify.v1 v1.4.7 // indirect
75
74
gopkg.in/inf.v0 v0.9.1 // indirect
76
75
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
77
76
gopkg.in/yaml.v2 v2.2.8 // indirect
77
+ gopkg.in/yaml.v3 v3.0.1 // indirect
78
78
k8s.io/klog v1.0.0 // indirect
79
79
k8s.io/kube-state-metrics v1.7.2 // indirect
80
80
k8s.io/utils v0.0.0-20200324210504-a9aa75ae1b89 // indirect
0 commit comments