-
Notifications
You must be signed in to change notification settings - Fork 494
/
go.mod
98 lines (96 loc) · 5.63 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
module bosun.org
go 1.13
require (
github.com/Azure/azure-sdk-for-go v21.1.0+incompatible
github.com/Azure/go-autorest v11.1.0+incompatible
github.com/BurntSushi/toml v0.3.1
github.com/GROpenSourceDev/go-ntlm-auth v0.0.0-20160519083535-6314d66e1d8f
github.com/GaryBoone/GoStats v0.0.0-20130122001700-1993eafbef57
github.com/MiniProfiler/go v0.0.0-20160719195834-3296d396d472
github.com/NYTimes/gziphandler v0.0.0-20160419202541-63027b26b87e
github.com/PuerkitoBio/goquery v0.3.3-0.20150927202820-417cce822c7b // indirect
github.com/StackExchange/httpunit v0.0.0-20190320172535-088c22a5342e
github.com/StackExchange/mof v0.0.0-20170227230456-cfc83d4047d1
github.com/StackExchange/wmi v0.0.0-20180725035823-b12b22c5341f
github.com/ajstarks/svgo v0.0.0-20151117013546-fd2151ebabde
github.com/alicebob/gopher-json v0.0.0-20180125190556-5a6b3ba71ee6 // indirect
github.com/alicebob/miniredis v2.5.0+incompatible // indirect
github.com/andybalholm/cascadia v0.0.0-20150730174459-3ad29d1ad1c4 // indirect
github.com/aws/aws-sdk-go v1.31.12
github.com/aymerick/douceur v0.2.1-0.20150827151352-7176f1467381
github.com/bosun-monitor/statusio v0.0.0-20160516160816-ab1583139762
github.com/bradfitz/slice v0.0.0-20140430145140-a665b5dbaad5
github.com/captncraig/easyauth v0.0.0-20171013131059-c6de284138cf
github.com/coreos/go-systemd v0.0.0-20160202211425-7b2428fec400
github.com/cupcake/rdb v0.0.0-20130607152045-3454dcabd33c // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
github.com/dimchansky/utfbom v1.0.0 // indirect
github.com/edsrzf/mmap-go v0.0.0-20151128182504-903d080718bd // indirect
github.com/facebookgo/ensure v0.0.0-20160127193407-b4ab57deab51 // indirect
github.com/facebookgo/freeport v0.0.0-20150612182905-d4adf43b75b9 // indirect
github.com/facebookgo/httpcontrol v0.0.0-20150708234001-ccde4420e1fe
github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 // indirect
github.com/facebookgo/subset v0.0.0-20150612182917-8dac2c3c4870 // indirect
github.com/garyburd/redigo v0.0.0-20151219232044-836b6e58b335
github.com/glendc/gopher-json v0.0.0-20170414221815-dc4743023d0c // indirect
github.com/gocarina/gocsv v0.0.0-20190927101021-3ecffd272576 // indirect
github.com/godbus/dbus v4.0.1-0.20160727174541-7a8c533d28e8+incompatible // indirect
github.com/golang/freetype v0.0.0-20150924013838-f29eb116deb3 // indirect
github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6
github.com/gomodule/redigo v2.0.0+incompatible // indirect
github.com/google/cadvisor v0.21.1-0.20160212224345-e9739af18411
github.com/google/go-github v0.0.0-20151126072848-44b1ede22d71
github.com/google/go-querystring v0.0.0-20151028211038-2a60fc2ba6c1 // indirect
github.com/gorilla/context v1.1.1 // indirect
github.com/gorilla/css v0.0.0-20150317222238-a80e24ada269 // indirect
github.com/gorilla/mux v0.0.0-20160920230813-757bef944d0f
github.com/gorilla/securecookie v0.0.0-20161003051601-fa5329f91370 // indirect
github.com/influxdata/influxdb v1.7.6
github.com/influxdata/influxql v0.0.0-20180823200743-a7267bff5327
github.com/jinzhu/now v0.0.0-20151001141511-ce80572eb55a
github.com/jmoiron/jsonq v0.0.0-20150511023944-e874b168d07e
github.com/jordan-wright/email v0.0.0-20151016173557-f61123ea07e1
github.com/justinas/alice v0.0.0-20160910103822-1051eaf52fca
github.com/kardianos/osext v0.0.0-20160811001526-c2c54e542fb7
github.com/kylebrandt/boolq v0.0.0-20160608164548-f869a7265c7e
github.com/kylebrandt/gohop v0.0.0-20160712175359-f6dbeb38f6df
github.com/llgcode/draw2d v0.0.0-20151105134336-9ffe0e7eb54c // indirect
github.com/llgcode/ps v0.0.0-20150911083025-f1443b32eedb // indirect
github.com/mhenderson-so/azure-ea-billing v0.0.0-20160829175629-4fd1a790460c
github.com/mitchellh/go-homedir v1.0.0 // indirect
github.com/mjibson/esc v0.1.0
github.com/olivere/elastic v6.1.23-0.20180523141205-33ad30f61610+incompatible
github.com/olivere/elastic/v7 v7.0.17
github.com/pelletier/go-toml v1.6.0 // indirect
github.com/pkg/errors v0.9.1
github.com/pmezard/go-difflib v1.0.0
github.com/prometheus/client_golang v0.9.3-0.20190106165022-d2ead2588477
github.com/prometheus/common v0.1.0
github.com/prometheus/prometheus v1.8.2-0.20190115164134-b639fe140c1f
github.com/ryanuber/go-glob v0.0.0-20160226084822-572520ed46db
github.com/siddontang/go v0.0.0-20150505004501-b151716326d7 // indirect
github.com/siddontang/goredis v0.0.0-20150324035039-760763f78400 // indirect
github.com/siddontang/ledisdb v0.0.0-20190202134119-8ceb77e66a92
github.com/siddontang/rdb v0.0.0-20150307021120-fc89ed2e418d // indirect
github.com/stretchr/testify v1.5.1
github.com/syndtr/goleveldb v0.0.0-20150819051622-1a9d62f03ea9 // indirect
github.com/tatsushid/go-fastping v0.0.0-20150818125950-06cac0fecdc2
github.com/twinj/uuid v0.0.0-20151029044442-89173bcdda19
github.com/ugorji/go v0.0.0-20151120143108-ea9cd21fa0bc // indirect
github.com/vdobler/chart v0.0.0-20150914065344-293b01f8b75d
github.com/vmware/govmomi v0.16.1-0.20180228032728-a2138329bbd1
github.com/yuin/gopher-lua v0.0.0-20190514113301-1cd887cd7036 // indirect
golang.org/x/image v0.0.0-20150916112557-baddd3465a05 // indirect
golang.org/x/net v0.23.0
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be
golang.org/x/sys v0.18.0
google.golang.org/api v0.0.0-20180506000402-20530fd5d65a
gopkg.in/asn1-ber.v1 v1.0.0-20141119150059-9eae18c3681a // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/fsnotify.v1 v1.4.7
gopkg.in/ldap.v1 v1.0.0-20150224155422-0041a4127039 // indirect
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22 // indirect
gopkg.in/olivere/elastic.v3 v3.0.56
gopkg.in/olivere/elastic.v5 v5.0.48
gopkg.in/yaml.v1 v1.0.0-20140924161607-9f9df34309c0
)