Skip to content

Commit 89c3930

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

File tree

2 files changed

+169
-154
lines changed

2 files changed

+169
-154
lines changed

go.mod

Lines changed: 46 additions & 45 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.1
64

75
require (
86
github.com/brancz/kube-rbac-proxy v0.16.1
@@ -20,9 +18,9 @@ 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.20250314165323-b4769e4bb088
2422
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
2624
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
2725
github.com/metalmatze/signal v0.0.0-20210307161603-1c9aa721a97a
2826
github.com/mitchellh/mapstructure v1.5.1-0.20231216201459-8508981c8b6c
@@ -32,25 +30,25 @@ require (
3230
github.com/pkg/errors v0.9.1
3331
github.com/prometheus-community/prom-label-proxy v0.8.1
3432
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
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
38+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.59.0
4139
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
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.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
5250
k8s.io/apiserver v0.30.5
53-
k8s.io/client-go v0.30.5
51+
k8s.io/client-go v0.31.3
5452
)
5553

5654
require (
@@ -62,11 +60,11 @@ 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.6 // 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
@@ -76,12 +74,13 @@ require (
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.8.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
@@ -102,19 +101,19 @@ 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/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
107+
github.com/golang/snappy v1.0.0 // indirect
109108
github.com/gomarkdown/markdown v0.0.0-20240930133441-72d49d9543d8 // indirect
110109
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
112111
github.com/google/gofuzz v1.2.0 // indirect
113112
github.com/google/uuid v1.6.0 // indirect
114113
github.com/gorilla/css v1.0.0 // indirect
115114
github.com/gorilla/mux v1.8.1 // indirect
116115
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
118117
github.com/imdario/mergo v0.3.16 // indirect
119118
github.com/iris-contrib/schema v0.0.6 // indirect
120119
github.com/jmespath/go-jmespath v0.4.0 // indirect
@@ -127,8 +126,8 @@ require (
127126
github.com/kataras/pio v0.0.12 // indirect
128127
github.com/kataras/sitemap v0.0.6 // indirect
129128
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
132131
github.com/kylelemons/godebug v1.1.0 // indirect
133132
github.com/labstack/echo/v4 v4.11.1 // indirect
134133
github.com/labstack/gommon v0.4.0 // indirect
@@ -144,7 +143,7 @@ require (
144143
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f // indirect
145144
github.com/oklog/ulid v1.3.1 // indirect
146145
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
148147
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
149148
github.com/prometheus/client_model v0.6.1 // indirect
150149
github.com/prometheus/common/sigv4 v0.1.0 // indirect
@@ -163,36 +162,38 @@ require (
163162
github.com/valyala/fasttemplate v1.2.2 // indirect
164163
github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect
165164
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
165+
github.com/x448/float16 v0.8.4 // indirect
166166
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
167167
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
168168
github.com/yashtewari/glob-intersection v0.2.0 // indirect
169169
github.com/yosssi/ace v0.0.5 // indirect
170170
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
175176
go.uber.org/atomic v1.11.0 // indirect
176177
go.uber.org/goleak v1.3.0 // indirect
177178
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
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.31.3 // indirect
192193
k8s.io/component-base v0.30.5 // indirect
193194
k8s.io/klog/v2 v2.130.1 // indirect
194195
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
196197
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.29.0 // indirect
197198
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
198199
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect

0 commit comments

Comments
 (0)