mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-17 15:36:48 +00:00
18 lines
449 B
Modula-2
18 lines
449 B
Modula-2
|
|
module go.signoz.io/query-service
|
||
|
|
|
||
|
|
go 1.14
|
||
|
|
|
||
|
|
require (
|
||
|
|
github.com/gorilla/handlers v1.5.1
|
||
|
|
github.com/gorilla/mux v1.8.0
|
||
|
|
github.com/jaegertracing/jaeger v1.21.0
|
||
|
|
github.com/ory/viper v1.7.5
|
||
|
|
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
|
||
|
|
go.uber.org/zap v1.16.0
|
||
|
|
)
|