23 lines
541 B
Modula-2
23 lines
541 B
Modula-2
module govpp-snmp-agentx
|
|
|
|
go 1.23.8
|
|
|
|
toolchain go1.23.10
|
|
|
|
require (
|
|
github.com/posteo/go-agentx v0.2.1
|
|
go.fd.io/govpp v0.12.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/fsnotify/fsnotify v1.9.0 // indirect
|
|
github.com/ftrvxmtrx/fd v0.0.0-20150925145434-c6d800382fff // indirect
|
|
github.com/kr/text v0.2.0 // 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
|