|
|
|
@ -39,7 +39,7 @@ require ( |
|
|
|
github.com/blugelabs/bluge_segment_api v0.2.0 // @grafana/grafana-backend-group |
|
|
|
github.com/blugelabs/bluge_segment_api v0.2.0 // @grafana/grafana-backend-group |
|
|
|
github.com/bradfitz/gomemcache v0.0.0-20230905024940-24af94b03874 // @grafana/grafana-backend-group |
|
|
|
github.com/bradfitz/gomemcache v0.0.0-20230905024940-24af94b03874 // @grafana/grafana-backend-group |
|
|
|
github.com/bwmarrin/snowflake v0.3.0 // @grafan/grafana-app-platform-squad |
|
|
|
github.com/bwmarrin/snowflake v0.3.0 // @grafan/grafana-app-platform-squad |
|
|
|
github.com/centrifugal/centrifuge v0.33.3 // @grafana/grafana-app-platform-squad |
|
|
|
github.com/centrifugal/centrifuge v0.34.4 // @grafana/grafana-app-platform-squad |
|
|
|
github.com/crewjam/saml v0.4.14 // @grafana/identity-access-team |
|
|
|
github.com/crewjam/saml v0.4.14 // @grafana/identity-access-team |
|
|
|
github.com/dlmiddlecote/sqlstats v1.0.2 // @grafana/grafana-backend-group |
|
|
|
github.com/dlmiddlecote/sqlstats v1.0.2 // @grafana/grafana-backend-group |
|
|
|
github.com/dolthub/go-mysql-server v0.19.1-0.20250206012855-c216e59c21a7 // @grafana/grafana-datasources-core-services |
|
|
|
github.com/dolthub/go-mysql-server v0.19.1-0.20250206012855-c216e59c21a7 // @grafana/grafana-datasources-core-services |
|
|
|
@ -82,6 +82,7 @@ require ( |
|
|
|
github.com/grafana/e2e v0.1.1 // @grafana-app-platform-squad |
|
|
|
github.com/grafana/e2e v0.1.1 // @grafana-app-platform-squad |
|
|
|
github.com/grafana/gofpdf v0.0.0-20250307124105-3b9c5d35577f // @grafana/sharing-squad |
|
|
|
github.com/grafana/gofpdf v0.0.0-20250307124105-3b9c5d35577f // @grafana/sharing-squad |
|
|
|
github.com/grafana/gomemcache v0.0.0-20240805133030-fdaf6a95408e // @grafana/grafana-operator-experience-squad |
|
|
|
github.com/grafana/gomemcache v0.0.0-20240805133030-fdaf6a95408e // @grafana/grafana-operator-experience-squad |
|
|
|
|
|
|
|
github.com/grafana/grafana-api-golang-client v0.27.0 // @grafana/alerting-backend |
|
|
|
github.com/grafana/grafana-app-sdk v0.31.0 // @grafana/grafana-app-platform-squad |
|
|
|
github.com/grafana/grafana-app-sdk v0.31.0 // @grafana/grafana-app-platform-squad |
|
|
|
github.com/grafana/grafana-app-sdk/logging v0.30.0 // @grafana/grafana-app-platform-squad |
|
|
|
github.com/grafana/grafana-app-sdk/logging v0.30.0 // @grafana/grafana-app-platform-squad |
|
|
|
github.com/grafana/grafana-aws-sdk v0.31.5 // @grafana/aws-datasources |
|
|
|
github.com/grafana/grafana-aws-sdk v0.31.5 // @grafana/aws-datasources |
|
|
|
@ -219,8 +220,6 @@ require ( |
|
|
|
github.com/grafana/grafana/pkg/storage/unified/resource v0.0.0-20250317130411-3f270d1de043 // @grafana/grafana-search-and-storage |
|
|
|
github.com/grafana/grafana/pkg/storage/unified/resource v0.0.0-20250317130411-3f270d1de043 // @grafana/grafana-search-and-storage |
|
|
|
) |
|
|
|
) |
|
|
|
|
|
|
|
|
|
|
|
require github.com/grafana/grafana-api-golang-client v0.27.0 // @grafana/alerting-backend |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
require ( |
|
|
|
require ( |
|
|
|
cel.dev/expr v0.19.1 // indirect |
|
|
|
cel.dev/expr v0.19.1 // indirect |
|
|
|
cloud.google.com/go v0.118.2 // indirect |
|
|
|
cloud.google.com/go v0.118.2 // indirect |
|
|
|
@ -244,7 +243,7 @@ require ( |
|
|
|
github.com/Azure/go-autorest/tracing v0.6.0 // indirect |
|
|
|
github.com/Azure/go-autorest/tracing v0.6.0 // indirect |
|
|
|
github.com/Azure/go-ntlmssp v0.0.0-20220621081337-cb9428e4ac1e // indirect |
|
|
|
github.com/Azure/go-ntlmssp v0.0.0-20220621081337-cb9428e4ac1e // indirect |
|
|
|
github.com/AzureAD/microsoft-authentication-library-for-go v1.3.2 // indirect |
|
|
|
github.com/AzureAD/microsoft-authentication-library-for-go v1.3.2 // indirect |
|
|
|
github.com/FZambia/eagle v0.1.0 // indirect |
|
|
|
github.com/FZambia/eagle v0.2.0 // indirect |
|
|
|
github.com/GoogleCloudPlatform/grpc-gcp-go/grpcgcp v1.5.2 // indirect |
|
|
|
github.com/GoogleCloudPlatform/grpc-gcp-go/grpcgcp v1.5.2 // indirect |
|
|
|
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.25.0 // indirect |
|
|
|
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.25.0 // indirect |
|
|
|
github.com/HdrHistogram/hdrhistogram-go v1.1.2 // indirect |
|
|
|
github.com/HdrHistogram/hdrhistogram-go v1.1.2 // indirect |
|
|
|
@ -310,7 +309,7 @@ require ( |
|
|
|
github.com/c2h5oh/datasize v0.0.0-20231215233829-aa82cc1e6500 // indirect |
|
|
|
github.com/c2h5oh/datasize v0.0.0-20231215233829-aa82cc1e6500 // indirect |
|
|
|
github.com/caio/go-tdigest v3.1.0+incompatible // indirect |
|
|
|
github.com/caio/go-tdigest v3.1.0+incompatible // indirect |
|
|
|
github.com/cenkalti/backoff/v4 v4.3.0 // indirect |
|
|
|
github.com/cenkalti/backoff/v4 v4.3.0 // indirect |
|
|
|
github.com/centrifugal/protocol v0.13.4 // indirect |
|
|
|
github.com/centrifugal/protocol v0.16.0 // indirect |
|
|
|
github.com/cespare/xxhash v1.1.0 // indirect |
|
|
|
github.com/cespare/xxhash v1.1.0 // indirect |
|
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect |
|
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect |
|
|
|
github.com/cheekybits/genny v1.0.0 // indirect |
|
|
|
github.com/cheekybits/genny v1.0.0 // indirect |
|
|
|
@ -422,7 +421,7 @@ require ( |
|
|
|
github.com/mattn/go-colorable v0.1.13 // indirect |
|
|
|
github.com/mattn/go-colorable v0.1.13 // indirect |
|
|
|
github.com/mattn/go-ieproxy v0.0.12 // indirect |
|
|
|
github.com/mattn/go-ieproxy v0.0.12 // indirect |
|
|
|
github.com/mattn/go-runewidth v0.0.16 // indirect |
|
|
|
github.com/mattn/go-runewidth v0.0.16 // indirect |
|
|
|
github.com/maypok86/otter v1.2.2 // indirect |
|
|
|
github.com/maypok86/otter v1.2.4 // indirect |
|
|
|
github.com/mdlayher/socket v0.4.1 // indirect |
|
|
|
github.com/mdlayher/socket v0.4.1 // indirect |
|
|
|
github.com/mdlayher/vsock v1.2.1 // indirect |
|
|
|
github.com/mdlayher/vsock v1.2.1 // indirect |
|
|
|
github.com/mfridman/interpolate v0.0.2 // indirect |
|
|
|
github.com/mfridman/interpolate v0.0.2 // indirect |
|
|
|
@ -471,7 +470,7 @@ require ( |
|
|
|
github.com/prometheus/sigv4 v0.1.0 // indirect |
|
|
|
github.com/prometheus/sigv4 v0.1.0 // indirect |
|
|
|
github.com/protocolbuffers/txtpbfmt v0.0.0-20241112170944-20d2c9ebc01d // indirect |
|
|
|
github.com/protocolbuffers/txtpbfmt v0.0.0-20241112170944-20d2c9ebc01d // indirect |
|
|
|
github.com/puzpuzpuz/xsync/v2 v2.5.1 // indirect |
|
|
|
github.com/puzpuzpuz/xsync/v2 v2.5.1 // indirect |
|
|
|
github.com/redis/rueidis v1.0.45 // indirect |
|
|
|
github.com/redis/rueidis v1.0.53 // indirect |
|
|
|
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect |
|
|
|
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect |
|
|
|
github.com/rivo/uniseg v0.4.7 // indirect |
|
|
|
github.com/rivo/uniseg v0.4.7 // indirect |
|
|
|
github.com/rogpeppe/go-internal v1.13.1 // indirect |
|
|
|
github.com/rogpeppe/go-internal v1.13.1 // indirect |
|
|
|
@ -480,11 +479,11 @@ require ( |
|
|
|
github.com/sagikazarmark/slog-shim v0.1.0 // indirect |
|
|
|
github.com/sagikazarmark/slog-shim v0.1.0 // indirect |
|
|
|
github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 // indirect |
|
|
|
github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 // indirect |
|
|
|
github.com/segmentio/asm v1.2.0 // indirect |
|
|
|
github.com/segmentio/asm v1.2.0 // indirect |
|
|
|
github.com/segmentio/encoding v0.4.0 // indirect |
|
|
|
github.com/segmentio/encoding v0.4.1 // indirect |
|
|
|
github.com/sercand/kuberesolver/v5 v5.1.1 // indirect |
|
|
|
github.com/sercand/kuberesolver/v5 v5.1.1 // indirect |
|
|
|
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect |
|
|
|
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect |
|
|
|
github.com/sethvargo/go-retry v0.3.0 // indirect |
|
|
|
github.com/sethvargo/go-retry v0.3.0 // indirect |
|
|
|
github.com/shadowspore/fossil-delta v0.0.0-20240102155221-e3a8590b820b // indirect |
|
|
|
github.com/shadowspore/fossil-delta v0.0.0-20241213113458-1d797d70cbe3 // indirect |
|
|
|
github.com/shopspring/decimal v1.4.0 // @grafana/grafana-datasources-core-services |
|
|
|
github.com/shopspring/decimal v1.4.0 // @grafana/grafana-datasources-core-services |
|
|
|
github.com/shurcooL/httpfs v0.0.0-20230704072500-f1e31cf0ba5c // indirect |
|
|
|
github.com/shurcooL/httpfs v0.0.0-20230704072500-f1e31cf0ba5c // indirect |
|
|
|
github.com/shurcooL/vfsgen v0.0.0-20200824052919-0d455de96546 // indirect |
|
|
|
github.com/shurcooL/vfsgen v0.0.0-20200824052919-0d455de96546 // indirect |
|
|
|
|