-
Notifications
You must be signed in to change notification settings - Fork 3
/
go.mod
31 lines (29 loc) · 1.23 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
module github.com/soluto/dqd
go 1.14
require (
github.com/Azure/azure-pipeline-go v0.1.8
github.com/Azure/azure-service-bus-go v0.10.1
github.com/Azure/azure-storage-queue-go v0.0.0-20191125232315-636801874cdd
github.com/NCAR/go-figure v0.0.0-20181011044936-3924b68896e8
github.com/aws/aws-sdk-go v1.30.12
github.com/c2h5oh/datasize v0.0.0-20200112174442-28bbd4740fee // indirect
github.com/google/uuid v1.1.1
github.com/gorilla/mux v1.7.4
github.com/influxdata/tdigest v0.0.1 // indirect
github.com/jpillora/backoff v1.0.0
github.com/julienschmidt/httprouter v1.2.0
github.com/levigross/grequests v0.0.0-20190908174114-253788527a1a // indirect
github.com/mailru/easyjson v0.7.1 // indirect
github.com/nbio/st v0.0.0-20140626010706-e9e8d9816f32 // indirect
github.com/prometheus/client_golang v1.5.1
github.com/rs/zerolog v1.18.0
github.com/spf13/cast v1.3.0
github.com/spf13/pflag v1.0.3
github.com/spf13/viper v1.6.2
github.com/tsenart/go-tsz v0.0.0-20180814235614-0bd30b3df1c3 // indirect
github.com/tsenart/vegeta v12.7.0+incompatible // indirect
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e // indirect
golang.org/x/text v0.3.2 // indirect
gopkg.in/eapache/go-resiliency.v1 v1.2.0
gopkg.in/h2non/gentleman.v2 v2.0.4
)