Skip to content

Commit

Permalink
VERSION 4.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
freedomkk-qfeng committed Jan 19, 2021
1 parent 2602e46 commit 918ecb8
Show file tree
Hide file tree
Showing 3 changed files with 148 additions and 2 deletions.
3 changes: 2 additions & 1 deletion g/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ import (
// 4.1.1 n9e mode support debug
// 4.2.0 support get allip from ecmc nodes
// 4.3.0 support get allip from n9ev3
// 4.3.2 more sw support, support aruba/cisco wireless controller
const (
VERSION = "4.3.1"
VERSION = "4.3.2"
COLLECT_INTERVAL = time.Second
)
27 changes: 26 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,40 @@ 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-20200616052052-024f2459bd47
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
)
Loading

0 comments on commit 918ecb8

Please sign in to comment.