forked from netdata/go.d.plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
29 lines (27 loc) · 1.13 KB
/
go.mod
File metadata and controls
29 lines (27 loc) · 1.13 KB
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
module github.com/netdata/go.d.plugin
go 1.15
require (
github.com/DATA-DOG/go-sqlmock v1.4.1
github.com/Wing924/ltsv v0.3.1
github.com/axiomhq/hyperloglog v0.0.0-20191112132149-a4c4c47bc57f
github.com/cloudflare/cfssl v1.4.1
github.com/go-sql-driver/mysql v1.5.0
github.com/jessevdk/go-flags v1.4.0
github.com/likexian/whois-go v1.7.1
github.com/likexian/whois-parser-go v1.14.5
github.com/miekg/dns v1.1.29
github.com/netdata/go-orchestrator v0.0.0-20200917191103-724cb40df90f
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/prometheus/common v0.10.0 // indirect
github.com/prometheus/prometheus v2.5.0+incompatible
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/stretchr/testify v1.6.0
github.com/tomasen/fcgi_client v0.0.0-20180423082037-2bb3d819fd19
github.com/valyala/fastjson v1.5.4
github.com/vmware/govmomi v0.22.2
golang.org/x/net v0.0.0-20191027093000-83d349e8ac1a // indirect; needed for freebsd/arm64
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/ini.v1 v1.57.0
gopkg.in/yaml.v2 v2.3.0
layeh.com/radius v0.0.0-20190322222518-890bc1058917
)