Upgrade go-agentx to v0.3.0, containing my ordering fix

This commit is contained in:
Pim van Pelt
2025-11-21 10:08:23 +01:00
parent a0d5c61643
commit b6d2e3b629
6 changed files with 27 additions and 23 deletions

View File

@@ -3,7 +3,7 @@ module govpp-snmp-agentx
go 1.23.8
require (
github.com/posteo/go-agentx v0.2.1
github.com/posteo/go-agentx v0.3.0
go.fd.io/govpp v0.12.0
gopkg.in/yaml.v3 v3.0.1
)