Add a VppStatsRoutine() alongside main
This commit is contained in:
17
go.mod
17
go.mod
@ -1,7 +1,20 @@
|
||||
module govpp-snmp-example
|
||||
|
||||
go 1.23.5
|
||||
go 1.23.8
|
||||
|
||||
require github.com/posteo/go-agentx v0.2.1
|
||||
toolchain go1.23.10
|
||||
|
||||
require (
|
||||
github.com/posteo/go-agentx v0.2.1
|
||||
go.fd.io/govpp v0.12.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/fsnotify/fsnotify v1.9.0 // indirect
|
||||
github.com/ftrvxmtrx/fd v0.0.0-20150925145434-c6d800382fff // indirect
|
||||
github.com/lunixbochs/struc v0.0.0-20200521075829-a4cb8d33dbbe // indirect
|
||||
github.com/sirupsen/logrus v1.9.3 // indirect
|
||||
golang.org/x/sys v0.31.0 // indirect
|
||||
)
|
||||
|
||||
replace github.com/posteo/go-agentx => ./go-agentx
|
||||
|
Reference in New Issue
Block a user