@@ -5,11 +5,6 @@ go 1.23.1
5
5
// contains openapi encoder fixes. remove ASAP
6
6
replace cuelang.org/go => github.com/grafana/cue v0.0.0-20230926092038-971951014e3f // @grafana/grafana-as-code
7
7
8
- // Override Prometheus version because Prometheus v2.X is tagged as v0.X for Go modules purposes and Go assumes
9
- // that v1.Y is higher than v0.X, so when we resolve dependencies if any dependency imports v1.Y we'd
10
- // import that instead of v0.X even though v0.X is newer.
11
- replace github.com/prometheus/prometheus => github.com/prometheus/prometheus v0.52.0
12
-
13
8
require (
14
9
buf.build/gen/go/parca-dev/parca/connectrpc/go v1.17.0-20240902100956-02fd72488966.1 // @grafana/observability-traces-and-profiling
15
10
buf.build/gen/go/parca-dev/parca/protocolbuffers/go v1.34.2-20240902100956-02fd72488966.2 // @grafana/observability-traces-and-profiling
@@ -80,7 +75,7 @@ require (
80
75
github.com/grafana/cuetsy v0.1.11 // @grafana/grafana-as-code
81
76
github.com/grafana/dataplane/examples v0.0.1 // @grafana/observability-metrics
82
77
github.com/grafana/dataplane/sdata v0.0.9 // @grafana/observability-metrics
83
- github.com/grafana/dskit v0.0.0-20240905221822-931a021fb06b // @grafana/grafana-backend-group
78
+ github.com/grafana/dskit v0.0.0-20241105154643-a6b453a88040 // @grafana/grafana-backend-group
84
79
github.com/grafana/gofpdf v0.0.0-20231002120153-857cc45be447 // @grafana/sharing-squad
85
80
github.com/grafana/gomemcache v0.0.0-20240805133030-fdaf6a95408e // @grafana/grafana-operator-experience-squad
86
81
github.com/grafana/grafana-app-sdk v0.23.1 // @grafana/grafana-app-platform-squad
@@ -141,7 +136,7 @@ require (
141
136
github.com/prometheus/client_golang v1.20.5 // @grafana/alerting-backend
142
137
github.com/prometheus/client_model v0.6.1 // @grafana/grafana-backend-group
143
138
github.com/prometheus/common v0.61.0 // @grafana/alerting-backend
144
- github.com/prometheus/prometheus v1.8.2-0.20221021121301-51a44e6657c3 // @grafana/alerting-backend
139
+ github.com/prometheus/prometheus v0.54.0 // @grafana/alerting-backend
145
140
github.com/redis/go-redis/v9 v9.1.0 // @grafana/alerting-backend
146
141
github.com/robfig/cron/v3 v3.0.1 // @grafana/grafana-backend-group
147
142
github.com/russellhaering/goxmldsig v1.4.0 // @grafana/grafana-backend-group
@@ -236,7 +231,6 @@ require (
236
231
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
237
232
github.com/axiomhq/hyperloglog v0.0.0-20240507144631-af9851f82b27 // indirect
238
233
github.com/bahlo/generic-list-go v0.2.0 // indirect
239
- github.com/bboreham/go-loser v0.0.0-20230920113527-fcc2c21820a3 // indirect
240
234
github.com/beorn7/perks v1.0.1 // indirect
241
235
github.com/bits-and-blooms/bitset v1.12.0 // indirect
242
236
github.com/blevesearch/go-porterstemmer v1.0.3 // indirect
@@ -486,6 +480,7 @@ require (
486
480
cel.dev/expr v0.18.0 // indirect
487
481
cloud.google.com/go/longrunning v0.6.0 // indirect
488
482
dario.cat/mergo v1.0.1 // indirect
483
+ github.com/HdrHistogram/hdrhistogram-go v1.1.2 // indirect
489
484
github.com/at-wat/mqtt-go v0.19.4 // indirect
490
485
github.com/blevesearch/bleve_index_api v1.1.12 // indirect
491
486
github.com/blevesearch/geo v0.1.20 // indirect
@@ -502,6 +497,7 @@ require (
502
497
github.com/blugelabs/ice/v2 v2.0.1 // indirect
503
498
github.com/c2h5oh/datasize v0.0.0-20231215233829-aa82cc1e6500 // indirect
504
499
github.com/cespare/xxhash v1.1.0 // indirect
500
+ github.com/dave/jennifer v1.6.0 // indirect
505
501
github.com/dolthub/maphash v0.1.0 // indirect
506
502
github.com/emirpasic/gods v1.18.1 // indirect
507
503
github.com/gammazero/deque v0.2.1 // indirect
@@ -513,6 +509,7 @@ require (
513
509
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
514
510
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
515
511
github.com/hashicorp/serf v0.10.1 // indirect
512
+ github.com/jtolds/gls v4.20.0+incompatible // indirect
516
513
github.com/maypok86/otter v1.2.2 // indirect
517
514
github.com/opentracing-contrib/go-grpc v0.0.0-20210225150812-73cb765af46e // indirect
518
515
github.com/pires/go-proxyproto v0.7.0 // indirect
@@ -523,7 +520,6 @@ require (
523
520
github.com/sony/gobreaker v0.5.0 // indirect
524
521
go.etcd.io/bbolt v1.3.11 // indirect
525
522
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
526
- go.opentelemetry.io/collector/featuregate v1.9.0 // indirect
527
523
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.31.0 // indirect
528
524
go4.org/netipx v0.0.0-20230125063823-8449b0a6169f // indirect
529
525
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
@@ -544,3 +540,12 @@ replace xorm.io/xorm => github.com/grafana/grafana/pkg/util/xorm v0.0.1
544
540
545
541
// lock for mysql tsdb compat
546
542
replace github.com/go-sql-driver/mysql => github.com/go-sql-driver/mysql v1.7.1
543
+
544
+ // v1.* versions were retracted, we need to stick with v0.*. This should work
545
+ // without the exclude, but this otherwise gets pulled in as a transitive
546
+ // dependency.
547
+ exclude github.com/prometheus/prometheus v1.8.2-0.20221021121301-51a44e6657c3
548
+
549
+ // This was retracted, but seems to be known by the Go module proxy, and is
550
+ // otherwise pulled in as a transitive dependency.
551
+ exclude k8s.io/client-go v12.0.0+incompatible
0 commit comments