-
Notifications
You must be signed in to change notification settings - Fork 95
/
Copy pathgo.mod
42 lines (40 loc) · 2.1 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
module github.com/gaochao1/swcollector
go 1.14
require (
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
github.com/alouca/gologger v0.0.0-20120904114645-7d4b7291de9c // indirect
github.com/coreos/go-oidc v2.2.1+incompatible // indirect
github.com/didi/nightingale v1.4.0
github.com/eapache/go-resiliency v1.2.0 // indirect
github.com/freedomkk-qfeng/go-fastping v0.0.0-20160109021039-d7bb493dee3e // indirect
github.com/gaochao1/gosnmp v0.0.0-20150630013918-783a67a067fd
github.com/gaochao1/sw v0.0.0-20210119072707-3276e779dfdf
github.com/garyburd/redigo v1.6.2 // indirect
github.com/gin-contrib/pprof v1.3.0 // indirect
github.com/gin-gonic/gin v1.6.3 // indirect
github.com/go-ole/go-ole v1.2.4 // indirect
github.com/go-sql-driver/mysql v1.5.0 // indirect
github.com/google/go-cmp v0.5.1 // indirect
github.com/google/uuid v1.1.2 // indirect
github.com/mattn/go-sqlite3 v1.14.0 // indirect
github.com/open-falcon/common v0.0.0-20160912145637-b9ba65549217
github.com/pquerna/cachecontrol v0.0.0-20200819021114-67c6ae64274f // indirect
github.com/rcrowley/go-metrics v0.0.0-20200313005456-10cdbea86bc0 // indirect
github.com/robfig/go-cache v0.0.0-20130306151617-9fc39e0dbf62 // indirect
github.com/shirou/gopsutil v2.20.7+incompatible // indirect
github.com/spf13/viper v1.7.1 // indirect
github.com/streadway/amqp v1.0.0 // indirect
github.com/toolkits/file v0.0.0-20160325033739-a5b3c5147e07
github.com/toolkits/net v0.0.0-20160910085801-3f39ab6fe3ce
github.com/toolkits/pkg v1.1.3 // indirect
github.com/toolkits/slice v0.0.0-20141116085117-e44a80af2484
github.com/toolkits/time v0.0.0-20160524122720-c274716e8d7f // indirect
github.com/ugorji/go/codec v1.1.7
github.com/unrolled/render v1.0.3 // indirect
golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de // indirect
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df // indirect
gopkg.in/square/go-jose.v2 v2.5.1 // indirect
gopkg.in/yaml.v2 v2.3.0 // indirect
k8s.io/apimachinery v0.0.0-20190817020851-f2f3a405f61d // indirect
)