Files
tendrils/go.mod
Ian Gulliver aee1487f22 Add MCP server for network discovery tools
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-04 11:30:23 -08:00

34 lines
1.1 KiB
Modula-2

module github.com/gopatchy/tendrils
go 1.25.6
require (
github.com/fvbommel/sortorder v1.1.0
github.com/google/gopacket v1.1.19
github.com/gopatchy/artnet v0.0.0-20260204180605-8f14a4f373c2
github.com/gopatchy/multicast v0.0.0-20260130233915-4278628690a3
github.com/gopatchy/sacn v0.0.0-20260130234631-9c2787a20064
github.com/gosnmp/gosnmp v1.43.2
github.com/mark3labs/mcp-go v0.43.2
github.com/miekg/dns v1.1.72
go.jetify.com/typeid v1.3.0
golang.org/x/net v0.49.0
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/bahlo/generic-list-go v0.2.0 // indirect
github.com/buger/jsonparser v1.1.1 // indirect
github.com/gofrs/uuid/v5 v5.4.0 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/invopop/jsonschema v0.13.0 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/spf13/cast v1.7.1 // indirect
github.com/wk8/go-ordered-map/v2 v2.1.8 // indirect
github.com/yosida95/uritemplate/v3 v3.0.2 // indirect
golang.org/x/mod v0.32.0 // indirect
golang.org/x/sync v0.19.0 // indirect
golang.org/x/sys v0.40.0 // indirect
golang.org/x/tools v0.41.0 // indirect
)