First stab, an empty main.go which comes from the go-agentx upstream module

This commit is contained in:
Pim van Pelt
2025-06-09 16:54:28 +02:00
commit 363215eaab
3 changed files with 100 additions and 0 deletions

7
go.mod Normal file
View File

@ -0,0 +1,7 @@
module govpp-snmp-example
go 1.23.5
require github.com/posteo/go-agentx v0.2.1
replace github.com/posteo/go-agentx => ./go-agentx