@@ -7,7 +7,7 @@ require (
7
7
github.com/cloudevents/sdk-go/protocol/nats/v2 v2.14.0
8
8
github.com/cloudevents/sdk-go/v2 v2.14.0
9
9
github.com/go-logr/logr v1.2.4
10
- github.com/go-logr/zapr v1.2.3
10
+ github.com/go-logr/zapr v1.2.4
11
11
github.com/kelseyhightower/envconfig v1.4.0
12
12
github.com/kyma-incubator/api-gateway v0.0.0-20220819093753-296e6704d413
13
13
github.com/kyma-project/kyma/common/logging v0.0.0-20221118103320-ffe096ff3455
@@ -16,34 +16,32 @@ require (
16
16
github.com/nats-io/nats-server/v2 v2.9.15
17
17
github.com/nats-io/nats.go v1.25.0
18
18
github.com/onsi/ginkgo v1.16.5
19
- github.com/onsi/gomega v1.27.6
19
+ github.com/onsi/gomega v1.27.7
20
20
github.com/pkg/errors v0.9.1
21
- github.com/prometheus/client_golang v1.14.0
21
+ github.com/prometheus/client_golang v1.15.1
22
22
github.com/stretchr/testify v1.8.2
23
23
go.uber.org/atomic v1.10.0
24
24
go.uber.org/zap v1.24.0
25
25
golang.org/x/oauth2 v0.8.0
26
26
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2
27
- k8s.io/api v0.25.7
28
- k8s.io/apimachinery v0.25.7
29
- k8s.io/client-go v0.25.7
30
- sigs.k8s.io/controller-runtime v0.13.1
27
+ k8s.io/api v0.27.2
28
+ k8s.io/apimachinery v0.27.2
29
+ k8s.io/client-go v0.27.2
30
+ sigs.k8s.io/controller-runtime v0.15.0
31
31
)
32
32
33
33
require (
34
34
cloud.google.com/go v0.97.0 // indirect
35
- github.com/PuerkitoBio/purell v1.1.1 // indirect
36
- github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
37
35
github.com/beorn7/perks v1.0.1 // indirect
38
- github.com/cespare/xxhash/v2 v2.1.2 // indirect
36
+ github.com/cespare/xxhash/v2 v2.2.0 // indirect
39
37
github.com/davecgh/go-spew v1.1.1 // indirect
40
- github.com/emicklei/go-restful/v3 v3.8 .0 // indirect
38
+ github.com/emicklei/go-restful/v3 v3.9 .0 // indirect
41
39
github.com/evanphx/json-patch v4.12.0+incompatible // indirect
42
40
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
43
- github.com/fsnotify/fsnotify v1.5.4 // indirect
44
- github.com/go-openapi/jsonpointer v0.19.5 // indirect
45
- github.com/go-openapi/jsonreference v0.19.5 // indirect
46
- github.com/go-openapi/swag v0.19.14 // indirect
41
+ github.com/fsnotify/fsnotify v1.6.0 // indirect
42
+ github.com/go-openapi/jsonpointer v0.19.6 // indirect
43
+ github.com/go-openapi/jsonreference v0.20.1 // indirect
44
+ github.com/go-openapi/swag v0.22.3 // indirect
47
45
github.com/gogo/protobuf v1.3.2 // indirect
48
46
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
49
47
github.com/golang/protobuf v1.5.3 // indirect
@@ -55,8 +53,8 @@ require (
55
53
github.com/josharian/intern v1.0.0 // indirect
56
54
github.com/json-iterator/go v1.1.12 // indirect
57
55
github.com/klauspost/compress v1.16.4 // indirect
58
- github.com/mailru/easyjson v0.7.6 // indirect
59
- github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
56
+ github.com/mailru/easyjson v0.7.7 // indirect
57
+ github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
60
58
github.com/minio/highwayhash v1.0.2 // indirect
61
59
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
62
60
github.com/modern-go/reflect2 v1.0.2 // indirect
@@ -66,9 +64,9 @@ require (
66
64
github.com/nats-io/nuid v1.0.1 // indirect
67
65
github.com/nxadm/tail v1.4.8 // indirect
68
66
github.com/pmezard/go-difflib v1.0.0 // indirect
69
- github.com/prometheus/client_model v0.3 .0 // indirect
70
- github.com/prometheus/common v0.37 .0 // indirect
71
- github.com/prometheus/procfs v0.8 .0 // indirect
67
+ github.com/prometheus/client_model v0.4 .0 // indirect
68
+ github.com/prometheus/common v0.42 .0 // indirect
69
+ github.com/prometheus/procfs v0.9 .0 // indirect
72
70
github.com/spf13/pflag v1.0.5 // indirect
73
71
github.com/stretchr/objx v0.5.0 // indirect
74
72
go.uber.org/multierr v1.8.0 // indirect
@@ -78,19 +76,19 @@ require (
78
76
golang.org/x/term v0.8.0 // indirect
79
77
golang.org/x/text v0.9.0 // indirect
80
78
golang.org/x/time v0.3.0 // indirect
81
- gomodules.xyz/jsonpatch/v2 v2.2 .0 // indirect
79
+ gomodules.xyz/jsonpatch/v2 v2.3 .0 // indirect
82
80
google.golang.org/appengine v1.6.7 // indirect
83
- google.golang.org/protobuf v1.28.1 // indirect
81
+ google.golang.org/protobuf v1.30.0 // indirect
84
82
gopkg.in/inf.v0 v0.9.1 // indirect
85
83
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
86
84
gopkg.in/yaml.v2 v2.4.0 // indirect
87
85
gopkg.in/yaml.v3 v3.0.1 // indirect
88
- k8s.io/apiextensions-apiserver v0.25.0 // indirect
89
- k8s.io/component-base v0.25.7 // indirect
90
- k8s.io/klog/v2 v2.80 .1 // indirect
91
- k8s.io/kube-openapi v0.0.0-20220803162953-67bda5d908f1 // indirect
92
- k8s.io/utils v0.0.0-20220728103510-ee6ede2d64ed // indirect
93
- sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 // indirect
86
+ k8s.io/apiextensions-apiserver v0.27.2 // indirect
87
+ k8s.io/component-base v0.27.2 // indirect
88
+ k8s.io/klog/v2 v2.90 .1 // indirect
89
+ k8s.io/kube-openapi v0.0.0-20230501164219-8b0f38b5fd1f // indirect
90
+ k8s.io/utils v0.0.0-20230209194617-a36077c30491 // indirect
91
+ sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
94
92
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
95
93
sigs.k8s.io/yaml v1.3.0 // indirect
96
94
)
0 commit comments