2021-01-03 18:15:44 +05:30
|
|
|
module go.signoz.io/query-service
|
|
|
|
|
|
|
|
|
|
go 1.14
|
|
|
|
|
|
|
|
|
|
require (
|
2021-05-27 12:52:34 +05:30
|
|
|
github.com/ClickHouse/clickhouse-go v1.4.5
|
2021-08-29 10:28:40 +05:30
|
|
|
github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da // indirect
|
|
|
|
|
github.com/aws/aws-sdk-go v1.27.0 // indirect
|
|
|
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
|
|
|
github.com/cespare/xxhash v1.1.0 // indirect
|
|
|
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
|
|
|
|
|
github.com/frankban/quicktest v1.13.0 // indirect
|
|
|
|
|
github.com/go-kit/kit v0.9.0 // indirect
|
|
|
|
|
github.com/go-kit/log v0.1.0
|
|
|
|
|
github.com/gogo/protobuf v1.2.1 // indirect
|
|
|
|
|
github.com/google/uuid v1.1.2
|
2021-01-03 18:15:44 +05:30
|
|
|
github.com/gorilla/handlers v1.5.1
|
|
|
|
|
github.com/gorilla/mux v1.8.0
|
2021-09-02 13:18:47 +05:30
|
|
|
github.com/gosimple/slug v1.10.0
|
2021-08-29 10:28:40 +05:30
|
|
|
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
|
|
|
|
|
github.com/hashicorp/go-cleanhttp v0.5.0 // indirect
|
|
|
|
|
github.com/hashicorp/go-immutable-radix v1.0.0 // indirect
|
|
|
|
|
github.com/hashicorp/go-msgpack v1.1.5 // indirect
|
|
|
|
|
github.com/hashicorp/go-multierror v1.0.0 // indirect
|
|
|
|
|
github.com/hashicorp/go-sockaddr v1.0.0 // indirect
|
|
|
|
|
github.com/hashicorp/go-uuid v1.0.2 // indirect
|
|
|
|
|
github.com/hashicorp/memberlist v0.1.0 // indirect
|
2021-05-27 12:52:34 +05:30
|
|
|
github.com/jmoiron/sqlx v1.3.4
|
2021-08-29 10:28:40 +05:30
|
|
|
github.com/json-iterator/go v1.1.10
|
|
|
|
|
github.com/kr/text v0.2.0 // indirect
|
2021-09-02 13:18:47 +05:30
|
|
|
github.com/mattn/go-sqlite3 v1.14.8
|
2021-08-29 10:28:40 +05:30
|
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
|
|
|
|
|
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
|
|
|
|
|
github.com/modern-go/reflect2 v1.0.1 // indirect
|
2021-11-22 16:15:58 +05:30
|
|
|
github.com/oklog/oklog v0.3.2
|
|
|
|
|
github.com/oklog/run v1.1.0 // indirect
|
2021-08-29 10:28:40 +05:30
|
|
|
github.com/oklog/ulid v1.3.1 // indirect
|
|
|
|
|
github.com/onsi/gomega v1.14.0 // indirect
|
|
|
|
|
github.com/opentracing/opentracing-go v1.1.0 // indirect
|
|
|
|
|
github.com/pascaldekloe/goe v0.1.0 // indirect
|
|
|
|
|
github.com/pierrec/lz4 v2.4.1+incompatible // indirect
|
2021-11-22 16:15:58 +05:30
|
|
|
github.com/pkg/errors v0.9.1
|
2021-01-09 19:10:34 +05:30
|
|
|
github.com/posthog/posthog-go v0.0.0-20200525173953-e46dc8e6b89b
|
2021-11-22 16:15:58 +05:30
|
|
|
github.com/prometheus/client_golang v0.9.0-pre1.0.20181001174001-0a8115f42e03
|
2021-08-29 10:28:40 +05:30
|
|
|
github.com/prometheus/common v0.0.0-20180518154759-7600349dcfe1
|
|
|
|
|
github.com/prometheus/procfs v0.0.8 // indirect
|
|
|
|
|
github.com/prometheus/prometheus v2.5.0+incompatible
|
2021-11-22 16:15:58 +05:30
|
|
|
github.com/prometheus/tsdb v0.0.0-20181003080831-0ce41118ed20
|
2021-01-03 18:15:44 +05:30
|
|
|
github.com/rs/cors v1.7.0
|
2021-08-29 10:28:40 +05:30
|
|
|
github.com/samuel/go-zookeeper v0.0.0-20190923202752-2cc03de413da // indirect
|
|
|
|
|
github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 // indirect
|
2021-01-03 18:15:44 +05:30
|
|
|
github.com/smartystreets/goconvey v1.6.4
|
|
|
|
|
github.com/soheilhy/cmux v0.1.4
|
2021-08-29 10:28:40 +05:30
|
|
|
github.com/spaolacci/murmur3 v1.1.0 // indirect
|
|
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
2021-01-09 19:10:34 +05:30
|
|
|
github.com/xtgo/uuid v0.0.0-20140804021211-a0b114877d4c // indirect
|
2021-01-03 18:15:44 +05:30
|
|
|
go.uber.org/zap v1.16.0
|
2021-08-29 10:28:40 +05:30
|
|
|
google.golang.org/api v0.51.0 // indirect
|
|
|
|
|
google.golang.org/grpc/examples v0.0.0-20210803221256-6ba56c814be7 // indirect
|
|
|
|
|
gopkg.in/fsnotify/fsnotify.v1 v1.4.7 // indirect
|
2021-11-22 16:15:58 +05:30
|
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
2021-08-29 10:28:40 +05:30
|
|
|
|
2021-01-03 18:15:44 +05:30
|
|
|
)
|
2021-08-29 10:28:40 +05:30
|
|
|
|
2021-11-22 16:15:58 +05:30
|
|
|
replace github.com/prometheus/prometheus => github.com/SigNoz/prometheus v1.9.68
|