@@ -106,6 +106,7 @@ require (
106
106
// For local development grafana/grafana will always use the local files
107
107
// Check go.work file for details
108
108
github.com/grafana/grafana/pkg/promlib v0.0.6 // @grafana/observability-metrics
109
+ github.com/grafana/otel-profiling-go v0.5.1 // @grafana/grafana-backend-group
109
110
github.com/grafana/pyroscope-go/godeltaprof v0.1.6 // @grafana/observability-traces-and-profiling
110
111
github.com/grafana/pyroscope/api v0.3.0 // @grafana/observability-traces-and-profiling
111
112
github.com/grafana/tempo v1.5.1-0.20230524121406-1dc1bfe7085b // @grafana/observability-traces-and-profiling
@@ -242,6 +243,7 @@ require (
242
243
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
243
244
github.com/axiomhq/hyperloglog v0.0.0-20191112132149-a4c4c47bc57f // indirect
244
245
github.com/bahlo/generic-list-go v0.2.0 // indirect
246
+ github.com/bboreham/go-loser v0.0.0-20230920113527-fcc2c21820a3 // indirect
245
247
github.com/beorn7/perks v1.0.1 // indirect
246
248
github.com/bits-and-blooms/bitset v1.2.0 // indirect
247
249
github.com/blevesearch/go-porterstemmer v1.0.3 // indirect
@@ -282,6 +284,7 @@ require (
282
284
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
283
285
github.com/emicklei/proto v1.10.0 // indirect
284
286
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
287
+ github.com/facette/natsort v0.0.0-20181210072756-2cd4dd1e2dcb // indirect
285
288
github.com/felixge/httpsnoop v1.0.4 // indirect
286
289
github.com/fsnotify/fsnotify v1.7.0 // indirect
287
290
github.com/ghodss/yaml v1.0.1-0.20190212211648-25d852aebe32 // indirect
@@ -343,6 +346,7 @@ require (
343
346
github.com/jonboulle/clockwork v0.4.0 // indirect
344
347
github.com/josharian/intern v1.0.0 // indirect
345
348
github.com/jpillora/backoff v1.0.0 // indirect
349
+ github.com/jszwedko/go-datemath v0.1.1-0.20230526204004-640a500621d6 // indirect
346
350
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
347
351
github.com/klauspost/asmfmt v1.3.2 // indirect
348
352
github.com/klauspost/compress v1.17.8 // indirect
@@ -457,12 +461,6 @@ require (
457
461
sigs.k8s.io/yaml v1.3.0 // indirect; @grafana-app-platform-squad
458
462
)
459
463
460
- require (
461
- github.com/bboreham/go-loser v0.0.0-20230920113527-fcc2c21820a3 // indirect
462
- github.com/facette/natsort v0.0.0-20181210072756-2cd4dd1e2dcb // indirect
463
- github.com/jszwedko/go-datemath v0.1.1-0.20230526204004-640a500621d6 // indirect
464
- )
465
-
466
464
// Use fork of crewjam/saml with fixes for some issues until changes get merged into upstream
467
465
replace github.com/crewjam/saml => github.com/grafana/saml v0.4.15-0.20240523142256-cc370b98af7c
468
466
0 commit comments