1
1
module github.com/observatorium/api
2
2
3
- go 1.23.3
4
-
5
- toolchain go1.23.4
3
+ go 1.24.1
6
4
7
5
require (
8
6
github.com/brancz/kube-rbac-proxy v0.16.1
@@ -20,9 +18,9 @@ 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.20250314165323-b4769e4bb088
24
22
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0
25
- github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.1 .0
23
+ github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.2 .0
26
24
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
27
25
github.com/metalmatze/signal v0.0.0-20210307161603-1c9aa721a97a
28
26
github.com/mitchellh/mapstructure v1.5.1-0.20231216201459-8508981c8b6c
@@ -32,25 +30,25 @@ require (
32
30
github.com/pkg/errors v0.9.1
33
31
github.com/prometheus-community/prom-label-proxy v0.8.1
34
32
github.com/prometheus/alertmanager v0.27.0
35
- github.com/prometheus/client_golang v1.20.5
36
- github.com/prometheus/common v0.59.1
33
+ github.com/prometheus/client_golang v1.21.1
34
+ github.com/prometheus/common v0.62.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
38
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.59 .0
41
39
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
40
+ go.opentelemetry.io/otel v1.35 .0
41
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.35.0
42
+ go.opentelemetry.io/otel/sdk v1.35 .0
43
+ go.opentelemetry.io/otel/trace v1.35 .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.27 .0
46
+ google.golang.org/genproto/googleapis/api v0.0.0-20250218202821-56aae31c358a
47
+ google.golang.org/grpc v1.71.0
48
+ google.golang.org/protobuf v1.36.5
49
+ k8s.io/apimachinery v0.31.3
52
50
k8s.io/apiserver v0.30.5
53
- k8s.io/client-go v0.30.5
51
+ k8s.io/client-go v0.31.3
54
52
)
55
53
56
54
require (
@@ -62,11 +60,11 @@ 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.6 // 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
@@ -76,12 +74,13 @@ require (
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.8.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
@@ -102,19 +101,19 @@ 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/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
107
+ github.com/golang/snappy v1 .0.0 // indirect
109
108
github.com/gomarkdown/markdown v0.0.0-20240930133441-72d49d9543d8 // indirect
110
109
github.com/google/gnostic-models v0.6.8 // indirect
111
- github.com/google/go-cmp v0.6 .0 // indirect
110
+ github.com/google/go-cmp v0.7 .0 // indirect
112
111
github.com/google/gofuzz v1.2.0 // indirect
113
112
github.com/google/uuid v1.6.0 // indirect
114
113
github.com/gorilla/css v1.0.0 // indirect
115
114
github.com/gorilla/mux v1.8.1 // indirect
116
115
github.com/grafana/regexp v0.0.0-20240518133315-a468a5bfb3bc // indirect
117
- github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0 // indirect
116
+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.1 // indirect
118
117
github.com/imdario/mergo v0.3.16 // indirect
119
118
github.com/iris-contrib/schema v0.0.6 // indirect
120
119
github.com/jmespath/go-jmespath v0.4.0 // indirect
@@ -127,8 +126,8 @@ require (
127
126
github.com/kataras/pio v0.0.12 // indirect
128
127
github.com/kataras/sitemap v0.0.6 // indirect
129
128
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
129
+ github.com/klauspost/compress v1.18.0 // indirect
130
+ github.com/klauspost/cpuid/v2 v2.2.9 // indirect
132
131
github.com/kylelemons/godebug v1.1.0 // indirect
133
132
github.com/labstack/echo/v4 v4.11.1 // indirect
134
133
github.com/labstack/gommon v0.4.0 // indirect
@@ -144,7 +143,7 @@ require (
144
143
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f // indirect
145
144
github.com/oklog/ulid v1.3.1 // indirect
146
145
github.com/opentracing/opentracing-go v1.2.0 // indirect
147
- github.com/pelletier/go-toml/v2 v2.2.2 // indirect
146
+ github.com/pelletier/go-toml/v2 v2.2.3 // indirect
148
147
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
149
148
github.com/prometheus/client_model v0.6.1 // indirect
150
149
github.com/prometheus/common/sigv4 v0.1.0 // indirect
@@ -163,36 +162,38 @@ require (
163
162
github.com/valyala/fasttemplate v1.2.2 // indirect
164
163
github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect
165
164
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
165
+ github.com/x448/float16 v0.8.4 // indirect
166
166
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
167
167
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
168
168
github.com/yashtewari/glob-intersection v0.2.0 // indirect
169
169
github.com/yosssi/ace v0.0.5 // indirect
170
170
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
171
+ go.opentelemetry.io/auto/sdk v1.1.0 // indirect
172
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.35.0 // indirect
173
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.35.0 // indirect
174
+ go.opentelemetry.io/otel/metric v1.35.0 // indirect
175
+ go.opentelemetry.io/proto/otlp v1.5.0 // indirect
175
176
go.uber.org/atomic v1.11.0 // indirect
176
177
go.uber.org/goleak v1.3.0 // indirect
177
178
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
179
+ golang.org/x/crypto v0.36 .0 // indirect
180
+ golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f // indirect
181
+ golang.org/x/net v0.37 .0 // indirect
182
+ golang.org/x/sync v0.12 .0 // indirect
183
+ golang.org/x/sys v0.31 .0 // indirect
184
+ golang.org/x/term v0.30 .0 // indirect
185
+ golang.org/x/text v0.23 .0 // indirect
186
+ golang.org/x/time v0.10 .0 // indirect
187
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250227231956-55c901821b1e // 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.31.3 // indirect
192
193
k8s.io/component-base v0.30.5 // indirect
193
194
k8s.io/klog/v2 v2.130.1 // indirect
194
195
k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
195
- k8s.io/utils v0.0.0-20230726121419-3b25d923346b // indirect
196
+ k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 // indirect
196
197
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.29.0 // indirect
197
198
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
198
199
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
0 commit comments