use natural sort order for interface names

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Ian Gulliver
2026-01-18 14:05:33 -08:00
parent 92299f5efc
commit 5e1ba33cb4
3 changed files with 25 additions and 13 deletions

9
go.mod
View File

@@ -2,9 +2,10 @@ module github.com/gopatchy/tendrils
go 1.24.4
require github.com/google/gopacket v1.1.19
require (
github.com/gosnmp/gosnmp v1.42.1 // indirect
golang.org/x/sys v0.13.0 // indirect
github.com/fvbommel/sortorder v1.1.0
github.com/google/gopacket v1.1.19
github.com/gosnmp/gosnmp v1.42.1
)
require golang.org/x/sys v0.13.0 // indirect