state: delete routes package, port primary route tests

Remove hscontrol/routes/. Port the named scenarios and the rapid
property test to hscontrol/state/.

Updates #3203
This commit is contained in:
Kristoffer Dalby 2026-04-28 12:16:34 +00:00
parent 437754aeea
commit 66ac785c22
6 changed files with 652 additions and 1179 deletions

1
go.mod
View file

@ -54,6 +54,7 @@ require (
gopkg.in/yaml.v3 v3.0.1
gorm.io/driver/postgres v1.6.0
gorm.io/gorm v1.31.1
pgregory.net/rapid v1.2.0
tailscale.com v1.96.5
zombiezen.com/go/postgrestest v1.0.1
)