mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-01 10:12:02 +08:00
25 lines
770 B
Modula-2
25 lines
770 B
Modula-2
module go.signoz.io/query-service
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/ClickHouse/clickhouse-go v1.4.5
|
|
github.com/gogo/protobuf v1.2.1
|
|
github.com/google/uuid v1.1.1
|
|
github.com/gorilla/handlers v1.5.1
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/jaegertracing/jaeger v1.21.0
|
|
github.com/jmoiron/sqlx v1.3.4
|
|
github.com/opentracing/opentracing-go v1.1.0
|
|
github.com/ory/viper v1.7.5
|
|
github.com/posthog/posthog-go v0.0.0-20200525173953-e46dc8e6b89b
|
|
github.com/rs/cors v1.7.0
|
|
github.com/shunfei/godruid v0.0.0-20171207111340-296a59dd69bd
|
|
github.com/sirupsen/logrus v1.7.0
|
|
github.com/smartystreets/goconvey v1.6.4
|
|
github.com/soheilhy/cmux v0.1.4
|
|
github.com/spf13/viper v1.6.2
|
|
github.com/xtgo/uuid v0.0.0-20140804021211-a0b114877d4c // indirect
|
|
go.uber.org/zap v1.16.0
|
|
)
|