1
1
module github.com/observatorium/api
2
2
3
- go 1.23.3
4
-
5
- toolchain go1.23.4
3
+ go 1.24.4
6
4
7
5
require (
8
6
github.com/brancz/kube-rbac-proxy v0.16.1
@@ -20,7 +18,7 @@ require (
20
18
github.com/golang-jwt/jwt/v4 v4.5.1
21
19
github.com/golang/protobuf v1.5.4
22
20
github.com/gorilla/websocket v1.5.3
23
- github.com/grafana/tempo v1.5.1-0.20241219111835-fa9b7ad5ad34
21
+ github.com/grafana/tempo v1.5.1-0.20250725180422-2f3f9707118c
24
22
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0
25
23
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.1.0
26
24
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
@@ -31,26 +29,26 @@ require (
31
29
github.com/open-policy-agent/opa v0.69.0
32
30
github.com/pkg/errors v0.9.1
33
31
github.com/prometheus-community/prom-label-proxy v0.8.1
34
- github.com/prometheus/alertmanager v0.27.0
35
- github.com/prometheus/client_golang v1.20.5
36
- github.com/prometheus/common v0.59.1
32
+ github.com/prometheus/alertmanager v0.28.1
33
+ github.com/prometheus/client_golang v1.22.0
34
+ github.com/prometheus/common v0.65.0
37
35
github.com/prometheus/prometheus v1.8.2-0.20220228151929-e25a59925555
38
36
github.com/redis/rueidis v1.0.45
39
37
github.com/stretchr/testify v1.10.0
40
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.56 .0
41
- go.opentelemetry.io/contrib/propagators/jaeger v1.31 .0
42
- go.opentelemetry.io/otel v1.31 .0
43
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.31.1-0.20241016052246-a2347542010c
44
- go.opentelemetry.io/otel/sdk v1.31 .0
45
- go.opentelemetry.io/otel/trace v1.31 .0
38
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.62 .0
39
+ go.opentelemetry.io/contrib/propagators/jaeger v1.35 .0
40
+ go.opentelemetry.io/otel v1.37 .0
41
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.37.0
42
+ go.opentelemetry.io/otel/sdk v1.37 .0
43
+ go.opentelemetry.io/otel/trace v1.37 .0
46
44
go.uber.org/automaxprocs v1.6.0
47
- golang.org/x/oauth2 v0.26 .0
48
- google.golang.org/genproto/googleapis/api v0.0.0-20241015192408-796eee8c2d53
49
- google.golang.org/grpc v1.68.1
50
- google.golang.org/protobuf v1.35.2
51
- k8s.io/apimachinery v0.30.5
45
+ golang.org/x/oauth2 v0.30 .0
46
+ google.golang.org/genproto/googleapis/api v0.0.0-20250603155806-513f23925822
47
+ google.golang.org/grpc v1.73.0
48
+ google.golang.org/protobuf v1.36.6
49
+ k8s.io/apimachinery v0.32.3
52
50
k8s.io/apiserver v0.30.5
53
- k8s.io/client-go v0.30.5
51
+ k8s.io/client-go v0.32.3
54
52
)
55
53
56
54
require (
@@ -62,33 +60,34 @@ require (
62
60
github.com/OneOfOne/xxhash v1.2.8 // indirect
63
61
github.com/Shopify/goreferrer v0.0.0-20220729165902-8cddb4f5de06 // indirect
64
62
github.com/agnivade/levenshtein v1.2.0 // indirect
65
- github.com/alecthomas/units v0.0.0-20240626203959-61d1e3462e30 // indirect
63
+ github.com/alecthomas/units v0.0.0-20240927000941-0f3dac36c52b // indirect
66
64
github.com/andybalholm/brotli v1.1.1 // indirect
67
65
github.com/apapsch/go-jsonmerge/v2 v2.0.0 // indirect
68
66
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
69
- github.com/aws/aws-sdk-go v1.55.5 // indirect
67
+ github.com/aws/aws-sdk-go v1.55.7 // indirect
70
68
github.com/aymerick/douceur v0.2.0 // indirect
71
69
github.com/beorn7/perks v1.0.1 // indirect
72
70
github.com/blang/semver/v4 v4.0.0 // indirect
73
71
github.com/bytedance/sonic v1.9.1 // indirect
74
- github.com/cenkalti/backoff/v4 v4.3.0 // indirect
72
+ github.com/cenkalti/backoff/v5 v5.0.2 // indirect
75
73
github.com/cespare/xxhash/v2 v2.3.0 // indirect
76
74
github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311 // indirect
77
75
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
78
76
github.com/dennwc/varint v1.0.0 // indirect
79
- github.com/edsrzf/mmap-go v1.1 .0 // indirect
77
+ github.com/edsrzf/mmap-go v1.2 .0 // indirect
80
78
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
81
79
github.com/fatih/structs v1.1.0 // indirect
82
80
github.com/felixge/httpsnoop v1.0.4 // indirect
83
81
github.com/flosch/pongo2/v4 v4.0.2 // indirect
84
- github.com/fsnotify/fsnotify v1.7.0 // indirect
82
+ github.com/fsnotify/fsnotify v1.9.0 // indirect
83
+ github.com/fxamacker/cbor/v2 v2.7.0 // indirect
85
84
github.com/gabriel-vasile/mimetype v1.4.2 // indirect
86
85
github.com/gin-contrib/sse v0.1.0 // indirect
87
86
github.com/gin-gonic/gin v1.9.1 // indirect
88
87
github.com/go-ini/ini v1.67.0 // indirect
89
- github.com/go-jose/go-jose/v4 v4.0.2 // indirect
88
+ github.com/go-jose/go-jose/v4 v4.0.5 // indirect
90
89
github.com/go-logfmt/logfmt v0.6.0 // indirect
91
- github.com/go-logr/logr v1.4.2 // indirect
90
+ github.com/go-logr/logr v1.4.3 // indirect
92
91
github.com/go-logr/stdr v1.2.2 // indirect
93
92
github.com/go-openapi/analysis v0.23.0 // indirect
94
93
github.com/go-openapi/errors v0.22.0 // indirect
@@ -102,20 +101,18 @@ require (
102
101
github.com/go-playground/universal-translator v0.18.1 // indirect
103
102
github.com/go-playground/validator/v10 v10.14.0 // indirect
104
103
github.com/gobwas/glob v0.2.3 // indirect
105
- github.com/goccy/go-json v0.10.3 // indirect
104
+ github.com/goccy/go-json v0.10.5 // indirect
106
105
github.com/gogo/protobuf v1.3.2 // indirect
107
- github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
108
- github.com/golang/snappy v0.0.4 // indirect
106
+ github.com/golang/snappy v1.0.0 // indirect
109
107
github.com/gomarkdown/markdown v0.0.0-20240930133441-72d49d9543d8 // indirect
110
108
github.com/google/gnostic-models v0.6.8 // indirect
111
- github.com/google/go-cmp v0.6 .0 // indirect
109
+ github.com/google/go-cmp v0.7 .0 // indirect
112
110
github.com/google/gofuzz v1.2.0 // indirect
113
111
github.com/google/uuid v1.6.0 // indirect
114
112
github.com/gorilla/css v1.0.0 // indirect
115
113
github.com/gorilla/mux v1.8.1 // indirect
116
114
github.com/grafana/regexp v0.0.0-20240518133315-a468a5bfb3bc // indirect
117
- github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0 // indirect
118
- github.com/imdario/mergo v0.3.16 // indirect
115
+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.1 // indirect
119
116
github.com/iris-contrib/schema v0.0.6 // indirect
120
117
github.com/jmespath/go-jmespath v0.4.0 // indirect
121
118
github.com/josharian/intern v1.0.0 // indirect
@@ -127,8 +124,8 @@ require (
127
124
github.com/kataras/pio v0.0.12 // indirect
128
125
github.com/kataras/sitemap v0.0.6 // indirect
129
126
github.com/kataras/tunnel v0.0.4 // indirect
130
- github.com/klauspost/compress v1.17.11 // indirect
131
- github.com/klauspost/cpuid/v2 v2.2.8 // indirect
127
+ github.com/klauspost/compress v1.18.0 // indirect
128
+ github.com/klauspost/cpuid/v2 v2.2.10 // indirect
132
129
github.com/kylelemons/godebug v1.1.0 // indirect
133
130
github.com/labstack/echo/v4 v4.11.1 // indirect
134
131
github.com/labstack/gommon v0.4.0 // indirect
@@ -144,16 +141,16 @@ require (
144
141
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f // indirect
145
142
github.com/oklog/ulid v1.3.1 // indirect
146
143
github.com/opentracing/opentracing-go v1.2.0 // indirect
147
- github.com/pelletier/go-toml/v2 v2.2.2 // indirect
144
+ github.com/pelletier/go-toml/v2 v2.2.3 // indirect
148
145
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
149
- github.com/prometheus/client_model v0.6.1 // indirect
146
+ github.com/prometheus/client_model v0.6.2 // indirect
150
147
github.com/prometheus/common/sigv4 v0.1.0 // indirect
151
- github.com/prometheus/procfs v0.15 .1 // indirect
148
+ github.com/prometheus/procfs v0.16 .1 // indirect
152
149
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
153
150
github.com/russross/blackfriday/v2 v2.1.0 // indirect
154
151
github.com/schollz/closestmatch v2.1.0+incompatible // indirect
155
152
github.com/sirupsen/logrus v1.9.3 // indirect
156
- github.com/spf13/pflag v1.0.5 // indirect
153
+ github.com/spf13/pflag v1.0.6 // indirect
157
154
github.com/tchap/go-patricia/v2 v2.3.1 // indirect
158
155
github.com/tdewolff/minify/v2 v2.12.9 // indirect
159
156
github.com/tdewolff/parse/v2 v2.6.8 // indirect
@@ -163,38 +160,42 @@ require (
163
160
github.com/valyala/fasttemplate v1.2.2 // indirect
164
161
github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect
165
162
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
163
+ github.com/x448/float16 v0.8.4 // indirect
166
164
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
167
165
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
168
166
github.com/yashtewari/glob-intersection v0.2.0 // indirect
169
167
github.com/yosssi/ace v0.0.5 // indirect
170
168
go.mongodb.org/mongo-driver v1.15.0 // indirect
171
- go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.31.0 // indirect
172
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.28.0 // indirect
173
- go.opentelemetry.io/otel/metric v1.31.0 // indirect
174
- go.opentelemetry.io/proto/otlp v1.3.1 // indirect
169
+ go.opentelemetry.io/auto/sdk v1.1.0 // indirect
170
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.37.0 // indirect
171
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.37.0 // indirect
172
+ go.opentelemetry.io/otel/metric v1.37.0 // indirect
173
+ go.opentelemetry.io/proto/otlp v1.7.0 // indirect
175
174
go.uber.org/atomic v1.11.0 // indirect
176
175
go.uber.org/goleak v1.3.0 // indirect
176
+ go.yaml.in/yaml/v2 v2.4.2 // indirect
177
177
golang.org/x/arch v0.3.0 // indirect
178
- golang.org/x/crypto v0.31.0 // indirect
179
- golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
180
- golang.org/x/net v0.33.0 // indirect
181
- golang.org/x/sync v0.10.0 // indirect
182
- golang.org/x/sys v0.28.0 // indirect
183
- golang.org/x/term v0.27.0 // indirect
184
- golang.org/x/text v0.21.0 // indirect
185
- golang.org/x/time v0.6.0 // indirect
186
- google.golang.org/genproto/googleapis/rpc v0.0.0-20241015192408-796eee8c2d53 // indirect
178
+ golang.org/x/crypto v0.40.0 // indirect
179
+ golang.org/x/exp v0.0.0-20250106191152-7588d65b2ba8 // indirect
180
+ golang.org/x/net v0.42.0 // indirect
181
+ golang.org/x/sync v0.16.0 // indirect
182
+ golang.org/x/sys v0.34.0 // indirect
183
+ golang.org/x/term v0.33.0 // indirect
184
+ golang.org/x/text v0.27.0 // indirect
185
+ golang.org/x/time v0.12.0 // indirect
186
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250603155806-513f23925822 // indirect
187
+ gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
187
188
gopkg.in/inf.v0 v0.9.1 // indirect
188
189
gopkg.in/ini.v1 v1.67.0 // indirect
189
190
gopkg.in/yaml.v2 v2.4.0 // indirect
190
191
gopkg.in/yaml.v3 v3.0.1 // indirect
191
- k8s.io/api v0.30.5 // indirect
192
+ k8s.io/api v0.32.3 // indirect
192
193
k8s.io/component-base v0.30.5 // indirect
193
194
k8s.io/klog/v2 v2.130.1 // indirect
194
- k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
195
- k8s.io/utils v0.0.0-20230726121419-3b25d923346b // indirect
195
+ k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f // indirect
196
+ k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 // indirect
196
197
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.29.0 // indirect
197
- sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
198
- sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
199
- sigs.k8s.io/yaml v1.4 .0 // indirect
198
+ sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
199
+ sigs.k8s.io/structured-merge-diff/v4 v4.4.2 // indirect
200
+ sigs.k8s.io/yaml v1.5 .0 // indirect
200
201
)
0 commit comments