- Override wsHandshakeTimeout in 3 websocket tests that waited 30s each - Make initialRetryDelay a package variable for faster retry tests - Reduce time.Sleep calls across agent_test.go (1.5s->150ms, 3s->1s, etc.) - Update Makefile with test-fast and test-short targets, add -count=1 - Update golang.org/x/crypto, x/net, x/sys to latest minors - Fix TestWSDialDefaultPorts to use mocked dials instead of real TCP
12 lines
246 B
Modula-2
12 lines
246 B
Modula-2
module codeberg.org/towerops-agent/towerops-agent
|
|
|
|
go 1.25.6
|
|
|
|
require (
|
|
github.com/gosnmp/gosnmp v1.43.2
|
|
golang.org/x/crypto v0.52.0
|
|
golang.org/x/net v0.55.0
|
|
google.golang.org/protobuf v1.36.11
|
|
)
|
|
|
|
require golang.org/x/sys v0.45.0 // indirect
|