towerops-agent/go.mod
Graham McIntire 93df6ce0ba
ci: add Renovate for automated Go dependency updates
Add Forgejo workflow and renovate.json config to automatically
check for gomod, Docker, and GitHub Actions dependency updates.
Also bumps golang.org/x/net v0.50.0 → v0.51.0.
2026-03-04 13:27:53 -06:00

12 lines
242 B
Modula-2

module github.com/towerops-app/towerops-agent
go 1.25.6
require (
github.com/gosnmp/gosnmp v1.43.2
golang.org/x/crypto v0.48.0
golang.org/x/net v0.51.0
google.golang.org/protobuf v1.36.11
)
require golang.org/x/sys v0.41.0 // indirect