@@ -11,12 +11,12 @@ require (
11
11
github.com/keptn/lifecycle-toolkit/keptn-cert-manager v0.0.0-20241111121130-17fa47b16fb4
12
12
github.com/open-feature/go-sdk v1.12.0
13
13
github.com/pkg/errors v0.9.1
14
- github.com/prometheus/client_golang v1.19.1
14
+ github.com/prometheus/client_golang v1.20.4
15
15
github.com/prometheus/client_model v0.6.1
16
- github.com/prometheus/common v0.55 .0
17
- github.com/stretchr/testify v1.9 .0
16
+ github.com/prometheus/common v0.61 .0
17
+ github.com/stretchr/testify v1.10 .0
18
18
golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c
19
- golang.org/x/net v0.30 .0
19
+ golang.org/x/net v0.32 .0
20
20
gopkg.in/inf.v0 v0.9.1
21
21
k8s.io/api v0.31.2
22
22
k8s.io/apiextensions-apiserver v0.31.2
@@ -34,7 +34,7 @@ require (
34
34
require (
35
35
github.com/DataDog/zstd v1.5.2 // indirect
36
36
github.com/NYTimes/gziphandler v1.1.1 // indirect
37
- github.com/antlr/ antlr4/runtime/Go/ antlr/v4 v4.0.0-20230305170008-8188dc5388df // indirect
37
+ github.com/antlr4-go/ antlr/v4 v4.13.0 // indirect
38
38
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
39
39
github.com/beorn7/perks v1.0.1 // indirect
40
40
github.com/blang/semver/v4 v4.0.0 // indirect
@@ -44,10 +44,10 @@ require (
44
44
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
45
45
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
46
46
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
47
- github.com/evanphx/json-patch v5.7.0+incompatible // indirect
48
47
github.com/evanphx/json-patch/v5 v5.9.0 // indirect
49
48
github.com/felixge/httpsnoop v1.0.4 // indirect
50
49
github.com/fsnotify/fsnotify v1.7.0 // indirect
50
+ github.com/fxamacker/cbor/v2 v2.7.0 // indirect
51
51
github.com/go-logr/stdr v1.2.2 // indirect
52
52
github.com/go-logr/zapr v1.3.0 // indirect
53
53
github.com/go-openapi/jsonpointer v0.20.2 // indirect
@@ -69,6 +69,8 @@ require (
69
69
github.com/josharian/intern v1.0.0 // indirect
70
70
github.com/jpillora/backoff v1.0.0 // indirect
71
71
github.com/json-iterator/go v1.1.12 // indirect
72
+ github.com/klauspost/compress v1.17.9 // indirect
73
+ github.com/kylelemons/godebug v1.1.0 // indirect
72
74
github.com/mailru/easyjson v0.7.7 // indirect
73
75
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
74
76
github.com/modern-go/reflect2 v1.0.2 // indirect
@@ -80,6 +82,7 @@ require (
80
82
github.com/spf13/cobra v1.8.1 // indirect
81
83
github.com/spf13/pflag v1.0.5 // indirect
82
84
github.com/stoewer/go-strcase v1.3.0 // indirect
85
+ github.com/x448/float16 v0.8.4 // indirect
83
86
go.etcd.io/etcd/api/v3 v3.5.14 // indirect
84
87
go.etcd.io/etcd/client/pkg/v3 v3.5.14 // indirect
85
88
go.etcd.io/etcd/client/v3 v3.5.14 // indirect
@@ -94,18 +97,19 @@ require (
94
97
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
95
98
go.uber.org/multierr v1.11.0 // indirect
96
99
go.uber.org/zap v1.26.0 // indirect
97
- golang.org/x/crypto v0.28 .0 // indirect
98
- golang.org/x/oauth2 v0.23 .0 // indirect
99
- golang.org/x/sync v0.8 .0 // indirect
100
- golang.org/x/sys v0.26 .0 // indirect
101
- golang.org/x/term v0.25 .0 // indirect
102
- golang.org/x/text v0.19 .0 // indirect
100
+ golang.org/x/crypto v0.30 .0 // indirect
101
+ golang.org/x/oauth2 v0.24 .0 // indirect
102
+ golang.org/x/sync v0.10 .0 // indirect
103
+ golang.org/x/sys v0.28 .0 // indirect
104
+ golang.org/x/term v0.27 .0 // indirect
105
+ golang.org/x/text v0.21 .0 // indirect
103
106
golang.org/x/time v0.5.0 // indirect
104
107
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
105
108
google.golang.org/genproto/googleapis/api v0.0.0-20241007155032-5fefd90f89a9 // indirect
106
109
google.golang.org/genproto/googleapis/rpc v0.0.0-20241007155032-5fefd90f89a9 // indirect
107
110
google.golang.org/grpc v1.67.1 // indirect
108
- google.golang.org/protobuf v1.35.1 // indirect
111
+ google.golang.org/protobuf v1.35.2 // indirect
112
+ gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
109
113
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
110
114
gopkg.in/yaml.v2 v2.4.0 // indirect
111
115
gopkg.in/yaml.v3 v3.0.1 // indirect
@@ -121,7 +125,7 @@ replace (
121
125
github.com/golang/protobuf => github.com/golang/protobuf v1.5.4
122
126
github.com/google/cel-go => github.com/google/cel-go v0.17.8
123
127
github.com/prometheus/client_golang => github.com/prometheus/client_golang v1.18.0
124
- github.com/prometheus/common => github.com/prometheus/common v0.47 .0
128
+ github.com/prometheus/common => github.com/prometheus/common v0.61 .0
125
129
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc => go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.56.0
126
130
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp => go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.56.0
127
131
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc => go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.31.0
0 commit comments