Skip to content

Commit

Permalink
VERSION 4.1.2
Browse files Browse the repository at this point in the history
1. Support A10 Thunder Series
  • Loading branch information
freedomkk-qfeng committed Jun 16, 2020
1 parent c60fa83 commit 9c84992
Show file tree
Hide file tree
Showing 3 changed files with 208 additions and 8 deletions.
2 changes: 1 addition & 1 deletion g/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ import (
// 4.1.0 support n9e transfer mode
// 4.1.1 n9e mode support debug
const (
VERSION = "4.1.1"
VERSION = "4.1.2"
COLLECT_INTERVAL = time.Second
)
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ go 1.14

require (
github.com/alouca/gologger v0.0.0-20120904114645-7d4b7291de9c // indirect
github.com/didi/nightingale v1.0.1
github.com/didi/nightingale v1.4.0
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-20200323064703-ada7b15352e3
github.com/gaochao1/sw v0.0.0-20200616052052-024f2459bd47
github.com/open-falcon/common v0.0.0-20160912145637-b9ba65549217
github.com/toolkits/file v0.0.0-20160325033739-a5b3c5147e07
github.com/toolkits/net v0.0.0-20160910085801-3f39ab6fe3ce
Expand Down
Loading

0 comments on commit 9c84992

Please sign in to comment.