|
|
|
|
@ -5,6 +5,7 @@ go 1.21.10 |
|
|
|
|
require ( |
|
|
|
|
github.com/bwmarrin/snowflake v0.3.0 |
|
|
|
|
github.com/fullstorydev/grpchan v1.1.1 |
|
|
|
|
github.com/grafana/grafana/pkg/apimachinery v0.0.0-20240613114114-5e2f08de316d |
|
|
|
|
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.1.0 |
|
|
|
|
github.com/prometheus/client_golang v1.19.0 |
|
|
|
|
github.com/stretchr/testify v1.9.0 |
|
|
|
|
@ -33,7 +34,6 @@ require ( |
|
|
|
|
github.com/prometheus/client_model v0.6.1 // indirect |
|
|
|
|
github.com/prometheus/common v0.53.0 // indirect |
|
|
|
|
github.com/prometheus/procfs v0.14.0 // indirect |
|
|
|
|
github.com/rogpeppe/go-internal v1.12.0 // indirect |
|
|
|
|
go.opentelemetry.io/otel v1.26.0 // indirect |
|
|
|
|
golang.org/x/net v0.26.0 // indirect |
|
|
|
|
golang.org/x/oauth2 v0.20.0 // indirect |
|
|
|
|
|