@@ -3,59 +3,67 @@ module github.com/zalando/postgres-operator/kubectl-pg
3
3
go 1.18
4
4
5
5
require (
6
- github.com/spf13/cobra v1.2.1
6
+ github.com/spf13/cobra v1.4.0
7
7
github.com/spf13/viper v1.9.0
8
- github.com/zalando/postgres-operator v1.9 .0
9
- k8s.io/api v0.23.5
10
- k8s.io/apiextensions-apiserver v0.23.5
11
- k8s.io/apimachinery v0.23.5
12
- k8s.io/client-go v0.23.5
8
+ github.com/zalando/postgres-operator v1.10 .0
9
+ k8s.io/api v0.25.9
10
+ k8s.io/apiextensions-apiserver v0.25.9
11
+ k8s.io/apimachinery v0.25.9
12
+ k8s.io/client-go v0.25.9
13
13
)
14
14
15
15
require (
16
+ github.com/PuerkitoBio/purell v1.1.1 // indirect
17
+ github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
16
18
github.com/davecgh/go-spew v1.1.1 // indirect
19
+ github.com/emicklei/go-restful/v3 v3.8.0 // indirect
17
20
github.com/fsnotify/fsnotify v1.5.1 // indirect
18
- github.com/go-logr/logr v1.2.0 // indirect
21
+ github.com/go-logr/logr v1.2.3 // indirect
22
+ github.com/go-openapi/jsonpointer v0.19.5 // indirect
23
+ github.com/go-openapi/jsonreference v0.19.5 // indirect
24
+ github.com/go-openapi/swag v0.19.14 // indirect
19
25
github.com/gogo/protobuf v1.3.2 // indirect
20
26
github.com/golang/protobuf v1.5.2 // indirect
21
- github.com/google/go-cmp v0.5.8 // indirect
27
+ github.com/google/gnostic v0.5.7-v3refs // indirect
22
28
github.com/google/gofuzz v1.1.0 // indirect
23
- github.com/googleapis/gnostic v0.5.5 // indirect
24
29
github.com/hashicorp/hcl v1.0.0 // indirect
25
- github.com/imdario/mergo v0.3.5 // indirect
30
+ github.com/imdario/mergo v0.3.6 // indirect
26
31
github.com/inconshreveable/mousetrap v1.0.0 // indirect
32
+ github.com/josharian/intern v1.0.0 // indirect
27
33
github.com/json-iterator/go v1.1.12 // indirect
28
34
github.com/kr/text v0.2.0 // indirect
29
35
github.com/magiconair/properties v1.8.5 // indirect
36
+ github.com/mailru/easyjson v0.7.6 // indirect
30
37
github.com/mitchellh/mapstructure v1.4.2 // indirect
31
38
github.com/moby/spdystream v0.2.0 // indirect
32
39
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
33
40
github.com/modern-go/reflect2 v1.0.2 // indirect
34
41
github.com/motomux/pretty v0.0.0-20161209205251-b2aad2c9a95d // indirect
42
+ github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
35
43
github.com/pelletier/go-toml v1.9.4 // indirect
36
- github.com/sirupsen/logrus v1.8.1 // indirect
44
+ github.com/sirupsen/logrus v1.9.0 // indirect
37
45
github.com/spf13/afero v1.6.0 // indirect
38
46
github.com/spf13/cast v1.4.1 // indirect
39
47
github.com/spf13/jwalterweatherman v1.1.0 // indirect
40
48
github.com/spf13/pflag v1.0.5 // indirect
41
49
github.com/subosito/gotenv v1.2.0 // indirect
42
- golang.org/x/crypto v0.1 .0 // indirect
43
- golang.org/x/net v0.7 .0 // indirect
44
- golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f // indirect
45
- golang.org/x/sys v0.5 .0 // indirect
46
- golang.org/x/term v0.5 .0 // indirect
47
- golang.org/x/text v0.7 .0 // indirect
48
- golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
50
+ golang.org/x/crypto v0.8 .0 // indirect
51
+ golang.org/x/net v0.9 .0 // indirect
52
+ golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 // indirect
53
+ golang.org/x/sys v0.7 .0 // indirect
54
+ golang.org/x/term v0.7 .0 // indirect
55
+ golang.org/x/text v0.9 .0 // indirect
56
+ golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
49
57
google.golang.org/appengine v1.6.7 // indirect
50
- google.golang.org/protobuf v1.27.1 // indirect
58
+ google.golang.org/protobuf v1.28.0 // indirect
51
59
gopkg.in/inf.v0 v0.9.1 // indirect
52
60
gopkg.in/ini.v1 v1.63.2 // indirect
53
61
gopkg.in/yaml.v2 v2.4.0 // indirect
54
- gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
55
- k8s.io/klog/v2 v2.30.0 // indirect
56
- k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 // indirect
57
- k8s.io/utils v0.0.0-20211116205334-6203023598ed // indirect
58
- sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 // indirect
59
- sigs.k8s.io/structured-merge-diff/v4 v4.2.1 // indirect
62
+ gopkg.in/yaml.v3 v3.0.1 // indirect
63
+ k8s.io/klog/v2 v2.70.1 // indirect
64
+ k8s.io/kube-openapi v0.0.0-20220803162953-67bda5d908f1 // indirect
65
+ k8s.io/utils v0.0.0-20220728103510-ee6ede2d64ed // indirect
66
+ sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 // indirect
67
+ sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
60
68
sigs.k8s.io/yaml v1.2.0 // indirect
61
69
)
0 commit comments