This repository has been archived by the owner on Sep 30, 2021. It is now read-only.
forked from bosun-monitor/bosun
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
101 lines (99 loc) · 5.97 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
99
100
101
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.1.33
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/fortytw2/leaktest v1.3.0 // 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/glog v0.0.0-20160126235308-23def4e6c14b // indirect
github.com/golang/groupcache v0.0.0-20180924190550-6f2cf27854a4
github.com/golang/protobuf v1.2.1-0.20190109072247-347cf4a86c1c // indirect
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.6.3
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/mailru/easyjson v0.0.0-20180323154445-8b799c424f57 // 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/pelletier/go-toml v1.6.0 // indirect
github.com/pkg/errors v0.8.1-0.20170505043639-c605e284fe17 // indirect
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.2.2
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.0.0-20181217023233-e147a9138326
golang.org/x/oauth2 v0.0.0-20160608215109-65a8d08c6292
golang.org/x/sys v0.0.0-20190204203706-41f3e6584952
google.golang.org/api v0.0.0-20180506000402-20530fd5d65a
google.golang.org/appengine v1.0.1-0.20161115221414-ca59ef35f409 // indirect
gopkg.in/asn1-ber.v1 v1.0.0-20141119150059-9eae18c3681a // 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
)