Skip to content

Commit 2428817

Browse files
Update github.com/grafana/tempo digest to 2f3f970
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 331e2d3 commit 2428817

File tree

2 files changed

+214
-191
lines changed

2 files changed

+214
-191
lines changed

go.mod

Lines changed: 58 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/observatorium/api
22

3-
go 1.23.3
4-
5-
toolchain go1.23.4
3+
go 1.24.4
64

75
require (
86
github.com/brancz/kube-rbac-proxy v0.16.1
@@ -20,7 +18,7 @@ require (
2018
github.com/golang-jwt/jwt/v4 v4.5.1
2119
github.com/golang/protobuf v1.5.4
2220
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
2422
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0
2523
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.1.0
2624
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
@@ -31,26 +29,26 @@ require (
3129
github.com/open-policy-agent/opa v0.69.0
3230
github.com/pkg/errors v0.9.1
3331
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
3735
github.com/prometheus/prometheus v1.8.2-0.20220228151929-e25a59925555
3836
github.com/redis/rueidis v1.0.45
3937
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
4644
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
5250
k8s.io/apiserver v0.30.5
53-
k8s.io/client-go v0.30.5
51+
k8s.io/client-go v0.32.3
5452
)
5553

5654
require (
@@ -62,33 +60,34 @@ require (
6260
github.com/OneOfOne/xxhash v1.2.8 // indirect
6361
github.com/Shopify/goreferrer v0.0.0-20220729165902-8cddb4f5de06 // indirect
6462
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
6664
github.com/andybalholm/brotli v1.1.1 // indirect
6765
github.com/apapsch/go-jsonmerge/v2 v2.0.0 // indirect
6866
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
7068
github.com/aymerick/douceur v0.2.0 // indirect
7169
github.com/beorn7/perks v1.0.1 // indirect
7270
github.com/blang/semver/v4 v4.0.0 // indirect
7371
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
7573
github.com/cespare/xxhash/v2 v2.3.0 // indirect
7674
github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311 // indirect
7775
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
7876
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
8078
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
8179
github.com/fatih/structs v1.1.0 // indirect
8280
github.com/felixge/httpsnoop v1.0.4 // indirect
8381
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
8584
github.com/gabriel-vasile/mimetype v1.4.2 // indirect
8685
github.com/gin-contrib/sse v0.1.0 // indirect
8786
github.com/gin-gonic/gin v1.9.1 // indirect
8887
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
9089
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
9291
github.com/go-logr/stdr v1.2.2 // indirect
9392
github.com/go-openapi/analysis v0.23.0 // indirect
9493
github.com/go-openapi/errors v0.22.0 // indirect
@@ -102,20 +101,18 @@ require (
102101
github.com/go-playground/universal-translator v0.18.1 // indirect
103102
github.com/go-playground/validator/v10 v10.14.0 // indirect
104103
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
106105
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
109107
github.com/gomarkdown/markdown v0.0.0-20240930133441-72d49d9543d8 // indirect
110108
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
112110
github.com/google/gofuzz v1.2.0 // indirect
113111
github.com/google/uuid v1.6.0 // indirect
114112
github.com/gorilla/css v1.0.0 // indirect
115113
github.com/gorilla/mux v1.8.1 // indirect
116114
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
119116
github.com/iris-contrib/schema v0.0.6 // indirect
120117
github.com/jmespath/go-jmespath v0.4.0 // indirect
121118
github.com/josharian/intern v1.0.0 // indirect
@@ -127,8 +124,8 @@ require (
127124
github.com/kataras/pio v0.0.12 // indirect
128125
github.com/kataras/sitemap v0.0.6 // indirect
129126
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
132129
github.com/kylelemons/godebug v1.1.0 // indirect
133130
github.com/labstack/echo/v4 v4.11.1 // indirect
134131
github.com/labstack/gommon v0.4.0 // indirect
@@ -144,16 +141,16 @@ require (
144141
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f // indirect
145142
github.com/oklog/ulid v1.3.1 // indirect
146143
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
148145
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
150147
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
152149
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
153150
github.com/russross/blackfriday/v2 v2.1.0 // indirect
154151
github.com/schollz/closestmatch v2.1.0+incompatible // indirect
155152
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
157154
github.com/tchap/go-patricia/v2 v2.3.1 // indirect
158155
github.com/tdewolff/minify/v2 v2.12.9 // indirect
159156
github.com/tdewolff/parse/v2 v2.6.8 // indirect
@@ -163,38 +160,42 @@ require (
163160
github.com/valyala/fasttemplate v1.2.2 // indirect
164161
github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect
165162
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
163+
github.com/x448/float16 v0.8.4 // indirect
166164
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
167165
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
168166
github.com/yashtewari/glob-intersection v0.2.0 // indirect
169167
github.com/yosssi/ace v0.0.5 // indirect
170168
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
175174
go.uber.org/atomic v1.11.0 // indirect
176175
go.uber.org/goleak v1.3.0 // indirect
176+
go.yaml.in/yaml/v2 v2.4.2 // indirect
177177
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
187188
gopkg.in/inf.v0 v0.9.1 // indirect
188189
gopkg.in/ini.v1 v1.67.0 // indirect
189190
gopkg.in/yaml.v2 v2.4.0 // indirect
190191
gopkg.in/yaml.v3 v3.0.1 // indirect
191-
k8s.io/api v0.30.5 // indirect
192+
k8s.io/api v0.32.3 // indirect
192193
k8s.io/component-base v0.30.5 // indirect
193194
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
196197
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
200201
)

0 commit comments

Comments
 (0)